#3A5682

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

Shades of St Tropaz #3A5682

Tints of St Tropaz #3A5682

Color information

#3A5682 (or 0x3A5682) is unknown color: approx St Tropaz. HEX triplet: 3A, 56 and 82. RGB value is (58,86,130). Sum of RGB (Red+Green+Blue) = 58+86+130=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A5682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5682 is #C5A97D. Grayscale: #525252. Windows color (decimal): -12953982 or 8541754. OLE color: 8541754.

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

Color convert

RGB5886130-
CMYK0.550.3400.49
HSL216.67º38.3%36.86%-
HSV(B)216.67º55.38%50.98%-
XYZ9.19.1722.41-
YUV82.64154.72110.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.17%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=21.17%
G=31.39%
B=47.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58861300.550.3400.49216.6738.336.86
Hex3A56823722031d92625
Octal7212620267420613314645
Binary111010101011010000010110111100010011000111011001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,86,130); }

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

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

 a { background-color: rgb(58,86,130); }

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

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

 span { border-color: rgb(58,86,130); }

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