#36035D

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

Shades of Christalle #36035D

Tints of Christalle #36035D

Color information

#36035D (or 0x36035D) is unknown color: approx Christalle. HEX triplet: 36, 03 and 5D. RGB value is (54,3,93). Sum of RGB (Red+Green+Blue) = 54+3+93=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #36035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36035D is #C9FCA2. Grayscale: #1C1C1C. Windows color (decimal): -13237411 or 6095670. OLE color: 6095670.

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

Color convert

RGB54393-
CMYK0.420.9700.64
HSL274º93.75%18.82%-
HSV(B)274º96.77%36.47%-
XYZ3.531.6410.49-
YUV28.51164.4146.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 93 (36.72% from 255) = 62%
R=36%
G=2%
B=62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal543930.420.9700.6427493.7518.82
Hex3635D2A610401125e13
Octal66313552141010042213623
Binary110110111011101101010110000101000000100010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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