Html Css Color HEX #346199 Mariner

📋 copy color: '#346199'

red 52 ◦ green 97 ◦ blue 153

#346199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #346199

Tints of Mariner #346199

RGB

 RED value IS 52 (20.7% 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 value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#346199 (or 0x346199) is known color: 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

RGB 52 97 153 -
CMYK 0.66 0.37 0 0.4
HSL 213.27º 0.49% 0.4% -
HSV(B) 213.27º 0.66% 0.6% -
XYZ 11.44 11.58 31.77 -
YUV 89.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 52 97 153 0.66 0.37 0 0.4 213.27 0.49 0.4
Hex 34 61 99 42 25 0 28 D5 31 28
Octal 64 141 231 102 45 0 50 325 61 50
Binary 110100 1100001 10011001 1000010 100101 0 101000 11010101 110001 101000

Color Harmonies of #346199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346199

Black with #346199

Text Example


Text Example

White with #346199

Text Example


Text Example

HTML Codes & Css Web 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>