#3A5580

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

Shades of St Tropaz #3A5580

Tints of St Tropaz #3A5580

Color information

#3A5580 (or 0x3A5580) is unknown color: approx St Tropaz. HEX triplet: 3A, 55 and 80. RGB value is (58,85,128). Sum of RGB (Red+Green+Blue) = 58+85+128=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #3A5580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5580 is #C5AA7F. Grayscale: #515151. Windows color (decimal): -12954240 or 8410426. OLE color: 8410426.

HSL color Cylindrical-coordinate representation of color #3A5580: hue angle of 216.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A5580 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5885128-
CMYK0.550.3400.50
HSL216.86º37.63%36.47%-
HSV(B)216.86º54.69%50.2%-
XYZ8.898.9621.68-
YUV81.83154.05111-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 128 (50.39% from 255) = 47.23%
R=21.40%
G=31.37%
B=47.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58851280.550.3400.50216.8637.6336.47
Hex3A55803722032d92624
Octal7212520067420623314644
Binary111010101010110000000110111100010011001011011001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,85,128); }

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

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

 a { background-color: rgb(58,85,128); }

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

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

 span { border-color: rgb(58,85,128); }

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