Html Css Color HEX #244177 Resolution Blue

📋 copy color: '#244177'

red 36 ◦ green 65 ◦ blue 119

#244177
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #244177

Tints of Resolution Blue #244177

RGB

 RED value IS 36 (14.45% from 255) = 16.36%

 GREEN value IS 65 (25.78% from 255) = 29.55%

 BLUE value IS 119 (46.88% from 255) = 54.09%

R = 16.36%
G = 29.55%
B = 54.09%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#244177 (or 0x244177) is known color: Resolution Blue. HEX triplet: 24, 41 and 77. RGB value is (36,65,119). Sum of RGB (Red+Green+Blue) = 36+65+119=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #244177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244177 is #DBBE88. Grayscale: #3E3E3E. Windows color (decimal): -14401161 or 7815460. OLE color: 7815460.

HSL color Cylindrical-coordinate representation of color #244177: hue angle of 219.04º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #244177 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 65 119 -
CMYK 0.70 0.45 0 0.53
HSL 219.04º 0.54% 0.3% -
HSV(B) 219.04º 0.7% 0.47% -
XYZ 5.95 5.49 18.2 -
YUV 62.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 36 65 119 0.70 0.45 0 0.53 219.04 0.54 0.3
Hex 24 41 77 46 2D 0 35 DB 36 1E
Octal 44 101 167 106 55 0 65 333 66 36
Binary 100100 1000001 1110111 1000110 101101 0 110101 11011011 110110 11110

Color Harmonies of #244177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244177

Black with #244177

Text Example


Text Example

White with #244177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244177; }

 p { color: rgb(36,65,119); }

 H1.HeaderClassName
 {
   color: #244177;
 }
 .AnyTagClassName
 {
   color: #244177;
 }
</style>

background-color css

<style>
 a { background-color: #244177; }

 a { background-color: rgb(36,65,119); }

 div.DivClassName
 {
   background-color: #244177;
 }
 .BgClassName
 {
   background-color: #244177;
 }
</style>

border-color css

<style>
 span { border-color: #244177; }

 span { border-color: rgb(36,65,119); }

 td.TdClassName
 {
   border-color: #244177;
 }
 .TagClassName
 {
   border-color: #244177;
 }
</style>