#24055A

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

Shades of Christalle #24055A

Tints of Christalle #24055A

Color information

#24055A (or 0x24055A) is unknown color: approx Christalle. HEX triplet: 24, 05 and 5A. RGB value is (36,5,90). Sum of RGB (Red+Green+Blue) = 36+5+90=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #24055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24055A is #DBFAA5. Grayscale: #171717. Windows color (decimal): -14416550 or 5899556. OLE color: 5899556.

HSL color Cylindrical-coordinate representation of color #24055A: hue angle of 261.88º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24055A is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB36590-
CMYK0.600.9400.65
HSL261.88º89.47%18.63%-
HSV(B)261.88º94.44%35.29%-
XYZ2.631.229.77-
YUV23.96165.27136.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.48%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 90 (35.55% from 255) = 68.70%
R=27.48%
G=3.82%
B=68.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal365900.600.9400.65261.8889.4718.63
Hex2455A3C5E0411065913
Octal44513274136010140613123
Binary1001001011011010111100101111001000001100000110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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