#244277

Color #244277 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #244277

Tints of Resolution Blue #244277

Color information

#244277 (or 0x244277) is unknown color: approx Resolution Blue. HEX triplet: 24, 42 and 77. RGB value is (36,66,119). Sum of RGB (Red+Green+Blue) = 36+66+119=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #244277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244277 is #DBBD88. Grayscale: #3E3E3E. Windows color (decimal): -14400905 or 7815716. OLE color: 7815716.

HSL color Cylindrical-coordinate representation of color #244277: hue angle of 218.31º 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 #244277 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3666119-
CMYK0.700.4500.53
HSL218.31º53.55%30.39%-
HSV(B)218.31º69.75%46.67%-
XYZ6.015.618.22-
YUV63.07159.56108.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.29%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=16.29%
G=29.86%
B=53.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36661190.700.4500.53218.3153.5530.39
Hex244277462D035da361e
Octal44102167106550653326636
Binary10010010000101110111100011010110101101011101101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244277; }

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

 H1.HeaderClassName
 {
   color: #244277;
 }
 .AnyTagClassName
 {
   color: #244277;
 }
</style>
background-color css

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

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

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

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

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

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