#36075D

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

Shades of Christalle #36075D

Tints of Christalle #36075D

Color information

#36075D (or 0x36075D) is unknown color: approx Christalle. HEX triplet: 36, 07 and 5D. RGB value is (54,7,93). Sum of RGB (Red+Green+Blue) = 54+7+93=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #36075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36075D is #C9F8A2. Grayscale: #1E1E1E. Windows color (decimal): -13236387 or 6096694. OLE color: 6096694.

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

Color convert

RGB54793-
CMYK0.420.9200.64
HSL272.79º86%19.61%-
HSV(B)272.79º92.47%36.47%-
XYZ3.571.7310.5-
YUV30.86163.07144.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=35.06%
G=4.55%
B=60.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal547930.420.9200.64272.798619.61
Hex3675D2A5C0401115614
Octal66713552134010042112624
Binary1101101111011101101010101110001000000100010001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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