#36095C

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

Shades of Christalle #36095C

Tints of Christalle #36095C

Color information

#36095C (or 0x36095C) is unknown color: approx Christalle. HEX triplet: 36, 09 and 5C. RGB value is (54,9,92). Sum of RGB (Red+Green+Blue) = 54+9+92=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #36095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36095C is #C9F6A3. Grayscale: #1F1F1F. Windows color (decimal): -13235876 or 6031670. OLE color: 6031670.

HSL color Cylindrical-coordinate representation of color #36095C: hue angle of 272.53º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36095C is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB54992-
CMYK0.410.9000.64
HSL272.53º82.18%19.8%-
HSV(B)272.53º90.22%36.08%-
XYZ3.551.7510.28-
YUV31.92161.91143.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.84%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 92 (36.33% from 255) = 59.35%
R=34.84%
G=5.81%
B=59.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal549920.410.9000.64272.5382.1819.8
Hex3695C295A0401115214
Octal661113451132010042112224
Binary11011010011011100101001101101001000000100010001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36095C; }

 p { color: rgb(54,9,92); }

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

<style>
 a { background-color: #36095C; }

 a { background-color: rgb(54,9,92); }

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

<style>
 span { border-color: #36095C; }

 span { border-color: rgb(54,9,92); }

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