#3A287A

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

Shades of Windsor #3A287A

Tints of Windsor #3A287A

Color information

#3A287A (or 0x3A287A) is unknown color: approx Windsor. HEX triplet: 3A, 28 and 7A. RGB value is (58,40,122). Sum of RGB (Red+Green+Blue) = 58+40+122=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A287A is #C5D785. Grayscale: #363636. Windows color (decimal): -12965766 or 8005690. OLE color: 8005690.

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

Color convert

RGB5840122-
CMYK0.520.6700.52
HSL253.17º50.62%31.76%-
HSV(B)253.17º67.21%47.84%-
XYZ6.023.8218.83-
YUV54.73165.96130.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.36%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=26.36%
G=18.18%
B=55.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58401220.520.6700.52253.1750.6231.76
Hex3A287A3443034fd3320
Octal7250172641030643756340
Binary11101010100011110101101001000011011010011111101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,122); }

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

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

 a { background-color: rgb(58,40,122); }

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

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

 span { border-color: rgb(58,40,122); }

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