#3A287B

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

Shades of Windsor #3A287B

Tints of Windsor #3A287B

Color information

#3A287B (or 0x3A287B) is unknown color: approx Windsor. HEX triplet: 3A, 28 and 7B. RGB value is (58,40,123). Sum of RGB (Red+Green+Blue) = 58+40+123=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A287B is #C5D784. Grayscale: #363636. Windows color (decimal): -12965765 or 8071226. OLE color: 8071226.

HSL color Cylindrical-coordinate representation of color #3A287B: hue angle of 253.01º 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 #3A287B is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5840123-
CMYK0.530.6700.52
HSL253.01º50.92%31.96%-
HSV(B)253.01º67.48%48.24%-
XYZ6.083.8519.16-
YUV54.84166.46130.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=26.24%
G=18.10%
B=55.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58401230.530.6700.52253.0150.9231.96
Hex3A287B3543034fd3320
Octal7250173651030643756340
Binary11101010100011110111101011000011011010011111101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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