#36206A

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

Shades of Christalle #36206A

Tints of Christalle #36206A

Color information

#36206A (or 0x36206A) is unknown color: approx Christalle. HEX triplet: 36, 20 and 6A. RGB value is (54,32,106). Sum of RGB (Red+Green+Blue) = 54+32+106=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #36206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36206A is #C9DF95. Grayscale: #2E2E2E. Windows color (decimal): -13229974 or 6955062. OLE color: 6955062.

HSL color Cylindrical-coordinate representation of color #36206A: hue angle of 257.84º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36206A is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5432106-
CMYK0.490.7000.58
HSL257.84º53.62%27.06%-
HSV(B)257.84º69.81%41.57%-
XYZ4.642.8613.94-
YUV47.01161.29132.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 106 (41.80% from 255) = 55.21%
R=28.12%
G=16.67%
B=55.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54321060.490.7000.58257.8453.6227.06
Hex36206A314603A102361b
Octal6640152611060724026633
Binary11011010000011010101100011000110011101010000001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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