Html Css Color HEX #345D9E Mariner

📋 copy color: '#345D9E'

red 52 ◦ green 93 ◦ blue 158

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

Shades of Mariner #345D9E

Tints of Mariner #345D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.15%

R = 17.16%
G = 30.69%
B = 52.15%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#345D9E (or 0x345D9E) is known color: Mariner. HEX triplet: 34, 5D and 9E. RGB value is (52,93,158). Sum of RGB (Red+Green+Blue) = 52+93+158=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #345D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D9E is #CBA261. Grayscale: #575757. Windows color (decimal): -13345378 or 10378548. OLE color: 10378548.

HSL color Cylindrical-coordinate representation of color #345D9E: hue angle of 216.79º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #345D9E is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 93 158 -
CMYK 0.67 0.41 0 0.38
HSL 216.79º 0.5% 0.41% -
HSV(B) 216.79º 0.67% 0.62% -
XYZ 11.5 11.03 33.87 -
YUV 88.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 52 93 158 0.67 0.41 0 0.38 216.79 0.5 0.41
Hex 34 5D 9E 43 29 0 26 D9 32 29
Octal 64 135 236 103 51 0 46 331 62 51
Binary 110100 1011101 10011110 1000011 101001 0 100110 11011001 110010 101001

Color Harmonies of #345D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D9E

Black with #345D9E

Text Example


Text Example

White with #345D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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