#3A297A

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

Shades of Windsor #3A297A

Tints of Windsor #3A297A

Color information

#3A297A (or 0x3A297A) is unknown color: approx Windsor. HEX triplet: 3A, 29 and 7A. RGB value is (58,41,122). Sum of RGB (Red+Green+Blue) = 58+41+122=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A297A is #C5D685. Grayscale: #373737. Windows color (decimal): -12965510 or 8005946. OLE color: 8005946.

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

Color convert

RGB5841122-
CMYK0.520.6600.52
HSL252.59º49.69%31.96%-
HSV(B)252.59º66.39%47.84%-
XYZ6.053.8918.84-
YUV55.32165.63129.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 122 (48.05% from 255) = 55.20%
R=26.24%
G=18.55%
B=55.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58411220.520.6600.52252.5949.6931.96
Hex3A297A3442034fd3220
Octal7251172641020643756240
Binary11101010100111110101101001000010011010011111101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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