Html Css Color HEX #346099 Mariner

📋 copy color: '#346099'

red 52 ◦ green 96 ◦ blue 153

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

Shades of Mariner #346099

Tints of Mariner #346099

RGB

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

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

RGB 52 96 153 -
CMYK 0.66 0.37 0 0.4
HSL 213.86º 0.49% 0.4% -
HSV(B) 213.86º 0.66% 0.6% -
XYZ 11.35 11.4 31.74 -
YUV 89.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 52 96 153 0.66 0.37 0 0.4 213.86 0.49 0.4
Hex 34 60 99 42 25 0 28 D6 31 28
Octal 64 140 231 102 45 0 50 326 61 50
Binary 110100 1100000 10011001 1000010 100101 0 101000 11010110 110001 101000

Color Harmonies of #346099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346099

Black with #346099

Text Example


Text Example

White with #346099

Text Example


Text Example

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