#3158A5

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

Shades of Mariner #3158A5

Tints of Mariner #3158A5

Color information

#3158A5 (or 0x3158A5) is unknown color: approx Mariner. HEX triplet: 31, 58 and A5. RGB value is (49,88,165). Sum of RGB (Red+Green+Blue) = 49+88+165=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 165 (64.84% from 255 or 54.64% from 302); Max value from RGB is 165 - color contains mainly: blue. Hex color #3158A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3158A5 is #CEA75A. Grayscale: #545454. Windows color (decimal): -13543259 or 10836017. OLE color: 10836017.

HSL color Cylindrical-coordinate representation of color #3158A5: hue angle of 219.83º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3158A5 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4988165-
CMYK0.700.4700.35
HSL219.83º54.21%41.96%-
HSV(B)219.83º70.3%64.71%-
XYZ11.5510.3536.99-
YUV85.12173.08102.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 165 (64.84% from 255) = 54.64%
R=16.23%
G=29.14%
B=54.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49881650.700.4700.35219.8354.2141.96
Hex3158A5462F023dc362a
Octal61130245106570433346652
Binary1100011011000101001011000110101111010001111011100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3158A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3158A5; }

 p { color: rgb(49,88,165); }

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

<style>
 a { background-color: #3158A5; }

 a { background-color: rgb(49,88,165); }

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

<style>
 span { border-color: #3158A5; }

 span { border-color: rgb(49,88,165); }

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