#35287A

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

Shades of Windsor #35287A

Tints of Windsor #35287A

Color information

#35287A (or 0x35287A) is unknown color: approx Windsor. HEX triplet: 35, 28 and 7A. RGB value is (53,40,122). Sum of RGB (Red+Green+Blue) = 53+40+122=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #35287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35287A is #CAD785. Grayscale: #343434. Windows color (decimal): -13293446 or 8005685. OLE color: 8005685.

HSL color Cylindrical-coordinate representation of color #35287A: hue angle of 249.51º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35287A is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5340122-
CMYK0.570.6700.52
HSL249.51º50.62%31.76%-
HSV(B)249.51º67.21%47.84%-
XYZ5.743.6818.82-
YUV53.24166.81127.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=24.65%
G=18.60%
B=56.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53401220.570.6700.52249.5150.6231.76
Hex35287A3943034fa3320
Octal6550172711030643726340
Binary11010110100011110101110011000011011010011111010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35287A; }

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

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

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

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

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

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

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

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