#3A537A

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

Shades of St Tropaz #3A537A

Tints of St Tropaz #3A537A

Color information

#3A537A (or 0x3A537A) is unknown color: approx St Tropaz. HEX triplet: 3A, 53 and 7A. RGB value is (58,83,122). Sum of RGB (Red+Green+Blue) = 58+83+122=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A537A is #C5AC85. Grayscale: #4F4F4F. Windows color (decimal): -12954758 or 8016698. OLE color: 8016698.

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

Color convert

RGB5883122-
CMYK0.520.3200.52
HSL216.56º35.56%35.29%-
HSV(B)216.56º52.46%47.84%-
XYZ8.358.4919.61-
YUV79.97151.72112.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=22.05%
G=31.56%
B=46.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58831220.520.3200.52216.5635.5635.29
Hex3A537A3420034d92423
Octal7212317264400643314443
Binary11101010100111111010110100100000011010011011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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