#345999

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

Shades of Mariner #345999

Tints of Mariner #345999

Color information

#345999 (or 0x345999) is unknown color: approx Mariner. HEX triplet: 34, 59 and 99. RGB value is (52,89,153). Sum of RGB (Red+Green+Blue) = 52+89+153=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #345999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345999 is #CBA666. Grayscale: #545454. Windows color (decimal): -13346407 or 10049844. OLE color: 10049844.

HSL color Cylindrical-coordinate representation of color #345999: hue angle of 218.02º 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 #345999 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5289153-
CMYK0.660.4200.4
HSL218.02º49.27%40.2%-
HSV(B)218.02º66.01%60%-
XYZ10.7410.1731.53-
YUV85.23166.24104.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=17.69%
G=30.27%
B=52.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52891530.660.4200.4218.0249.2740.2
Hex345999422A028da3128
Octal64131231102520503326150
Binary1101001011001100110011000010101010010100011011010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345999; }

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

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

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

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

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

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

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

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