#36235A

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

Shades of Christalle #36235A

Tints of Christalle #36235A

Color information

#36235A (or 0x36235A) is unknown color: approx Christalle. HEX triplet: 36, 23 and 5A. RGB value is (54,35,90). Sum of RGB (Red+Green+Blue) = 54+35+90=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #36235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36235A is #C9DCA5. Grayscale: #2E2E2E. Windows color (decimal): -13229222 or 5907254. OLE color: 5907254.

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

Color convert

RGB543590-
CMYK0.400.6100.65
HSL260.73º44%24.51%-
HSV(B)260.73º61.11%35.29%-
XYZ3.972.729.99-
YUV46.95152.29133.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=30.17%
G=19.55%
B=50.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5435900.400.6100.65260.734424.51
Hex36235A283D0411052c19
Octal6643132507501014055431
Binary11011010001110110101010001111010100000110000010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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