#244475

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

Shades of Resolution Blue #244475

Tints of Resolution Blue #244475

Color information

#244475 (or 0x244475) is unknown color: approx Resolution Blue. HEX triplet: 24, 44 and 75. RGB value is (36,68,117). Sum of RGB (Red+Green+Blue) = 36+68+117=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #244475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244475 is #DBBB8A. Grayscale: #3F3F3F. Windows color (decimal): -14400395 or 7685156. OLE color: 7685156.

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

Color convert

RGB3668117-
CMYK0.690.4200.54
HSL216.3º52.94%30%-
HSV(B)216.3º69.23%45.88%-
XYZ6.015.7917.63-
YUV64.02157.9108.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.29%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=16.29%
G=30.77%
B=52.94%

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
Decimal36681170.690.4200.54216.352.9430
Hex244475452A036d8351e
Octal44104165105520663306536
Binary10010010001001110101100010110101001101101101100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244475; }

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

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

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

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

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

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

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

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