Html Css Color HEX #345998 Mariner

📋 copy color: '#345998'

red 52 ◦ green 89 ◦ blue 152

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

Shades of Mariner #345998

Tints of Mariner #345998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

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

R = 17.75%
G = 30.38%
B = 51.88%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#345998 (or 0x345998) is known color: Mariner. HEX triplet: 34, 59 and 98. RGB value is (52,89,152). Sum of RGB (Red+Green+Blue) = 52+89+152=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #345998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345998 is #CBA667. Grayscale: #545454. Windows color (decimal): -13346408 or 9984308. OLE color: 9984308.

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

Color convert

RGB 52 89 152 -
CMYK 0.66 0.41 0 0.40
HSL 217.8º 0.49% 0.4% -
HSV(B) 217.8º 0.66% 0.6% -
XYZ 10.66 10.14 31.1 -
YUV 85.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 52 89 152 0.66 0.41 0 0.40 217.8 0.49 0.4
Hex 34 59 98 42 29 0 28 DA 31 28
Octal 64 131 230 102 51 0 50 332 61 50
Binary 110100 1011001 10011000 1000010 101001 0 101000 11011010 110001 101000

Color Harmonies of #345998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345998

Black with #345998

Text Example


Text Example

White with #345998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345998; }

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

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

background-color css

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

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

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

border-color css

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

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

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