#24406F

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

Shades of Resolution Blue #24406F

Tints of Resolution Blue #24406F

Color information

#24406F (or 0x24406F) is unknown color: approx Resolution Blue. HEX triplet: 24, 40 and 6F. RGB value is (36,64,111). Sum of RGB (Red+Green+Blue) = 36+64+111=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #24406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24406F is #DBBF90. Grayscale: #3C3C3C. Windows color (decimal): -14401425 or 7290916. OLE color: 7290916.

HSL color Cylindrical-coordinate representation of color #24406F: hue angle of 217.6º 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 #24406F is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3664111-
CMYK0.680.4200.56
HSL217.6º51.02%28.82%-
HSV(B)217.6º67.57%43.53%-
XYZ5.435.1915.75-
YUV60.99156.22110.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.06%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 111 (43.75% from 255) = 52.61%
R=17.06%
G=30.33%
B=52.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36641110.680.4200.56217.651.0228.82
Hex24406F442A038da331d
Octal44100157104520703326335
Binary10010010000001101111100010010101001110001101101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24406F; }

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

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

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

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

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

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

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

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