#244279

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

Shades of Resolution Blue #244279

Tints of Resolution Blue #244279

Color information

#244279 (or 0x244279) is unknown color: approx Resolution Blue. HEX triplet: 24, 42 and 79. RGB value is (36,66,121). Sum of RGB (Red+Green+Blue) = 36+66+121=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #244279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244279 is #DBBD86. Grayscale: #3F3F3F. Windows color (decimal): -14400903 or 7946788. OLE color: 7946788.

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

Color convert

RGB3666121-
CMYK0.700.4500.53
HSL218.82º54.14%30.78%-
HSV(B)218.82º70.25%47.45%-
XYZ6.135.6518.86-
YUV63.3160.56108.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.14%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=16.14%
G=29.60%
B=54.26%

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
Decimal36661210.700.4500.53218.8254.1430.78
Hex244279462D035db361f
Octal44102171106550653336637
Binary10010010000101111001100011010110101101011101101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244279; }

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

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

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

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

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

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

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

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