#36155E

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

Shades of Christalle #36155E

Tints of Christalle #36155E

Color information

#36155E (or 0x36155E) is unknown color: approx Christalle. HEX triplet: 36, 15 and 5E. RGB value is (54,21,94). Sum of RGB (Red+Green+Blue) = 54+21+94=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #36155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36155E is #C9EAA1. Grayscale: #262626. Windows color (decimal): -13232802 or 6165814. OLE color: 6165814.

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

Color convert

RGB542194-
CMYK0.430.7800.63
HSL267.12º63.48%22.55%-
HSV(B)267.12º77.66%36.86%-
XYZ3.812.1310.8-
YUV39.19158.93138.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 94 (37.11% from 255) = 55.62%
R=31.95%
G=12.43%
B=55.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5421940.430.7800.63267.1263.4822.55
Hex36155E2B4E03F10b3f17
Octal6625136531160774137727
Binary1101101010110111101010111001110011111110000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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