#352779

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

Shades of Windsor #352779

Tints of Windsor #352779

Color information

#352779 (or 0x352779) is unknown color: approx Windsor. HEX triplet: 35, 27 and 79. RGB value is (53,39,121). Sum of RGB (Red+Green+Blue) = 53+39+121=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #352779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352779 is #CAD886. Grayscale: #343434. Windows color (decimal): -13293703 or 7939893. OLE color: 7939893.

HSL color Cylindrical-coordinate representation of color #352779: hue angle of 250.24º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352779 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5339121-
CMYK0.560.6800.53
HSL250.24º51.25%31.37%-
HSV(B)250.24º67.77%47.45%-
XYZ5.643.5918.48-
YUV52.53166.64128.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 121 (47.66% from 255) = 56.81%
R=24.88%
G=18.31%
B=56.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53391210.560.6800.53250.2451.2531.37
Hex3527793844035fa331f
Octal6547171701040653726337
Binary1101011001111111001111000100010001101011111101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352779; }

 p { color: rgb(53,39,121); }

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

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

 a { background-color: rgb(53,39,121); }

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

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

 span { border-color: rgb(53,39,121); }

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