Html Css Color HEX #345EAB Mariner

📋 copy color: '#345EAB'

red 52 ◦ green 94 ◦ blue 171

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

Shades of Mariner #345EAB

Tints of Mariner #345EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 16.4%
G = 29.65%
B = 53.94%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#345EAB (or 0x345EAB) is known color: Mariner. HEX triplet: 34, 5E and AB. RGB value is (52,94,171). Sum of RGB (Red+Green+Blue) = 52+94+171=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #345EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345EAB is #CBA154. Grayscale: #595959. Windows color (decimal): -13345109 or 11230772. OLE color: 11230772.

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

Color convert

RGB 52 94 171 -
CMYK 0.70 0.45 0 0.33
HSL 218.82º 0.53% 0.44% -
HSV(B) 218.82º 0.7% 0.67% -
XYZ 12.77 11.68 40.11 -
YUV 90.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 52 94 171 0.70 0.45 0 0.33 218.82 0.53 0.44
Hex 34 5E AB 46 2D 0 21 DB 35 2C
Octal 64 136 253 106 55 0 41 333 65 54
Binary 110100 1011110 10101011 1000110 101101 0 100001 11011011 110101 101100

Color Harmonies of #345EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EAB

Black with #345EAB

Text Example


Text Example

White with #345EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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