#36055B

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

Shades of Christalle #36055B

Tints of Christalle #36055B

Color information

#36055B (or 0x36055B) is unknown color: approx Christalle. HEX triplet: 36, 05 and 5B. RGB value is (54,5,91). Sum of RGB (Red+Green+Blue) = 54+5+91=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #36055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36055B is #C9FAA4. Grayscale: #1D1D1D. Windows color (decimal): -13236901 or 5965110. OLE color: 5965110.

HSL color Cylindrical-coordinate representation of color #36055B: hue angle of 274.19º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36055B is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB54591-
CMYK0.410.9500.64
HSL274.19º89.58%18.82%-
HSV(B)274.19º94.51%35.69%-
XYZ3.461.6510.03-
YUV29.46162.73145.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 91 (35.94% from 255) = 60.67%
R=36%
G=3.33%
B=60.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal545910.410.9500.64274.1989.5818.82
Hex3655B295F0401125a13
Octal66513351137010042213223
Binary1101101011011011101001101111101000000100010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36055B; }

 p { color: rgb(54,5,91); }

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

<style>
 a { background-color: #36055B; }

 a { background-color: rgb(54,5,91); }

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

<style>
 span { border-color: #36055B; }

 span { border-color: rgb(54,5,91); }

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