Html Css Color HEX #345E98 Mariner

📋 copy color: '#345E98'

red 52 ◦ green 94 ◦ blue 152

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

Shades of Mariner #345E98

Tints of Mariner #345E98

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.54%

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

R = 17.45%
G = 31.54%
B = 51.01%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#345E98 (or 0x345E98) is known color: Mariner. HEX triplet: 34, 5E and 98. RGB value is (52,94,152). Sum of RGB (Red+Green+Blue) = 52+94+152=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #345E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E98 is #CBA167. Grayscale: #575757. Windows color (decimal): -13345128 or 9985588. OLE color: 9985588.

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

Color convert

RGB 52 94 152 -
CMYK 0.66 0.38 0 0.40
HSL 214.8º 0.49% 0.4% -
HSV(B) 214.8º 0.66% 0.6% -
XYZ 11.09 11 31.25 -
YUV 88.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 52 94 152 0.66 0.38 0 0.40 214.8 0.49 0.4
Hex 34 5E 98 42 26 0 28 D7 31 28
Octal 64 136 230 102 46 0 50 327 61 50
Binary 110100 1011110 10011000 1000010 100110 0 101000 11010111 110001 101000

Color Harmonies of #345E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E98

Black with #345E98

Text Example


Text Example

White with #345E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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