Html Css Color HEX #345BAD Mariner

📋 copy color: '#345BAD'

red 52 ◦ green 91 ◦ blue 173

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

Shades of Mariner #345BAD

Tints of Mariner #345BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 16.46%
G = 28.8%
B = 54.75%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#345BAD (or 0x345BAD) is known color: Mariner. HEX triplet: 34, 5B and AD. RGB value is (52,91,173). Sum of RGB (Red+Green+Blue) = 52+91+173=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #345BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345BAD is #CBA452. Grayscale: #585858. Windows color (decimal): -13345875 or 11361076. OLE color: 11361076.

HSL color Cylindrical-coordinate representation of color #345BAD: hue angle of 220.66º 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 #345BAD is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 91 173 -
CMYK 0.70 0.47 0 0.32
HSL 220.66º 0.54% 0.44% -
HSV(B) 220.66º 0.7% 0.68% -
XYZ 12.7 11.23 41.03 -
YUV 88.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 52 91 173 0.70 0.47 0 0.32 220.66 0.54 0.44
Hex 34 5B AD 46 2F 0 20 DD 36 2C
Octal 64 133 255 106 57 0 40 335 66 54
Binary 110100 1011011 10101101 1000110 101111 0 100000 11011101 110110 101100

Color Harmonies of #345BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345BAD

Black with #345BAD

Text Example


Text Example

White with #345BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,91,173); }

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

background-color css

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

 a { background-color: rgb(52,91,173); }

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

border-color css

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

 span { border-color: rgb(52,91,173); }

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