#24055C

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

Shades of Christalle #24055C

Tints of Christalle #24055C

Color information

#24055C (or 0x24055C) is unknown color: approx Christalle. HEX triplet: 24, 05 and 5C. RGB value is (36,5,92). Sum of RGB (Red+Green+Blue) = 36+5+92=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #24055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24055C is #DBFAA3. Grayscale: #171717. Windows color (decimal): -14416548 or 6030628. OLE color: 6030628.

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

Color convert

RGB36592-
CMYK0.610.9500.64
HSL261.38º89.69%19.02%-
HSV(B)261.38º94.57%36.08%-
XYZ2.711.2610.22-
YUV24.19166.27136.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.07%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 92 (36.33% from 255) = 69.17%
R=27.07%
G=3.76%
B=69.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal365920.610.9500.64261.3889.6919.02
Hex2455C3D5F0401055a13
Octal44513475137010040513223
Binary1001001011011100111101101111101000000100000101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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