#3A297C

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

Shades of Windsor #3A297C

Tints of Windsor #3A297C

Color information

#3A297C (or 0x3A297C) is unknown color: approx Windsor. HEX triplet: 3A, 29 and 7C. RGB value is (58,41,124). Sum of RGB (Red+Green+Blue) = 58+41+124=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A297C is #C5D683. Grayscale: #373737. Windows color (decimal): -12965508 or 8137018. OLE color: 8137018.

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

Color convert

RGB5841124-
CMYK0.530.6700.51
HSL252.29º50.3%32.35%-
HSV(B)252.29º66.94%48.63%-
XYZ6.183.9419.5-
YUV55.54166.63129.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=26.01%
G=18.39%
B=55.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58411240.530.6700.51252.2950.332.35
Hex3A297C3543033fc3220
Octal7251174651030633746240
Binary11101010100111111001101011000011011001111111100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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