#345C97

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

Shades of Mariner #345C97

Tints of Mariner #345C97

Color information

#345C97 (or 0x345C97) is unknown color: approx Mariner. HEX triplet: 34, 5C and 97. RGB value is (52,92,151). Sum of RGB (Red+Green+Blue) = 52+92+151=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #345C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C97 is #CBA368. Grayscale: #565656. Windows color (decimal): -13345641 or 9919540. OLE color: 9919540.

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

Color convert

RGB5292151-
CMYK0.660.3900.41
HSL215.76º48.77%39.8%-
HSV(B)215.76º65.56%59.22%-
XYZ10.8310.6230.76-
YUV86.77164.25103.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 151 (59.38% from 255) = 51.19%
R=17.63%
G=31.19%
B=51.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52921510.660.3900.41215.7648.7739.8
Hex345C974227029d83128
Octal64134227102470513306150
Binary1101001011100100101111000010100111010100111011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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