#24316C

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

Shades of Resolution Blue #24316C

Tints of Resolution Blue #24316C

Color information

#24316C (or 0x24316C) is unknown color: approx Resolution Blue. HEX triplet: 24, 31 and 6C. RGB value is (36,49,108). Sum of RGB (Red+Green+Blue) = 36+49+108=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #24316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24316C is #DBCE93. Grayscale: #333333. Windows color (decimal): -14405268 or 7090468. OLE color: 7090468.

HSL color Cylindrical-coordinate representation of color #24316C: hue angle of 229.17º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24316C is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3649108-
CMYK0.670.5500.58
HSL229.17º50%28.24%-
HSV(B)229.17º66.67%42.35%-
XYZ4.533.6514.65-
YUV51.84159.69116.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.65%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 108 (42.58% from 255) = 55.96%
R=18.65%
G=25.39%
B=55.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36491080.670.5500.58229.175028.24
Hex24316C433703Ae5321c
Octal4461154103670723456234
Binary1001001100011101100100001111011101110101110010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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