#24055B

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

Shades of Christalle #24055B

Tints of Christalle #24055B

Color information

#24055B (or 0x24055B) is unknown color: approx Christalle. HEX triplet: 24, 05 and 5B. RGB value is (36,5,91). Sum of RGB (Red+Green+Blue) = 36+5+91=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #24055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24055B is #DBFAA4. Grayscale: #171717. Windows color (decimal): -14416549 or 5965092. OLE color: 5965092.

HSL color Cylindrical-coordinate representation of color #24055B: hue angle of 261.63º 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 #24055B is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36591-
CMYK0.600.9500.64
HSL261.63º89.58%18.82%-
HSV(B)261.63º94.51%35.69%-
XYZ2.671.2410-
YUV24.07165.77136.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.27%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 91 (35.94% from 255) = 68.94%
R=27.27%
G=3.79%
B=68.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal365910.600.9500.64261.6389.5818.82
Hex2455B3C5F0401065a13
Octal44513374137010040613223
Binary1001001011011011111100101111101000000100000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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