#3A287D

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

Shades of Windsor #3A287D

Tints of Windsor #3A287D

Color information

#3A287D (or 0x3A287D) is unknown color: approx Windsor. HEX triplet: 3A, 28 and 7D. RGB value is (58,40,125). Sum of RGB (Red+Green+Blue) = 58+40+125=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A287D is #C5D782. Grayscale: #363636. Windows color (decimal): -12965763 or 8202298. OLE color: 8202298.

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

Color convert

RGB5840125-
CMYK0.540.6800.51
HSL252.71º51.52%32.35%-
HSV(B)252.71º68%49.02%-
XYZ6.213.919.83-
YUV55.07167.46130.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 125 (49.22% from 255) = 56.05%
R=26.01%
G=17.94%
B=56.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58401250.540.6800.51252.7151.5232.35
Hex3A287D3644033fd3420
Octal7250175661040633756440
Binary11101010100011111011101101000100011001111111101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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