Html Css Color HEX #345FAE Mariner

📋 copy color: '#345FAE'

red 52 ◦ green 95 ◦ blue 174

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

Shades of Mariner #345FAE

Tints of Mariner #345FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.21%

R = 16.2%
G = 29.6%
B = 54.21%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#345FAE (or 0x345FAE) is known color: Mariner. HEX triplet: 34, 5F and AE. RGB value is (52,95,174). Sum of RGB (Red+Green+Blue) = 52+95+174=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #345FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345FAE is #CBA051. Grayscale: #5A5A5A. Windows color (decimal): -13344850 or 11427636. OLE color: 11427636.

HSL color Cylindrical-coordinate representation of color #345FAE: hue angle of 218.85º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345FAE is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 95 174 -
CMYK 0.70 0.45 0 0.32
HSL 218.85º 0.54% 0.44% -
HSV(B) 218.85º 0.7% 0.68% -
XYZ 13.15 11.97 41.66 -
YUV 91.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 52 95 174 0.70 0.45 0 0.32 218.85 0.54 0.44
Hex 34 5F AE 46 2D 0 20 DB 36 2C
Octal 64 137 256 106 55 0 40 333 66 54
Binary 110100 1011111 10101110 1000110 101101 0 100000 11011011 110110 101100

Color Harmonies of #345FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FAE

Black with #345FAE

Text Example


Text Example

White with #345FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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