#345E9E

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

Shades of Mariner #345E9E

Tints of Mariner #345E9E

Color information

#345E9E (or 0x345E9E) is unknown color: approx Mariner. HEX triplet: 34, 5E and 9E. RGB value is (52,94,158). Sum of RGB (Red+Green+Blue) = 52+94+158=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #345E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E9E is #CBA161. Grayscale: #585858. Windows color (decimal): -13345122 or 10378804. OLE color: 10378804.

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

Color convert

RGB5294158-
CMYK0.670.4100.38
HSL216.23º50.48%41.18%-
HSV(B)216.23º67.09%61.96%-
XYZ11.5911.233.9-
YUV88.74167.09101.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 158 (62.11% from 255) = 51.97%
R=17.11%
G=30.92%
B=51.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52941580.670.4100.38216.2350.4841.18
Hex345E9E4329026d83229
Octal64136236103510463306251
Binary1101001011110100111101000011101001010011011011000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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