#244476

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

Shades of Resolution Blue #244476

Tints of Resolution Blue #244476

Color information

#244476 (or 0x244476) is unknown color: approx Resolution Blue. HEX triplet: 24, 44 and 76. RGB value is (36,68,118). Sum of RGB (Red+Green+Blue) = 36+68+118=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #244476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244476 is #DBBB89. Grayscale: #3F3F3F. Windows color (decimal): -14400394 or 7750692. OLE color: 7750692.

HSL color Cylindrical-coordinate representation of color #244476: hue angle of 216.59º 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 #244476 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3668118-
CMYK0.690.4200.54
HSL216.59º53.25%30.2%-
HSV(B)216.59º69.49%46.27%-
XYZ6.065.8217.94-
YUV64.13158.4107.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.22%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 118 (46.48% from 255) = 53.15%
R=16.22%
G=30.63%
B=53.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36681180.690.4200.54216.5953.2530.2
Hex244476452A036d9351e
Octal44104166105520663316536
Binary10010010001001110110100010110101001101101101100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244476; }

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

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

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

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

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

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

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

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