#36035A

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

Shades of Christalle #36035A

Tints of Christalle #36035A

Color information

#36035A (or 0x36035A) is unknown color: approx Christalle. HEX triplet: 36, 03 and 5A. RGB value is (54,3,90). Sum of RGB (Red+Green+Blue) = 54+3+90=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #36035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36035A is #C9FCA5. Grayscale: #1B1B1B. Windows color (decimal): -13237414 or 5899062. OLE color: 5899062.

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

Color convert

RGB54390-
CMYK0.400.9700.65
HSL275.17º93.55%18.24%-
HSV(B)275.17º96.67%35.29%-
XYZ3.41.599.8-
YUV28.17162.9146.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 90 (35.55% from 255) = 61.22%
R=36.73%
G=2.04%
B=61.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal543900.400.9700.65275.1793.5518.24
Hex3635A28610411135e12
Octal66313250141010142313622
Binary110110111011010101000110000101000001100010011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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