#3a589b

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

Shades of Mariner #3A589B

Tints of Mariner #3A589B

Color information

#3A589B (or 0x3A589B) is unknown color: approx Mariner. HEX triplet: 3A, 58 and 9B. RGB value is (58,88,155). Sum of RGB (Red+Green+Blue) = 58+88+155=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A589B is #C5A764. Grayscale: #565656. Windows color (decimal): -12953445 or 10180666. OLE color: 10180666.

HSL color Cylindrical-coordinate representation of color #3A589B: hue angle of 221.44º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A589B is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5888155-
CMYK0.630.4300.39
HSL221.44º45.54%41.76%-
HSV(B)221.44º62.58%60.78%-
XYZ11.1510.2532.4-
YUV86.67166.56107.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=19.27%
G=29.24%
B=51.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58881550.630.4300.39221.4445.5441.76
Hex3A589B3F2B027dd2e2a
Octal7213023377530473355652
Binary111010101100010011011111111101011010011111011101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a589b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,88,155); }

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

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

 a { background-color: rgb(58,88,155); }

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

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

 span { border-color: rgb(58,88,155); }

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