#36055E

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

Shades of Christalle #36055E

Tints of Christalle #36055E

Color information

#36055E (or 0x36055E) is unknown color: approx Christalle. HEX triplet: 36, 05 and 5E. RGB value is (54,5,94). Sum of RGB (Red+Green+Blue) = 54+5+94=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #36055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36055E is #C9FAA1. Grayscale: #1D1D1D. Windows color (decimal): -13236898 or 6161718. OLE color: 6161718.

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

Color convert

RGB54594-
CMYK0.430.9500.63
HSL273.03º89.9%19.41%-
HSV(B)273.03º94.68%36.86%-
XYZ3.61.710.73-
YUV29.8164.23145.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.29%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 94 (37.11% from 255) = 61.44%
R=35.29%
G=3.27%
B=61.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal545940.430.9500.63273.0389.919.41
Hex3655E2B5F03F1115a13
Octal6651365313707742113223
Binary110110101101111010101110111110111111100010001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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