#36085C

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

Shades of Christalle #36085C

Tints of Christalle #36085C

Color information

#36085C (or 0x36085C) is unknown color: approx Christalle. HEX triplet: 36, 08 and 5C. RGB value is (54,8,92). Sum of RGB (Red+Green+Blue) = 54+8+92=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #36085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36085C is #C9F7A3. Grayscale: #1F1F1F. Windows color (decimal): -13236132 or 6031414. OLE color: 6031414.

HSL color Cylindrical-coordinate representation of color #36085C: hue angle of 272.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36085C is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB54892-
CMYK0.410.9100.64
HSL272.86º84%19.61%-
HSV(B)272.86º91.3%36.08%-
XYZ3.541.7310.27-
YUV31.33162.24144.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 92 (36.33% from 255) = 59.74%
R=35.06%
G=5.19%
B=59.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal548920.410.9100.64272.868419.61
Hex3685C295B0401115414
Octal661013451133010042112424
Binary11011010001011100101001101101101000000100010001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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