#362778

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

Shades of Windsor #362778

Tints of Windsor #362778

Color information

#362778 (or 0x362778) is unknown color: approx Windsor. HEX triplet: 36, 27 and 78. RGB value is (54,39,120). Sum of RGB (Red+Green+Blue) = 54+39+120=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #362778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362778 is #C9D887. Grayscale: #343434. Windows color (decimal): -13228168 or 7874358. OLE color: 7874358.

HSL color Cylindrical-coordinate representation of color #362778: hue angle of 251.11º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #362778 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5439120-
CMYK0.550.6700.53
HSL251.11º50.94%31.18%-
HSV(B)251.11º67.5%47.06%-
XYZ5.643.5918.17-
YUV52.72165.97128.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=25.35%
G=18.31%
B=56.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54391200.550.6700.53251.1150.9431.18
Hex3627783743035fb331f
Octal6647170671030653736337
Binary1101101001111111000110111100001101101011111101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362778; }

 p { color: rgb(54,39,120); }

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

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

 a { background-color: rgb(54,39,120); }

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

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

 span { border-color: rgb(54,39,120); }

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