Html Css Color HEX #345AAC Mariner

📋 copy color: '#345AAC'

red 52 ◦ green 90 ◦ blue 172

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

Shades of Mariner #345AAC

Tints of Mariner #345AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

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

R = 16.56%
G = 28.66%
B = 54.78%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#345AAC (or 0x345AAC) is known color: Mariner. HEX triplet: 34, 5A and AC. RGB value is (52,90,172). Sum of RGB (Red+Green+Blue) = 52+90+172=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #345AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345AAC is #CBA553. Grayscale: #575757. Windows color (decimal): -13346132 or 11295284. OLE color: 11295284.

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

Color convert

RGB 52 90 172 -
CMYK 0.70 0.48 0 0.33
HSL 221º 0.54% 0.44% -
HSV(B) 221º 0.7% 0.67% -
XYZ 12.52 11.02 40.5 -
YUV 87.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 52 90 172 0.70 0.48 0 0.33 221 0.54 0.44
Hex 34 5A AC 46 30 0 21 DD 36 2C
Octal 64 132 254 106 60 0 41 335 66 54
Binary 110100 1011010 10101100 1000110 110000 0 100001 11011101 110110 101100

Color Harmonies of #345AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345AAC

Black with #345AAC

Text Example


Text Example

White with #345AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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