#24407B

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

Shades of Resolution Blue #24407B

Tints of Resolution Blue #24407B

Color information

#24407B (or 0x24407B) is unknown color: approx Resolution Blue. HEX triplet: 24, 40 and 7B. RGB value is (36,64,123). Sum of RGB (Red+Green+Blue) = 36+64+123=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #24407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24407B is #DBBF84. Grayscale: #3E3E3E. Windows color (decimal): -14401413 or 8077348. OLE color: 8077348.

HSL color Cylindrical-coordinate representation of color #24407B: hue angle of 220.69º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24407B is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3664123-
CMYK0.710.4800.52
HSL220.69º54.72%31.18%-
HSV(B)220.69º70.73%48.24%-
XYZ6.145.4719.47-
YUV62.35162.22109.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.14%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=16.14%
G=28.70%
B=55.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36641230.710.4800.52220.6954.7231.18
Hex24407B4730034dd371f
Octal44100173107600643356737
Binary10010010000001111011100011111000001101001101110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24407B; }

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

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

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

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

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

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

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

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