Html Css Color HEX #345E9B Mariner

📋 copy color: '#345E9B'

red 52 ◦ green 94 ◦ blue 155

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

Shades of Mariner #345E9B

Tints of Mariner #345E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 17.28%
G = 31.23%
B = 51.5%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#345E9B (or 0x345E9B) is known color: Mariner. HEX triplet: 34, 5E and 9B. RGB value is (52,94,155). Sum of RGB (Red+Green+Blue) = 52+94+155=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #345E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E9B is #CBA164. Grayscale: #585858. Windows color (decimal): -13345125 or 10182196. OLE color: 10182196.

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

Color convert

RGB 52 94 155 -
CMYK 0.66 0.39 0 0.39
HSL 215.53º 0.5% 0.41% -
HSV(B) 215.53º 0.66% 0.61% -
XYZ 11.34 11.1 32.56 -
YUV 88.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 52 94 155 0.66 0.39 0 0.39 215.53 0.5 0.41
Hex 34 5E 9B 42 27 0 27 D8 32 29
Octal 64 136 233 102 47 0 47 330 62 51
Binary 110100 1011110 10011011 1000010 100111 0 100111 11011000 110010 101001

Color Harmonies of #345E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E9B

Black with #345E9B

Text Example


Text Example

White with #345E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,94,155); }

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

background-color css

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

 a { background-color: rgb(52,94,155); }

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

border-color css

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

 span { border-color: rgb(52,94,155); }

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