#36206E

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

Shades of Christalle #36206E

Tints of Christalle #36206E

Color information

#36206E (or 0x36206E) is unknown color: approx Christalle. HEX triplet: 36, 20 and 6E. RGB value is (54,32,110). Sum of RGB (Red+Green+Blue) = 54+32+110=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #36206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36206E is #C9DF91. Grayscale: #2F2F2F. Windows color (decimal): -13229970 or 7217206. OLE color: 7217206.

HSL color Cylindrical-coordinate representation of color #36206E: hue angle of 256.92º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36206E is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5432110-
CMYK0.510.7100.57
HSL256.92º54.93%27.84%-
HSV(B)256.92º70.91%43.14%-
XYZ4.852.9415.06-
YUV47.47163.29132.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 110 (43.36% from 255) = 56.12%
R=27.55%
G=16.33%
B=56.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54321100.510.7100.57256.9254.9327.84
Hex36206E3347039101371c
Octal6640156631070714016734
Binary11011010000011011101100111000111011100110000000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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