#36185C

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

Shades of Christalle #36185C

Tints of Christalle #36185C

Color information

#36185C (or 0x36185C) is unknown color: approx Christalle. HEX triplet: 36, 18 and 5C. RGB value is (54,24,92). Sum of RGB (Red+Green+Blue) = 54+24+92=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #36185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36185C is #C9E7A3. Grayscale: #282828. Windows color (decimal): -13232036 or 6035510. OLE color: 6035510.

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

Color convert

RGB542492-
CMYK0.410.7400.64
HSL266.47º58.62%22.75%-
HSV(B)266.47º73.91%36.08%-
XYZ3.782.2110.35-
YUV40.72156.94137.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 92 (36.33% from 255) = 54.12%
R=31.76%
G=14.12%
B=54.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5424920.410.7400.64266.4758.6222.75
Hex36185C294A04010a3b17
Octal66301345111201004127327
Binary11011011000101110010100110010100100000010000101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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