#36235D

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

Shades of Christalle #36235D

Tints of Christalle #36235D

Color information

#36235D (or 0x36235D) is unknown color: approx Christalle. HEX triplet: 36, 23 and 5D. RGB value is (54,35,93). Sum of RGB (Red+Green+Blue) = 54+35+93=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #36235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36235D is #C9DCA2. Grayscale: #2F2F2F. Windows color (decimal): -13229219 or 6103862. OLE color: 6103862.

HSL color Cylindrical-coordinate representation of color #36235D: hue angle of 259.66º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36235D is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB543593-
CMYK0.420.6200.64
HSL259.66º45.31%25.1%-
HSV(B)259.66º62.37%36.47%-
XYZ4.12.7810.68-
YUV47.29153.79132.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=29.67%
G=19.23%
B=51.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5435930.420.6200.64259.6645.3125.1
Hex36235D2A3E0401042d19
Octal6643135527601004045531
Binary11011010001110111011010101111100100000010000010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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