#244478

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

Shades of Resolution Blue #244478

Tints of Resolution Blue #244478

Color information

#244478 (or 0x244478) is unknown color: approx Resolution Blue. HEX triplet: 24, 44 and 78. RGB value is (36,68,120). Sum of RGB (Red+Green+Blue) = 36+68+120=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #244478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244478 is #DBBB87. Grayscale: #404040. Windows color (decimal): -14400392 or 7881764. OLE color: 7881764.

HSL color Cylindrical-coordinate representation of color #244478: hue angle of 217.14º 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 #244478 is Cyan = 0.7, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3668120-
CMYK0.70.4300.53
HSL217.14º53.85%30.59%-
HSV(B)217.14º70%47.06%-
XYZ6.185.8718.58-
YUV64.36159.4107.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=16.07%
G=30.36%
B=53.57%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36681200.70.4300.53217.1453.8530.59
Hex244478462B035d9361f
Octal44104170106530653316637
Binary10010010001001111000100011010101101101011101100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244478; }

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

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

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

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

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

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

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

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