#36085A

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

Shades of Christalle #36085A

Tints of Christalle #36085A

Color information

#36085A (or 0x36085A) is unknown color: approx Christalle. HEX triplet: 36, 08 and 5A. RGB value is (54,8,90). Sum of RGB (Red+Green+Blue) = 54+8+90=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #36085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36085A is #C9F7A5. Grayscale: #1E1E1E. Windows color (decimal): -13236134 or 5900342. OLE color: 5900342.

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

Color convert

RGB54890-
CMYK0.400.9100.65
HSL273.66º83.67%19.22%-
HSV(B)273.66º91.11%35.29%-
XYZ3.451.79.82-
YUV31.1161.24144.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=35.53%
G=5.26%
B=59.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal548900.400.9100.65273.6683.6719.22
Hex3685A285B0411125413
Octal661013250133010142212423
Binary11011010001011010101000101101101000001100010010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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