Html Css Color HEX #345C9D Mariner

📋 copy color: '#345C9D'

red 52 ◦ green 92 ◦ blue 157

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

Shades of Mariner #345C9D

Tints of Mariner #345C9D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.56%

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 17.28%
G = 30.56%
B = 52.16%

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

#345C9D (or 0x345C9D) is known color: Mariner. HEX triplet: 34, 5C and 9D. RGB value is (52,92,157). Sum of RGB (Red+Green+Blue) = 52+92+157=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #345C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C9D is #CBA362. Grayscale: #575757. Windows color (decimal): -13345635 or 10312756. OLE color: 10312756.

HSL color Cylindrical-coordinate representation of color #345C9D: hue angle of 217.14º 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 #345C9D is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 92 157 -
CMYK 0.67 0.41 0 0.38
HSL 217.14º 0.5% 0.41% -
HSV(B) 217.14º 0.67% 0.62% -
XYZ 11.33 10.82 33.39 -
YUV 87.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 52 92 157 0.67 0.41 0 0.38 217.14 0.5 0.41
Hex 34 5C 9D 43 29 0 26 D9 32 29
Octal 64 134 235 103 51 0 46 331 62 51
Binary 110100 1011100 10011101 1000011 101001 0 100110 11011001 110010 101001

Color Harmonies of #345C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C9D

Black with #345C9D

Text Example


Text Example

White with #345C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,92,157); }

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

background-color css

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

 a { background-color: rgb(52,92,157); }

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

border-color css

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

 span { border-color: rgb(52,92,157); }

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