#24095C

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

Shades of Christalle #24095C

Tints of Christalle #24095C

Color information

#24095C (or 0x24095C) is unknown color: approx Christalle. HEX triplet: 24, 09 and 5C. RGB value is (36,9,92). Sum of RGB (Red+Green+Blue) = 36+9+92=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #24095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24095C is #DBF6A3. Grayscale: #1A1A1A. Windows color (decimal): -14415524 or 6031652. OLE color: 6031652.

HSL color Cylindrical-coordinate representation of color #24095C: hue angle of 259.52º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24095C is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36992-
CMYK0.610.9000.64
HSL259.52º82.18%19.8%-
HSV(B)259.52º90.22%36.08%-
XYZ2.761.3410.24-
YUV26.53164.95134.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 92 (36.33% from 255) = 67.15%
R=26.28%
G=6.57%
B=67.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal369920.610.9000.64259.5282.1819.8
Hex2495C3D5A0401045214
Octal441113475132010040412224
Binary10010010011011100111101101101001000000100000100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,9,92); }

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

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

 a { background-color: rgb(36,9,92); }

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

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

 span { border-color: rgb(36,9,92); }

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