#244270

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

Shades of Resolution Blue #244270

Tints of Resolution Blue #244270

Color information

#244270 (or 0x244270) is unknown color: approx Resolution Blue. HEX triplet: 24, 42 and 70. RGB value is (36,66,112). Sum of RGB (Red+Green+Blue) = 36+66+112=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #244270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244270 is #DBBD8F. Grayscale: #3E3E3E. Windows color (decimal): -14400912 or 7356964. OLE color: 7356964.

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

Color convert

RGB3666112-
CMYK0.680.4100.56
HSL216.32º51.35%29.02%-
HSV(B)216.32º67.86%43.92%-
XYZ5.65.4416.08-
YUV62.27156.06109.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=16.82%
G=30.84%
B=52.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36661120.680.4100.56216.3251.3529.02
Hex2442704429038d8331d
Octal44102160104510703306335
Binary10010010000101110000100010010100101110001101100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244270; }

 p { color: rgb(36,66,112); }

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

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

 a { background-color: rgb(36,66,112); }

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

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

 span { border-color: rgb(36,66,112); }

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