#24317C

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

Shades of Resolution Blue #24317C

Tints of Resolution Blue #24317C

Color information

#24317C (or 0x24317C) is unknown color: approx Resolution Blue. HEX triplet: 24, 31 and 7C. RGB value is (36,49,124). Sum of RGB (Red+Green+Blue) = 36+49+124=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #24317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24317C is #DBCE83. Grayscale: #353535. Windows color (decimal): -14405252 or 8139044. OLE color: 8139044.

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

Color convert

RGB3649124-
CMYK0.710.6000.51
HSL231.14º55%31.37%-
HSV(B)231.14º70.97%48.63%-
XYZ5.464.0319.56-
YUV53.66167.69115.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.22%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 124 (48.83% from 255) = 59.33%
R=17.22%
G=23.44%
B=59.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36491240.710.6000.51231.145531.37
Hex24317C473C033e7371f
Octal4461174107740633476737
Binary1001001100011111100100011111110001100111110011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24317C; }

 p { color: rgb(36,49,124); }

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

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

 a { background-color: rgb(36,49,124); }

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

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

 span { border-color: rgb(36,49,124); }

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