Html Css Color HEX #345F97 Mariner

📋 copy color: '#345F97'

red 52 ◦ green 95 ◦ blue 151

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

Shades of Mariner #345F97

Tints of Mariner #345F97

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.88%

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

R = 17.45%
G = 31.88%
B = 50.67%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#345F97 (or 0x345F97) is known color: Mariner. HEX triplet: 34, 5F and 97. RGB value is (52,95,151). Sum of RGB (Red+Green+Blue) = 52+95+151=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #345F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F97 is #CBA068. Grayscale: #585858. Windows color (decimal): -13344873 or 9920308. OLE color: 9920308.

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

Color convert

RGB 52 95 151 -
CMYK 0.66 0.37 0 0.41
HSL 213.94º 0.49% 0.4% -
HSV(B) 213.94º 0.66% 0.59% -
XYZ 11.09 11.15 30.85 -
YUV 88.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 52 95 151 0.66 0.37 0 0.41 213.94 0.49 0.4
Hex 34 5F 97 42 25 0 29 D6 31 28
Octal 64 137 227 102 45 0 51 326 61 50
Binary 110100 1011111 10010111 1000010 100101 0 101001 11010110 110001 101000

Color Harmonies of #345F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F97

Black with #345F97

Text Example


Text Example

White with #345F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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