Html Css Color HEX #345DAC Mariner

📋 copy color: '#345DAC'

red 52 ◦ green 93 ◦ blue 172

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

Shades of Mariner #345DAC

Tints of Mariner #345DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.34%

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 16.4%
G = 29.34%
B = 54.26%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#345DAC (or 0x345DAC) is known color: Mariner. HEX triplet: 34, 5D and AC. RGB value is (52,93,172). Sum of RGB (Red+Green+Blue) = 52+93+172=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #345DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345DAC is #CBA253. Grayscale: #595959. Windows color (decimal): -13345364 or 11296052. OLE color: 11296052.

HSL color Cylindrical-coordinate representation of color #345DAC: hue angle of 219.5º degrees, saturation: 0.54, 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 #345DAC is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 93 172 -
CMYK 0.70 0.46 0 0.33
HSL 219.5º 0.54% 0.44% -
HSV(B) 219.5º 0.7% 0.67% -
XYZ 12.78 11.54 40.58 -
YUV 89.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 52 93 172 0.70 0.46 0 0.33 219.5 0.54 0.44
Hex 34 5D AC 46 2E 0 21 DC 36 2C
Octal 64 135 254 106 56 0 41 334 66 54
Binary 110100 1011101 10101100 1000110 101110 0 100001 11011100 110110 101100

Color Harmonies of #345DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345DAC

Black with #345DAC

Text Example


Text Example

White with #345DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,93,172); }

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

background-color css

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

 a { background-color: rgb(52,93,172); }

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

border-color css

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

 span { border-color: rgb(52,93,172); }

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