#244376

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

Shades of Resolution Blue #244376

Tints of Resolution Blue #244376

Color information

#244376 (or 0x244376) is unknown color: approx Resolution Blue. HEX triplet: 24, 43 and 76. RGB value is (36,67,118). Sum of RGB (Red+Green+Blue) = 36+67+118=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #244376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244376 is #DBBC89. Grayscale: #3F3F3F. Windows color (decimal): -14400650 or 7750436. OLE color: 7750436.

HSL color Cylindrical-coordinate representation of color #244376: hue angle of 217.32º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #244376 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3667118-
CMYK0.690.4300.54
HSL217.32º53.25%30.2%-
HSV(B)217.32º69.49%46.27%-
XYZ65.717.92-
YUV63.54158.73108.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.29%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=16.29%
G=30.32%
B=53.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36671180.690.4300.54217.3253.2530.2
Hex244376452B036d9351e
Octal44103166105530663316536
Binary10010010000111110110100010110101101101101101100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244376; }

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

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

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

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

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

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

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

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