#3B2173

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

Shades of Windsor #3B2173

Tints of Windsor #3B2173

Color information

#3B2173 (or 0x3B2173) is unknown color: approx Windsor. HEX triplet: 3B, 21 and 73. RGB value is (59,33,115). Sum of RGB (Red+Green+Blue) = 59+33+115=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B2173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2173 is #C4DE8C. Grayscale: #313131. Windows color (decimal): -12902029 or 7545147. OLE color: 7545147.

HSL color Cylindrical-coordinate representation of color #3B2173: hue angle of 259.02º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B2173 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5933115-
CMYK0.490.7100.55
HSL259.02º55.41%29.02%-
HSV(B)259.02º71.3%45.1%-
XYZ5.443.2616.56-
YUV50.12164.61134.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.50%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=28.50%
G=15.94%
B=55.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59331150.490.7100.55259.0255.4129.02
Hex3B21733147037103371d
Octal7341163611070674036735
Binary11101110000111100111100011000111011011110000001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,33,115); }

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

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

 a { background-color: rgb(59,33,115); }

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

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

 span { border-color: rgb(59,33,115); }

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