#36215A

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

Shades of Christalle #36215A

Tints of Christalle #36215A

Color information

#36215A (or 0x36215A) is unknown color: approx Christalle. HEX triplet: 36, 21 and 5A. RGB value is (54,33,90). Sum of RGB (Red+Green+Blue) = 54+33+90=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #36215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36215A is #C9DEA5. Grayscale: #2D2D2D. Windows color (decimal): -13229734 or 5906742. OLE color: 5906742.

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

Color convert

RGB543390-
CMYK0.400.6300.65
HSL262.11º46.34%24.12%-
HSV(B)262.11º63.33%35.29%-
XYZ3.912.619.97-
YUV45.78152.96133.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.51%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=30.51%
G=18.64%
B=50.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5433900.400.6300.65262.1146.3424.12
Hex36215A283F0411062e18
Octal6641132507701014065630
Binary11011010000110110101010001111110100000110000011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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