#24407d

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

Shades of Resolution Blue #24407D

Tints of Resolution Blue #24407D

Color information

#24407D (or 0x24407D) is unknown color: approx Resolution Blue. HEX triplet: 24, 40 and 7D. RGB value is (36,64,125). Sum of RGB (Red+Green+Blue) = 36+64+125=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #24407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24407D is #DBBF82. Grayscale: #3E3E3E. Windows color (decimal): -14401411 or 8208420. OLE color: 8208420.

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

Color convert

RGB3664125-
CMYK0.710.4900.51
HSL221.12º55.28%31.57%-
HSV(B)221.12º71.2%49.02%-
XYZ6.265.5220.14-
YUV62.58163.22109.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=16%
G=28.44%
B=55.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36641250.710.4900.51221.1255.2831.57
Hex24407D4731033dd3720
Octal44100175107610633356740
Binary100100100000011111011000111110001011001111011101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24407d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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