Html Css Color HEX #345D97 Mariner

📋 copy color: '#345D97'

red 52 ◦ green 93 ◦ blue 151

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

Shades of Mariner #345D97

Tints of Mariner #345D97

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.42%

 BLUE value IS 151 (59.38% from 255) = 51.01%

R = 17.57%
G = 31.42%
B = 51.01%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#345D97 (or 0x345D97) is known color: Mariner. HEX triplet: 34, 5D and 97. RGB value is (52,93,151). Sum of RGB (Red+Green+Blue) = 52+93+151=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #345D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D97 is #CBA268. Grayscale: #575757. Windows color (decimal): -13345385 or 9919796. OLE color: 9919796.

HSL color Cylindrical-coordinate representation of color #345D97: hue angle of 215.15º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345D97 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 93 151 -
CMYK 0.66 0.38 0 0.41
HSL 215.15º 0.49% 0.4% -
HSV(B) 215.15º 0.66% 0.59% -
XYZ 10.92 10.79 30.79 -
YUV 87.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 52 93 151 0.66 0.38 0 0.41 215.15 0.49 0.4
Hex 34 5D 97 42 26 0 29 D7 31 28
Octal 64 135 227 102 46 0 51 327 61 50
Binary 110100 1011101 10010111 1000010 100110 0 101001 11010111 110001 101000

Color Harmonies of #345D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D97

Black with #345D97

Text Example


Text Example

White with #345D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,93,151); }

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

background-color css

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

 a { background-color: rgb(52,93,151); }

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

border-color css

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

 span { border-color: rgb(52,93,151); }

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