#244071

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

Shades of Resolution Blue #244071

Tints of Resolution Blue #244071

Color information

#244071 (or 0x244071) is unknown color: approx Resolution Blue. HEX triplet: 24, 40 and 71. RGB value is (36,64,113). Sum of RGB (Red+Green+Blue) = 36+64+113=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #244071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244071 is #DBBF8E. Grayscale: #3C3C3C. Windows color (decimal): -14401423 or 7421988. OLE color: 7421988.

HSL color Cylindrical-coordinate representation of color #244071: hue angle of 218.18º degrees, saturation: 0.52, 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 #244071 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3664113-
CMYK0.680.4300.56
HSL218.18º51.68%29.22%-
HSV(B)218.18º68.14%44.31%-
XYZ5.545.2316.34-
YUV61.21157.22110.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=16.90%
G=30.05%
B=53.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36641130.680.4300.56218.1851.6829.22
Hex244071442B038da341d
Octal44100161104530703326435
Binary10010010000001110001100010010101101110001101101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244071; }

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

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

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

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

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

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

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

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