#3A287C

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

Shades of Windsor #3A287C

Tints of Windsor #3A287C

Color information

#3A287C (or 0x3A287C) is unknown color: approx Windsor. HEX triplet: 3A, 28 and 7C. RGB value is (58,40,124). Sum of RGB (Red+Green+Blue) = 58+40+124=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A287C is #C5D783. Grayscale: #363636. Windows color (decimal): -12965764 or 8136762. OLE color: 8136762.

HSL color Cylindrical-coordinate representation of color #3A287C: hue angle of 252.86º degrees, saturation: 0.51, 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 #3A287C is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5840124-
CMYK0.530.6800.51
HSL252.86º51.22%32.16%-
HSV(B)252.86º67.74%48.63%-
XYZ6.143.8719.49-
YUV54.96166.96130.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.13%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=26.13%
G=18.02%
B=55.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58401240.530.6800.51252.8651.2232.16
Hex3A287C3544033fd3320
Octal7250174651040633756340
Binary11101010100011111001101011000100011001111111101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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