#345CAC

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

Shades of Mariner #345CAC

Tints of Mariner #345CAC

Color information

#345CAC (or 0x345CAC) is unknown color: approx Mariner. HEX triplet: 34, 5C and AC. RGB value is (52,92,172). Sum of RGB (Red+Green+Blue) = 52+92+172=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #345CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345CAC is #CBA353. Grayscale: #585858. Windows color (decimal): -13345620 or 11295796. OLE color: 11295796.

HSL color Cylindrical-coordinate representation of color #345CAC: hue angle of 220º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345CAC is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5292172-
CMYK0.700.4700.33
HSL220º53.57%43.92%-
HSV(B)220º69.77%67.45%-
XYZ12.6911.3640.55-
YUV89.16174.75101.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 172 (67.58% from 255) = 54.43%
R=16.46%
G=29.11%
B=54.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52921720.700.4700.3322053.5743.92
Hex345CAC462F021dc362c
Octal64134254106570413346654
Binary1101001011100101011001000110101111010000111011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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