#24085D

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

Shades of Christalle #24085D

Tints of Christalle #24085D

Color information

#24085D (or 0x24085D) is unknown color: approx Christalle. HEX triplet: 24, 08 and 5D. RGB value is (36,8,93). Sum of RGB (Red+Green+Blue) = 36+8+93=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #24085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24085D is #DBF7A2. Grayscale: #191919. Windows color (decimal): -14415779 or 6096932. OLE color: 6096932.

HSL color Cylindrical-coordinate representation of color #24085D: hue angle of 259.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #24085D is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36893-
CMYK0.610.9100.64
HSL259.76º84.16%19.8%-
HSV(B)259.76º91.4%36.47%-
XYZ2.791.3410.47-
YUV26.06165.78135.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=26.28%
G=5.84%
B=67.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal368930.610.9100.64259.7684.1619.8
Hex2485D3D5B0401045414
Octal441013575133010040412424
Binary10010010001011101111101101101101000000100000100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,8,93); }

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

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

 a { background-color: rgb(36,8,93); }

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

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

 span { border-color: rgb(36,8,93); }

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