#3A2374

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

Shades of Windsor #3A2374

Tints of Windsor #3A2374

Color information

#3A2374 (or 0x3A2374) is unknown color: approx Windsor. HEX triplet: 3A, 23 and 74. RGB value is (58,35,116). Sum of RGB (Red+Green+Blue) = 58+35+116=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A2374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2374 is #C5DC8B. Grayscale: #323232. Windows color (decimal): -12967052 or 7611194. OLE color: 7611194.

HSL color Cylindrical-coordinate representation of color #3A2374: hue angle of 257.04º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A2374 is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5835116-
CMYK0.50.7000.55
HSL257.04º53.64%29.61%-
HSV(B)257.04º69.83%45.49%-
XYZ5.53.3616.88-
YUV51.11164.62132.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 116 (45.70% from 255) = 55.50%
R=27.75%
G=16.75%
B=55.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58351160.50.7000.55257.0453.6429.61
Hex3A23743246037101361e
Octal7243164621060674016636
Binary11101010001111101001100101000110011011110000000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,35,116); }

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

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

 a { background-color: rgb(58,35,116); }

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

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

 span { border-color: rgb(58,35,116); }

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