#36205F

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

Shades of Christalle #36205F

Tints of Christalle #36205F

Color information

#36205F (or 0x36205F) is unknown color: approx Christalle. HEX triplet: 36, 20 and 5F. RGB value is (54,32,95). Sum of RGB (Red+Green+Blue) = 54+32+95=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #36205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36205F is #C9DFA0. Grayscale: #2D2D2D. Windows color (decimal): -13229985 or 6234166. OLE color: 6234166.

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

Color convert

RGB543295-
CMYK0.430.6600.63
HSL260.95º49.61%24.9%-
HSV(B)260.95º66.32%37.25%-
XYZ4.12.6411.12-
YUV45.76155.79133.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 95 (37.5% from 255) = 52.49%
R=29.83%
G=17.68%
B=52.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5432950.430.6600.63260.9549.6124.9
Hex36205F2B4203F1053219
Octal6640137531020774056231
Binary11011010000010111111010111000010011111110000010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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