#35297C

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

Shades of Windsor #35297C

Tints of Windsor #35297C

Color information

#35297C (or 0x35297C) is unknown color: approx Windsor. HEX triplet: 35, 29 and 7C. RGB value is (53,41,124). Sum of RGB (Red+Green+Blue) = 53+41+124=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #35297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35297C is #CAD683. Grayscale: #353535. Windows color (decimal): -13293188 or 8137013. OLE color: 8137013.

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

Color convert

RGB5341124-
CMYK0.570.6700.51
HSL248.67º50.3%32.35%-
HSV(B)248.67º66.94%48.63%-
XYZ5.93.819.49-
YUV54.05167.48127.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 124 (48.83% from 255) = 56.88%
R=24.31%
G=18.81%
B=56.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53411240.570.6700.51248.6750.332.35
Hex35297C3943033f93220
Octal6551174711030633716240
Binary11010110100111111001110011000011011001111111001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35297C; }

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

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

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

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

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

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

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

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