#362784

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

Shades of Windsor #362784

Tints of Windsor #362784

Color information

#362784 (or 0x362784) is unknown color: approx Windsor. HEX triplet: 36, 27 and 84. RGB value is (54,39,132). Sum of RGB (Red+Green+Blue) = 54+39+132=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #362784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362784 is #C9D87B. Grayscale: #353535. Windows color (decimal): -13228156 or 8660790. OLE color: 8660790.

HSL color Cylindrical-coordinate representation of color #362784: hue angle of 249.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362784 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5439132-
CMYK0.590.7000.48
HSL249.68º54.39%33.53%-
HSV(B)249.68º70.45%51.76%-
XYZ6.413.922.24-
YUV54.09171.97127.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=24%
G=17.33%
B=58.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54391320.590.7000.48249.6854.3933.53
Hex3627843B46030fa3622
Octal6647204731060603726642
Binary110110100111100001001110111000110011000011111010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362784; }

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

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

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

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

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

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

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

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