Html Css Color HEX #345BAA Mariner

📋 copy color: '#345BAA'

red 52 ◦ green 91 ◦ blue 170

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

Shades of Mariner #345BAA

Tints of Mariner #345BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 16.61%
G = 29.07%
B = 54.31%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#345BAA (or 0x345BAA) is known color: Mariner. HEX triplet: 34, 5B and AA. RGB value is (52,91,170). Sum of RGB (Red+Green+Blue) = 52+91+170=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #345BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345BAA is #CBA455. Grayscale: #575757. Windows color (decimal): -13345878 or 11164468. OLE color: 11164468.

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

Color convert

RGB 52 91 170 -
CMYK 0.69 0.46 0 0.33
HSL 220.17º 0.53% 0.44% -
HSV(B) 220.17º 0.69% 0.67% -
XYZ 12.41 11.11 39.52 -
YUV 88.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 52 91 170 0.69 0.46 0 0.33 220.17 0.53 0.44
Hex 34 5B AA 45 2E 0 21 DC 35 2C
Octal 64 133 252 105 56 0 41 334 65 54
Binary 110100 1011011 10101010 1000101 101110 0 100001 11011100 110101 101100

Color Harmonies of #345BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345BAA

Black with #345BAA

Text Example


Text Example

White with #345BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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