#3B2C77

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

Shades of Windsor #3B2C77

Tints of Windsor #3B2C77

Color information

#3B2C77 (or 0x3B2C77) is unknown color: approx Windsor. HEX triplet: 3B, 2C and 77. RGB value is (59,44,119). Sum of RGB (Red+Green+Blue) = 59+44+119=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B2C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2C77 is #C4D388. Grayscale: #383838. Windows color (decimal): -12899209 or 7810107. OLE color: 7810107.

HSL color Cylindrical-coordinate representation of color #3B2C77: hue angle of 252º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B2C77 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5944119-
CMYK0.500.6300.53
HSL252º46.01%31.96%-
HSV(B)252º63.03%46.67%-
XYZ6.034.0617.92-
YUV57.04162.97129.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=26.58%
G=19.82%
B=53.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59441190.500.6300.5325246.0131.96
Hex3B2C77323F035fc2e20
Octal735416762770653745640
Binary1110111011001110111110010111111011010111111100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B2C77; }

 p { color: rgb(59,44,119); }

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

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

 a { background-color: rgb(59,44,119); }

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

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

 span { border-color: rgb(59,44,119); }

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