#352982

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

Shades of Windsor #352982

Tints of Windsor #352982

Color information

#352982 (or 0x352982) is unknown color: approx Windsor. HEX triplet: 35, 29 and 82. RGB value is (53,41,130). Sum of RGB (Red+Green+Blue) = 53+41+130=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #352982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352982 is #CAD67D. Grayscale: #363636. Windows color (decimal): -13293182 or 8530229. OLE color: 8530229.

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

Color convert

RGB5341130-
CMYK0.590.6800.49
HSL248.09º52.05%33.53%-
HSV(B)248.09º68.46%50.98%-
XYZ6.293.9521.55-
YUV54.73170.48126.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 130 (51.17% from 255) = 58.04%
R=23.66%
G=18.30%
B=58.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53411300.590.6800.49248.0952.0533.53
Hex3529823B44031f83422
Octal6551202731040613706442
Binary110101101001100000101110111000100011000111111000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352982; }

 p { color: rgb(53,41,130); }

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

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

 a { background-color: rgb(53,41,130); }

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

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

 span { border-color: rgb(53,41,130); }

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