#3A287F

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

Shades of Windsor #3A287F

Tints of Windsor #3A287F

Color information

#3A287F (or 0x3A287F) is unknown color: approx Windsor. HEX triplet: 3A, 28 and 7F. RGB value is (58,40,127). Sum of RGB (Red+Green+Blue) = 58+40+127=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A287F is #C5D780. Grayscale: #363636. Windows color (decimal): -12965761 or 8333370. OLE color: 8333370.

HSL color Cylindrical-coordinate representation of color #3A287F: hue angle of 252.41º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A287F is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5840127-
CMYK0.540.6900.50
HSL252.41º52.1%32.75%-
HSV(B)252.41º68.5%49.8%-
XYZ6.333.9520.51-
YUV55.3168.46129.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 127 (50% from 255) = 56.44%
R=25.78%
G=17.78%
B=56.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58401270.540.6900.50252.4152.132.75
Hex3A287F3645032fc3421
Octal7250177661050623746441
Binary11101010100011111111101101000101011001011111100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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