#244372

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

Shades of Resolution Blue #244372

Tints of Resolution Blue #244372

Color information

#244372 (or 0x244372) is unknown color: approx Resolution Blue. HEX triplet: 24, 43 and 72. RGB value is (36,67,114). Sum of RGB (Red+Green+Blue) = 36+67+114=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #244372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244372 is #DBBC8D. Grayscale: #3E3E3E. Windows color (decimal): -14400654 or 7488292. OLE color: 7488292.

HSL color Cylindrical-coordinate representation of color #244372: hue angle of 216.15º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #244372 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3667114-
CMYK0.680.4100.55
HSL216.15º52%29.41%-
HSV(B)216.15º68.42%44.71%-
XYZ5.775.616.7-
YUV63.09156.73108.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.59%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=16.59%
G=30.88%
B=52.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36671140.680.4100.55216.155229.41
Hex2443724429037d8341d
Octal44103162104510673306435
Binary10010010000111110010100010010100101101111101100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244372; }

 p { color: rgb(36,67,114); }

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

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

 a { background-color: rgb(36,67,114); }

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

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

 span { border-color: rgb(36,67,114); }

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