Html Css Color HEX #345FAA Mariner

📋 copy color: '#345FAA'

red 52 ◦ green 95 ◦ blue 170

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

Shades of Mariner #345FAA

Tints of Mariner #345FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.97%

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

R = 16.4%
G = 29.97%
B = 53.63%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#345FAA (or 0x345FAA) is known color: Mariner. HEX triplet: 34, 5F and AA. RGB value is (52,95,170). Sum of RGB (Red+Green+Blue) = 52+95+170=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #345FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345FAA is #CBA055. Grayscale: #5A5A5A. Windows color (decimal): -13344854 or 11165492. OLE color: 11165492.

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

Color convert

RGB 52 95 170 -
CMYK 0.69 0.44 0 0.33
HSL 218.14º 0.53% 0.44% -
HSV(B) 218.14º 0.69% 0.67% -
XYZ 12.76 11.82 39.64 -
YUV 90.69 172.75 100.4 -
System Red Green Blue C M Y K H S L
Decimal 52 95 170 0.69 0.44 0 0.33 218.14 0.53 0.44
Hex 34 5F AA 45 2C 0 21 DA 35 2C
Octal 64 137 252 105 54 0 41 332 65 54
Binary 110100 1011111 10101010 1000101 101100 0 100001 11011010 110101 101100

Color Harmonies of #345FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FAA

Black with #345FAA

Text Example


Text Example

White with #345FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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