#36255A

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

Shades of Christalle #36255A

Tints of Christalle #36255A

Color information

#36255A (or 0x36255A) is unknown color: approx Christalle. HEX triplet: 36, 25 and 5A. RGB value is (54,37,90). Sum of RGB (Red+Green+Blue) = 54+37+90=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #36255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36255A is #C9DAA5. Grayscale: #2F2F2F. Windows color (decimal): -13228710 or 5907766. OLE color: 5907766.

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

Color convert

RGB543790-
CMYK0.400.5900.65
HSL259.25º41.73%24.9%-
HSV(B)259.25º58.89%35.29%-
XYZ4.032.8510.01-
YUV48.12151.63132.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=29.83%
G=20.44%
B=49.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5437900.400.5900.65259.2541.7324.9
Hex36255A283B0411032a19
Octal6645132507301014035231
Binary11011010010110110101010001110110100000110000001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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