#3B2E7A

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

Shades of Windsor #3B2E7A

Tints of Windsor #3B2E7A

Color information

#3B2E7A (or 0x3B2E7A) is unknown color: approx Windsor. HEX triplet: 3B, 2E and 7A. RGB value is (59,46,122). Sum of RGB (Red+Green+Blue) = 59+46+122=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B2E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2E7A is #C4D185. Grayscale: #3A3A3A. Windows color (decimal): -12898694 or 8007227. OLE color: 8007227.

HSL color Cylindrical-coordinate representation of color #3B2E7A: hue angle of 250.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B2E7A is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5946122-
CMYK0.520.6200.52
HSL250.26º45.24%32.94%-
HSV(B)250.26º62.3%47.84%-
XYZ6.294.2918.91-
YUV58.55163.81128.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.99%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=25.99%
G=20.26%
B=53.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59461220.520.6200.52250.2645.2432.94
Hex3B2E7A343E034fa2d21
Octal735617264760643725541
Binary1110111011101111010110100111110011010011111010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,46,122); }

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

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

 a { background-color: rgb(59,46,122); }

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

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

 span { border-color: rgb(59,46,122); }

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