#36245A

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

Shades of Christalle #36245A

Tints of Christalle #36245A

Color information

#36245A (or 0x36245A) is unknown color: approx Christalle. HEX triplet: 36, 24 and 5A. RGB value is (54,36,90). Sum of RGB (Red+Green+Blue) = 54+36+90=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #36245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36245A is #C9DBA5. Grayscale: #2F2F2F. Windows color (decimal): -13228966 or 5907510. OLE color: 5907510.

HSL color Cylindrical-coordinate representation of color #36245A: hue angle of 260º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36245A is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB543690-
CMYK0.400.6000.65
HSL260º42.86%24.71%-
HSV(B)260º60%35.29%-
XYZ42.7810-
YUV47.54151.96132.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 90 (35.55% from 255) = 50%
R=30%
G=20%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5436900.400.6000.6526042.8624.71
Hex36245A283C0411042b19
Octal6644132507401014045331
Binary11011010010010110101010001111000100000110000010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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