#345E99

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

Shades of Mariner #345E99

Tints of Mariner #345E99

Color information

#345E99 (or 0x345E99) is unknown color: approx Mariner. HEX triplet: 34, 5E and 99. RGB value is (52,94,153). Sum of RGB (Red+Green+Blue) = 52+94+153=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #345E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E99 is #CBA166. Grayscale: #575757. Windows color (decimal): -13345127 or 10051124. OLE color: 10051124.

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

Color convert

RGB5294153-
CMYK0.660.3900.4
HSL215.05º49.27%40.2%-
HSV(B)215.05º66.01%60%-
XYZ11.1711.0431.68-
YUV88.17164.59102.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=17.39%
G=31.44%
B=51.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52941530.660.3900.4215.0549.2740.2
Hex345E994227028d73128
Octal64136231102470503276150
Binary1101001011110100110011000010100111010100011010111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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