Html Css Color HEX #346098 Mariner

📋 copy color: '#346098'

red 52 ◦ green 96 ◦ blue 152

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

Shades of Mariner #346098

Tints of Mariner #346098

RGB

 RED value IS 52 (20.7% from 255) = 17.33%

 GREEN value IS 96 (37.89% from 255) = 32%

 BLUE value IS 152 (59.77% from 255) = 50.67%

R = 17.33%
G = 32%
B = 50.67%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#346098 (or 0x346098) is known color: Mariner. HEX triplet: 34, 60 and 98. RGB value is (52,96,152). Sum of RGB (Red+Green+Blue) = 52+96+152=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #346098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346098 is #CB9F67. Grayscale: #585858. Windows color (decimal): -13344616 or 9986100. OLE color: 9986100.

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

Color convert

RGB 52 96 152 -
CMYK 0.66 0.37 0 0.40
HSL 213.6º 0.49% 0.4% -
HSV(B) 213.6º 0.66% 0.6% -
XYZ 11.27 11.36 31.31 -
YUV 89.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 52 96 152 0.66 0.37 0 0.40 213.6 0.49 0.4
Hex 34 60 98 42 25 0 28 D6 31 28
Octal 64 140 230 102 45 0 50 326 61 50
Binary 110100 1100000 10011000 1000010 100101 0 101000 11010110 110001 101000

Color Harmonies of #346098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346098

Black with #346098

Text Example


Text Example

White with #346098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346098; }

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

 H1.HeaderClassName
 {
   color: #346098;
 }
 .AnyTagClassName
 {
   color: #346098;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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