#345C9A

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

Shades of Mariner #345C9A

Tints of Mariner #345C9A

Color information

#345C9A (or 0x345C9A) is unknown color: approx Mariner. HEX triplet: 34, 5C and 9A. RGB value is (52,92,154). Sum of RGB (Red+Green+Blue) = 52+92+154=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #345C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C9A is #CBA365. Grayscale: #565656. Windows color (decimal): -13345638 or 10116148. OLE color: 10116148.

HSL color Cylindrical-coordinate representation of color #345C9A: hue angle of 216.47º degrees, saturation: 0.5, 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 #345C9A is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5292154-
CMYK0.660.4000.40
HSL216.47º49.51%40.39%-
HSV(B)216.47º66.23%60.39%-
XYZ11.0810.7232.06-
YUV87.11165.75102.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 154 (60.55% from 255) = 51.68%
R=17.45%
G=30.87%
B=51.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52921540.660.4000.40216.4749.5140.39
Hex345C9A4228028d83228
Octal64134232102500503306250
Binary1101001011100100110101000010101000010100011011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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