#244072

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

Shades of Resolution Blue #244072

Tints of Resolution Blue #244072

Color information

#244072 (or 0x244072) is unknown color: approx Resolution Blue. HEX triplet: 24, 40 and 72. RGB value is (36,64,114). Sum of RGB (Red+Green+Blue) = 36+64+114=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #244072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244072 is #DBBF8D. Grayscale: #3D3D3D. Windows color (decimal): -14401422 or 7487524. OLE color: 7487524.

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

Color convert

RGB3664114-
CMYK0.680.4400.55
HSL218.46º52%29.41%-
HSV(B)218.46º68.42%44.71%-
XYZ5.65.2616.64-
YUV61.33157.72109.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=16.82%
G=29.91%
B=53.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36641140.680.4400.55218.465229.41
Hex244072442C037da341d
Octal44100162104540673326435
Binary10010010000001110010100010010110001101111101101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244072; }

 p { color: rgb(36,64,114); }

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

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

 a { background-color: rgb(36,64,114); }

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

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

 span { border-color: rgb(36,64,114); }

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