COLOR #244961

HEX: #244961
RGB: (36,73,97)

Color info

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

RGB color model

#244961 color RGB value is (36,73,97).

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

RGB channels and saturation

R 36 of 255 = 14%
G 73 of 255 = 29%
B 97 of 255 = 38%

36
73
97

R + G + B ~ 27%. #244961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 73 + 97 = 206 (100%)
R 36 of 206 ~ 17.48%
G 73 of 206 ~ 35.44%
B 97 of 206 ~ 47.09%

%17.48
%35.44
%47.09

CMYK color model

#244961 color CMYK value is (63,25,0,62).

  • cyan value is 62.89%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(63,25,0,62)
C63M25Y0K62 
(63%,25%,0%,62%)
(0.63/0.25/0.00/0.62)	

CMYK percentages

%62.89
%24.74
%0
%61.96

Codes

Color #244961 in popluar color models

244961
RGB367397
HSL204°45.86%26.08%
HSB/HSV204°62.89%38.04%
CMYK62.89%24.74%0.00%
61.96%

Color #244961 in popluar number systems.

HEX244961
Decimal367397
Binary10010010010011100001
Octal44111141

Shades and tints

Shades of #244961

#244961
(36,73,97)
#214359
(33,67,89)
#1E3D51
(30,61,81)
#1B3749
(27,55,73)
#183141
(24,49,65)
#152B39
(21,43,57)
#122531
(18,37,49)
#0F1F29
(15,31,41)
#0C1921
(12,25,33)
#091319
(9,19,25)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #244961

#244961
(36,73,97)
#37596F
(55,89,111)
#4A697D
(74,105,125)
#5D798B
(93,121,139)
#708999
(112,137,153)
#8399A7
(131,153,167)
#96A9B5
(150,169,181)
#A9B9C3
(169,185,195)
#BCC9D1
(188,201,209)
#CFD9DF
(207,217,223)
#E2E9ED
(226,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #244961; }

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

This text font color is #244961.


Background Color

.myBgColor { background-color: #244961; }

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

This div background color is #244961.


Border color

.myBorderColor { border: 1px solid #244961; }

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

This div border color is #244961.


Opacity

.myOpacity80 { color: #244961; opacity: 0.8; }

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

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

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

This text has shadow with #244961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #244961 on black background.


Color preview on white background

This text has color #244961 on white background.



Black color preview on #244961 background

This text has black color on #244961 background.


White color preview on #244961 background

This text has white color on #244961 background.