COLOR #242F4A

HEX: #242F4A
RGB: (36,47,74)

Color info

#242F4A contains red, green and blue colors in about the same proportion. Web safe color of #242F4A is #333333 (or #333).

RGB color model

#242F4A color RGB value is (36,47,74).

  • red value is 36;
  • green value is 47;
  • blue value is 74.
RGB:
(36,47,74)
(14%,18%,29%)

RGB channels and saturation

R 36 of 255 = 14%
G 47 of 255 = 18%
B 74 of 255 = 29%

36
47
74

R + G + B ~ 20%. #242F4A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 47 + 74 = 157 (100%)
R 36 of 157 ~ 22.93%
G 47 of 157 ~ 29.94%
B 74 of 157 ~ 47.13%

%22.93
%29.94
%47.13

CMYK color model

#242F4A color CMYK value is (51,36,0,71).

  • cyan value is 51.35%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(51,36,0,71)
C51M36Y0K71 
(51%,36%,0%,71%)
(0.51/0.36/0.00/0.71)	

CMYK percentages

%51.35
%36.49
%0
%70.98

Codes

Color #242F4A in popluar color models

242F4A
RGB364774
HSL223°34.55%21.57%
HSB/HSV223°51.35%29.02%
CMYK51.35%36.49%0.00%
70.98%

Color #242F4A in popluar number systems.

HEX242F4A
Decimal364774
Binary1001001011111001010
Octal4457112

Shades and tints

Shades of #242F4A

#242F4A
(36,47,74)
#212B44
(33,43,68)
#1E273E
(30,39,62)
#1B2338
(27,35,56)
#181F32
(24,31,50)
#151B2C
(21,27,44)
#121726
(18,23,38)
#0F1320
(15,19,32)
#0C0F1A
(12,15,26)
#090B14
(9,11,20)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #242F4A

#242F4A
(36,47,74)
#37415A
(55,65,90)
#4A536A
(74,83,106)
#5D657A
(93,101,122)
#70778A
(112,119,138)
#83899A
(131,137,154)
#969BAA
(150,155,170)
#A9ADBA
(169,173,186)
#BCBFCA
(188,191,202)
#CFD1DA
(207,209,218)
#E2E3EA
(226,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #242F4A color. Also use rgb(36,47,74) instead hex code.

Text Font Color

.myTextColor { color: #242F4A; }

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

This text font color is #242F4A.


Background Color

.myBgColor { background-color: #242F4A; }

<div style="background-color:#242F4A">Inner text</div>

This div background color is #242F4A.


Border color

.myBorderColor { border: 1px solid #242F4A; }

<div style="border:3px solid #242F4A">Div</div>

This div border color is #242F4A.


Opacity

.myOpacity80 { color: #242F4A; opacity: 0.8; }

<p style="color:#242F4A;opacity:0.8;">80%</p>

Text with #242F4A 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 #242F4A;}

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

This text has shadow with #242F4A color.

.textShadow {text-shadow: 3px 3px 1px #242F4A, 3px 3px 1px red;}

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

This text has shadow with #242F4A primary color and red secondary color.


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

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

This text has shadow with #242F4A and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #242F4A;
-webkit-box-shadow: 1px 1px 3px 2px #242F4A;
box-shadow:1px 1px 3px 2px #242F4A;">
Div content here</div>
This div box has shadow with color #242F4A.

Preview

Color preview on black background

This text has color #242F4A on black background.


Color preview on white background

This text has color #242F4A on white background.



Black color preview on #242F4A background

This text has black color on #242F4A background.


White color preview on #242F4A background

This text has white color on #242F4A background.