COLOR #242F61

HEX: #242F61
RGB: (36,47,97)

Color info

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

RGB color model

#242F61 color RGB value is (36,47,97).

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

RGB channels and saturation

R 36 of 255 = 14%
G 47 of 255 = 18%
B 97 of 255 = 38%

36
47
97

R + G + B ~ 23%. #242F61 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 47 + 97 = 180 (100%)
R 36 of 180 ~ 20%
G 47 of 180 ~ 26.11%
B 97 of 180 ~ 53.89%

%20
%26.11
%53.89

CMYK color model

#242F61 color CMYK value is (63,52,0,62).

  • cyan value is 62.89%
  • magenta value is 51.55%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(63,52,0,62)
C63M52Y0K62 
(63%,52%,0%,62%)
(0.63/0.52/0.00/0.62)	

CMYK percentages

%62.89
%51.55
%0
%61.96

Codes

Color #242F61 in popluar color models

242F61
RGB364797
HSL229°45.86%26.08%
HSB/HSV229°62.89%38.04%
CMYK62.89%51.55%0.00%
61.96%

Color #242F61 in popluar number systems.

HEX242F61
Decimal364797
Binary1001001011111100001
Octal4457141

Shades and tints

Shades of #242F61

#242F61
(36,47,97)
#212B59
(33,43,89)
#1E2751
(30,39,81)
#1B2349
(27,35,73)
#181F41
(24,31,65)
#151B39
(21,27,57)
#121731
(18,23,49)
#0F1329
(15,19,41)
#0C0F21
(12,15,33)
#090B19
(9,11,25)
#060711
(6,7,17)
#000000
(0,0,0)

Tints of #242F61

#242F61
(36,47,97)
#37416F
(55,65,111)
#4A537D
(74,83,125)
#5D658B
(93,101,139)
#707799
(112,119,153)
#8389A7
(131,137,167)
#969BB5
(150,155,181)
#A9ADC3
(169,173,195)
#BCBFD1
(188,191,209)
#CFD1DF
(207,209,223)
#E2E3ED
(226,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242F61; }

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

This text font color is #242F61.


Background Color

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

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

This div background color is #242F61.


Border color

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

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

This div border color is #242F61.


Opacity

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

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

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

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

This text has shadow with #242F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242F61 on black background.


Color preview on white background

This text has color #242F61 on white background.



Black color preview on #242F61 background

This text has black color on #242F61 background.


White color preview on #242F61 background

This text has white color on #242F61 background.