#346099

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

Shades of Mariner #346099

Tints of Mariner #346099

Color information

#346099 (or 0x346099) is unknown color: approx Mariner. HEX triplet: 34, 60 and 99. RGB value is (52,96,153). Sum of RGB (Red+Green+Blue) = 52+96+153=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #346099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346099 is #CB9F66. Grayscale: #595959. Windows color (decimal): -13344615 or 10051636. OLE color: 10051636.

HSL color Cylindrical-coordinate representation of color #346099: hue angle of 213.86º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346099 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5296153-
CMYK0.660.3700.4
HSL213.86º49.27%40.2%-
HSV(B)213.86º66.01%60%-
XYZ11.3511.431.74-
YUV89.34163.92101.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=17.28%
G=31.89%
B=50.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52961530.660.3700.4213.8649.2740.2
Hex3460994225028d63128
Octal64140231102450503266150
Binary1101001100000100110011000010100101010100011010110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346099; }

 p { color: rgb(52,96,153); }

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

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

 a { background-color: rgb(52,96,153); }

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

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

 span { border-color: rgb(52,96,153); }

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