#362576

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

Shades of Windsor #362576

Tints of Windsor #362576

Color information

#362576 (or 0x362576) is unknown color: approx Windsor. HEX triplet: 36, 25 and 76. RGB value is (54,37,118). Sum of RGB (Red+Green+Blue) = 54+37+118=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #362576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362576 is #C9DA89. Grayscale: #333333. Windows color (decimal): -13228682 or 7742774. OLE color: 7742774.

HSL color Cylindrical-coordinate representation of color #362576: hue angle of 252.59º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362576 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5437118-
CMYK0.540.6900.54
HSL252.59º52.26%30.39%-
HSV(B)252.59º68.64%46.27%-
XYZ5.453.4217.51-
YUV51.32165.63129.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=25.84%
G=17.70%
B=56.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54371180.540.6900.54252.5952.2630.39
Hex3625763645036fd341e
Octal6645166661050663756436
Binary1101101001011110110110110100010101101101111110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362576; }

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

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

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

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

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

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

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

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