#24337D

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

Shades of Resolution Blue #24337D

Tints of Resolution Blue #24337D

Color information

#24337D (or 0x24337D) is unknown color: approx Resolution Blue. HEX triplet: 24, 33 and 7D. RGB value is (36,51,125). Sum of RGB (Red+Green+Blue) = 36+51+125=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #24337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24337D is #DBCC82. Grayscale: #363636. Windows color (decimal): -14404739 or 8205092. OLE color: 8205092.

HSL color Cylindrical-coordinate representation of color #24337D: hue angle of 229.89º 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 #24337D is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3651125-
CMYK0.710.5900.51
HSL229.89º55.28%31.57%-
HSV(B)229.89º71.2%49.02%-
XYZ5.614.2219.92-
YUV54.95167.53114.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 125 (49.22% from 255) = 58.96%
R=16.98%
G=24.06%
B=58.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36511250.710.5900.51229.8955.2831.57
Hex24337D473B033e63720
Octal4463175107730633466740
Binary10010011001111111011000111111011011001111100110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24337D; }

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

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

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

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

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

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

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

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