Html Css Color HEX #345DA8 Mariner

📋 copy color: '#345DA8'

red 52 ◦ green 93 ◦ blue 168

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

Shades of Mariner #345DA8

Tints of Mariner #345DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 53.67%

R = 16.61%
G = 29.71%
B = 53.67%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#345DA8 (or 0x345DA8) is known color: Mariner. HEX triplet: 34, 5D and A8. RGB value is (52,93,168). Sum of RGB (Red+Green+Blue) = 52+93+168=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 168 (66.02% from 255 or 53.67% from 313); Max value from RGB is 168 - color contains mainly: blue. Hex color #345DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345DA8 is #CBA257. Grayscale: #585858. Windows color (decimal): -13345368 or 11033908. OLE color: 11033908.

HSL color Cylindrical-coordinate representation of color #345DA8: hue angle of 218.79º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #345DA8 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 52 93 168 -
CMYK 0.69 0.45 0 0.34
HSL 218.79º 0.53% 0.43% -
HSV(B) 218.79º 0.69% 0.66% -
XYZ 12.4 11.39 38.59 -
YUV 89.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 52 93 168 0.69 0.45 0 0.34 218.79 0.53 0.43
Hex 34 5D A8 45 2D 0 22 DB 35 2B
Octal 64 135 250 105 55 0 42 333 65 53
Binary 110100 1011101 10101000 1000101 101101 0 100010 11011011 110101 101011

Color Harmonies of #345DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345DA8

Black with #345DA8

Text Example


Text Example

White with #345DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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