#3A598B

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

Shades of St Tropaz #3A598B

Tints of St Tropaz #3A598B

Color information

#3A598B (or 0x3A598B) is unknown color: approx St Tropaz. HEX triplet: 3A, 59 and 8B. RGB value is (58,89,139). Sum of RGB (Red+Green+Blue) = 58+89+139=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A598B is #C5A674. Grayscale: #555555. Windows color (decimal): -12953205 or 9132346. OLE color: 9132346.

HSL color Cylindrical-coordinate representation of color #3A598B: hue angle of 217.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A598B is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5889139-
CMYK0.580.3600.45
HSL217.04º41.12%38.63%-
HSV(B)217.04º58.27%54.51%-
XYZ9.989.9125.81-
YUV85.43158.23108.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=20.28%
G=31.12%
B=48.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58891390.580.3600.45217.0441.1238.63
Hex3A598B3A2402Dd92927
Octal7213121372440553315147
Binary111010101100110001011111010100100010110111011001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,89,139); }

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

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

 a { background-color: rgb(58,89,139); }

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

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

 span { border-color: rgb(58,89,139); }

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