#362981

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

Shades of Windsor #362981

Tints of Windsor #362981

Color information

#362981 (or 0x362981) is unknown color: approx Windsor. HEX triplet: 36, 29 and 81. RGB value is (54,41,129). Sum of RGB (Red+Green+Blue) = 54+41+129=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #362981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362981 is #C9D67E. Grayscale: #363636. Windows color (decimal): -13227647 or 8464694. OLE color: 8464694.

HSL color Cylindrical-coordinate representation of color #362981: hue angle of 248.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #362981 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5441129-
CMYK0.580.6800.49
HSL248.86º51.76%33.33%-
HSV(B)248.86º68.22%50.59%-
XYZ6.283.9621.2-
YUV54.92169.81127.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 129 (50.78% from 255) = 57.59%
R=24.11%
G=18.30%
B=57.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54411290.580.6800.49248.8651.7633.33
Hex3629813A44031f93421
Octal6651201721040613716441
Binary110110101001100000011110101000100011000111111001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362981; }

 p { color: rgb(54,41,129); }

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

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

 a { background-color: rgb(54,41,129); }

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

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

 span { border-color: rgb(54,41,129); }

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