#362565

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

Shades of Christalle #362565

Tints of Christalle #362565

Color information

#362565 (or 0x362565) is unknown color: approx Christalle. HEX triplet: 36, 25 and 65. RGB value is (54,37,101). Sum of RGB (Red+Green+Blue) = 54+37+101=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #362565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362565 is #C9DA9A. Grayscale: #313131. Windows color (decimal): -13228699 or 6628662. OLE color: 6628662.

HSL color Cylindrical-coordinate representation of color #362565: hue angle of 255.94º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362565 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5437101-
CMYK0.470.6300.60
HSL255.94º46.38%27.06%-
HSV(B)255.94º63.37%39.61%-
XYZ4.533.0512.66-
YUV49.38157.13131.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 101 (39.84% from 255) = 52.60%
R=28.12%
G=19.27%
B=52.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54371010.470.6300.60255.9446.3827.06
Hex3625652F3F03C1002e1b
Octal664514557770744005633
Binary1101101001011100101101111111111011110010000000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362565; }

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

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

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

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

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

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

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

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