#36165A

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

Shades of Christalle #36165A

Tints of Christalle #36165A

Color information

#36165A (or 0x36165A) is unknown color: approx Christalle. HEX triplet: 36, 16 and 5A. RGB value is (54,22,90). Sum of RGB (Red+Green+Blue) = 54+22+90=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #36165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36165A is #C9E9A5. Grayscale: #272727. Windows color (decimal): -13232550 or 5903926. OLE color: 5903926.

HSL color Cylindrical-coordinate representation of color #36165A: hue angle of 268.24º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36165A is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB542290-
CMYK0.400.7600.65
HSL268.24º60.71%21.96%-
HSV(B)268.24º75.56%35.29%-
XYZ3.652.19.88-
YUV39.32156.6138.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=32.53%
G=13.25%
B=54.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5422900.400.7600.65268.2460.7121.96
Hex36165A284C04110c3d16
Octal66261325011401014147526
Binary11011010110101101010100010011000100000110000110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36165A; }

 p { color: rgb(54,22,90); }

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

<style>
 a { background-color: #36165A; }

 a { background-color: rgb(54,22,90); }

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

<style>
 span { border-color: #36165A; }

 span { border-color: rgb(54,22,90); }

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