#346199

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

Shades of Mariner #346199

Tints of Mariner #346199

Color information

#346199 (or 0x346199) is unknown color: approx Mariner. HEX triplet: 34, 61 and 99. RGB value is (52,97,153). Sum of RGB (Red+Green+Blue) = 52+97+153=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #346199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346199 is #CB9E66. Grayscale: #595959. Windows color (decimal): -13344359 or 10051892. OLE color: 10051892.

HSL color Cylindrical-coordinate representation of color #346199: hue angle of 213.27º 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 #346199 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5297153-
CMYK0.660.3700.4
HSL213.27º49.27%40.2%-
HSV(B)213.27º66.01%60%-
XYZ11.4411.5831.77-
YUV89.93163.59100.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=17.22%
G=32.12%
B=50.66%

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
Decimal52971530.660.3700.4213.2749.2740.2
Hex3461994225028d53128
Octal64141231102450503256150
Binary1101001100001100110011000010100101010100011010101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346199; }

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

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

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

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

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

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

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

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