Html Css Color HEX #345CAD Mariner

📋 copy color: '#345CAD'

red 52 ◦ green 92 ◦ blue 173

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

Shades of Mariner #345CAD

Tints of Mariner #345CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

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

R = 16.4%
G = 29.02%
B = 54.57%

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

#345CAD (or 0x345CAD) is known color: Mariner. HEX triplet: 34, 5C and AD. RGB value is (52,92,173). Sum of RGB (Red+Green+Blue) = 52+92+173=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #345CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345CAD is #CBA352. Grayscale: #585858. Windows color (decimal): -13345619 or 11361332. OLE color: 11361332.

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

Color convert

RGB 52 92 173 -
CMYK 0.70 0.47 0 0.32
HSL 220.17º 0.54% 0.44% -
HSV(B) 220.17º 0.7% 0.68% -
XYZ 12.79 11.4 41.06 -
YUV 89.27 175.25 101.41 -
System Red Green Blue C M Y K H S L
Decimal 52 92 173 0.70 0.47 0 0.32 220.17 0.54 0.44
Hex 34 5C AD 46 2F 0 20 DC 36 2C
Octal 64 134 255 106 57 0 40 334 66 54
Binary 110100 1011100 10101101 1000110 101111 0 100000 11011100 110110 101100

Color Harmonies of #345CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CAD

Black with #345CAD

Text Example


Text Example

White with #345CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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