#36085F

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

Shades of Christalle #36085F

Tints of Christalle #36085F

Color information

#36085F (or 0x36085F) is unknown color: approx Christalle. HEX triplet: 36, 08 and 5F. RGB value is (54,8,95). Sum of RGB (Red+Green+Blue) = 54+8+95=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #36085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36085F is #C9F7A0. Grayscale: #1F1F1F. Windows color (decimal): -13236129 or 6228022. OLE color: 6228022.

HSL color Cylindrical-coordinate representation of color #36085F: hue angle of 271.72º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36085F is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB54895-
CMYK0.430.9200.63
HSL271.72º84.47%20.2%-
HSV(B)271.72º91.58%37.25%-
XYZ3.671.7810.98-
YUV31.67163.74143.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 95 (37.5% from 255) = 60.51%
R=34.39%
G=5.10%
B=60.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal548950.430.9200.63271.7284.4720.2
Hex3685F2B5C03F1105414
Octal66101375313407742012424
Binary1101101000101111110101110111000111111100010000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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