COLOR #243A66

HEX: #243A66 RGB: (36,58,102)

Color info

#243A66 contains mainly green and blue colors. Web safe color of #243A66 is #333366 (or #336).

RGB color model

#243A66 color RGB value is (36,58,102).

RGB: (36,58,102) (14%, 23%, 40%)

RGB channels and saturation

R 36 of 255 = 14%
G 58 of 255 = 23%
B 102 of 255 = 40%

36
58
102

R + G + B ~ 26%. #243A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 58 + 102 = 196 (100%)
R 36 of 196 ~ 18.37%
G 58 of 196 ~ 29.59%
B 102 of 196 ~ 52.04'%

%18.37
%29.59
%52.04

CMYK color model

#243A66 color CMYK value is (65,43,0,60).

  • cyan value is 64.71%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (65,43,0,60)
C65M43Y0K60 (65%, 43%, 0%, 60%)
(0.65 / 0.43 / 0.00 / 0.60)

CMYK percentages

%64.71
%43.14
%0
%60

Codes

Color #243A66 in popluar color models

24 3A 66
RGB 36 58 102
HSL 220° 47.83% 27.06%
HSB/HSV 220° 64.71% 40.00%
CMYK 64.71% 43.14% 0.00%
60.00%

Color #243A66 in popluar number systems.

HEX 24 3A 66
Decimal 36 58 102
Binary 100100 111010 1100110
Octal 44 72 146

Shades and tints

Shades of #243A66

#243A66
(36,58,102)
#21355D
(33,53,93)
#1E3054
(30,48,84)
#1B2B4B
(27,43,75)
#182642
(24,38,66)
#152139
(21,33,57)
#121C30
(18,28,48)
#0F1727
(15,23,39)
#0C121E
(12,18,30)
#090D15
(9,13,21)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #243A66

#243A66
(36,58,102)
#374B73
(55,75,115)
#4A5C80
(74,92,128)
#5D6D8D
(93,109,141)
#707E9A
(112,126,154)
#838FA7
(131,143,167)
#96A0B4
(150,160,180)
#A9B1C1
(169,177,193)
#BCC2CE
(188,194,206)
#CFD3DB
(207,211,219)
#E2E4E8
(226,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #243A66 color. Also use rgb(36,58,102) instead hex code.

Text Font Color

.myTextColor { color: #243A66; }

<p style="color:#243A66">This sample text font color is #243A66.</p>

This text font color is #243A66.

Background Color

.myBgColor { background-color: #243A66; }

<div style="background-color:#243A66">Inner text</div>

This div background color is #243A66.

Border color

.myBorderColor { border: 1px solid #243A66; }

<div style="border:3px solid #243A66">Div</div>

This div border color is #243A66.

Opacity

.myOpacity80 { color: #243A66; opacity: 0.8; }

<p style="color:#243A66;opacity:0.8;">80%</p>

Text with #243A66 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #243A66;}

<p style="text-shadow: 3px 3px 1px #243A66">Text here.</p>

This text has shadow with #243A66 color.


.textShadow {text-shadow: 3px 3px 1px #243A66', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #243A66, 5px 5px 20px red">Text here.</p>

This text has shadow with #243A66 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#243A66, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#243A66, Direction=45, Strength=4)">Text</p>

This text has shadow with #243A66 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #243A66;
-webkit-box-shadow: 1px 1px 3px 2px #243A66;
box-shadow: 1px 1px 3px 2px #243A66;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #243A66; -webkit-box-shadow: 1px 1px 3px 2px #243A66; box-shadow:1px 1px 3px 2px #243A66;">
Div content here
</div>

This div box has shadow with color #243A66.

Preview

Color preview on black background

This text has color #243A66 on black background.


Color preview on white background

This text has color #243A66 on white background.


Black color preview on #243A66 background

This text has black color on #243A66 background.


White color preview on #243A66 background

This text has white color on #243A66 background.


Related colors

Complementary color

Complementary color for #hex is #DBC599.


I love getcolorcode.com

Triadic colors

1 #66243A and #3A6624 with #243A66 are triadic colors.

2 #663A24 and #3A2466 with #243A66 are triadic colors.