#352884

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

Shades of Windsor #352884

Tints of Windsor #352884

Color information

#352884 (or 0x352884) is unknown color: approx Windsor. HEX triplet: 35, 28 and 84. RGB value is (53,40,132). Sum of RGB (Red+Green+Blue) = 53+40+132=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 40 (16.02% from 255 or 17.78% 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 #352884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352884 is #CAD77B. Grayscale: #363636. Windows color (decimal): -13293436 or 8661045. OLE color: 8661045.

HSL color Cylindrical-coordinate representation of color #352884: hue angle of 248.48º degrees, saturation: 0.53, 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 #352884 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5340132-
CMYK0.600.7000.48
HSL248.48º53.49%33.73%-
HSV(B)248.48º69.7%51.76%-
XYZ6.393.9422.25-
YUV54.38171.81127.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=23.56%
G=17.78%
B=58.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53401320.600.7000.48248.4853.4933.73
Hex3528843C46030f83522
Octal6550204741060603706542
Binary110101101000100001001111001000110011000011111000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352884; }

 p { color: rgb(53,40,132); }

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

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

 a { background-color: rgb(53,40,132); }

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

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

 span { border-color: rgb(53,40,132); }

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