#36156B

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

Shades of Christalle #36156B

Tints of Christalle #36156B

Color information

#36156B (or 0x36156B) is unknown color: approx Christalle. HEX triplet: 36, 15 and 6B. RGB value is (54,21,107). Sum of RGB (Red+Green+Blue) = 54+21+107=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #36156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36156B is #C9EA94. Grayscale: #282828. Windows color (decimal): -13232789 or 7017782. OLE color: 7017782.

HSL color Cylindrical-coordinate representation of color #36156B: hue angle of 263.02º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36156B is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5421107-
CMYK0.500.8000.58
HSL263.02º67.19%25.1%-
HSV(B)263.02º80.37%41.96%-
XYZ4.442.3814.14-
YUV40.67165.43137.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 107 (42.19% from 255) = 58.79%
R=29.67%
G=11.54%
B=58.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54211070.500.8000.58263.0267.1925.1
Hex36156B325003A1074319
Octal66251536212007240710331
Binary11011010101110101111001010100000111010100000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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