#345B97

Color #345B97 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #345B97

Tints of Mariner #345B97

Color information

#345B97 (or 0x345B97) is unknown color: approx Mariner. HEX triplet: 34, 5B and 97. RGB value is (52,91,151). Sum of RGB (Red+Green+Blue) = 52+91+151=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #345B97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B97 is #CBA468. Grayscale: #555555. Windows color (decimal): -13345897 or 9919284. OLE color: 9919284.

HSL color Cylindrical-coordinate representation of color #345B97: hue angle of 216.36º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345B97 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5291151-
CMYK0.660.4000.41
HSL216.36º48.77%39.8%-
HSV(B)216.36º65.56%59.22%-
XYZ10.7410.4530.73-
YUV86.18164.58103.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 151 (59.38% from 255) = 51.36%
R=17.69%
G=30.95%
B=51.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52911510.660.4000.41216.3648.7739.8
Hex345B974228029d83128
Octal64133227102500513306150
Binary1101001011011100101111000010101000010100111011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,91,151); }

 H1.HeaderClassName
 {
   color: #345B97;
 }
 .AnyTagClassName
 {
   color: #345B97;
 }
</style>
background-color css

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

 a { background-color: rgb(52,91,151); }

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

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

 span { border-color: rgb(52,91,151); }

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