Html Css Color HEX #345FA5 Mariner

📋 copy color: '#345FA5'

red 52 ◦ green 95 ◦ blue 165

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

Shades of Mariner #345FA5

Tints of Mariner #345FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 52.88%

R = 16.67%
G = 30.45%
B = 52.88%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#345FA5 (or 0x345FA5) is known color: Mariner. HEX triplet: 34, 5F and A5. RGB value is (52,95,165). Sum of RGB (Red+Green+Blue) = 52+95+165=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 165 (64.84% from 255 or 52.88% from 312); Max value from RGB is 165 - color contains mainly: blue. Hex color #345FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345FA5 is #CBA05A. Grayscale: #595959. Windows color (decimal): -13344859 or 10837812. OLE color: 10837812.

HSL color Cylindrical-coordinate representation of color #345FA5: hue angle of 217.17º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #345FA5 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 95 165 -
CMYK 0.68 0.42 0 0.35
HSL 217.17º 0.52% 0.43% -
HSV(B) 217.17º 0.68% 0.65% -
XYZ 12.3 11.63 37.19 -
YUV 90.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 52 95 165 0.68 0.42 0 0.35 217.17 0.52 0.43
Hex 34 5F A5 44 2A 0 23 D9 34 2B
Octal 64 137 245 104 52 0 43 331 64 53
Binary 110100 1011111 10100101 1000100 101010 0 100011 11011001 110100 101011

Color Harmonies of #345FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FA5

Black with #345FA5

Text Example


Text Example

White with #345FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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