#345CAA

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

Shades of Mariner #345CAA

Tints of Mariner #345CAA

Color information

#345CAA (or 0x345CAA) is unknown color: approx Mariner. HEX triplet: 34, 5C and AA. RGB value is (52,92,170). Sum of RGB (Red+Green+Blue) = 52+92+170=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #345CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345CAA is #CBA355. Grayscale: #585858. Windows color (decimal): -13345622 or 11164724. OLE color: 11164724.

HSL color Cylindrical-coordinate representation of color #345CAA: hue angle of 219.66º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #345CAA is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5292170-
CMYK0.690.4600.33
HSL219.66º53.15%43.53%-
HSV(B)219.66º69.41%66.67%-
XYZ12.511.2939.55-
YUV88.93173.75101.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=16.56%
G=29.30%
B=54.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52921700.690.4600.33219.6653.1543.53
Hex345CAA452E021dc352c
Octal64134252105560413346554
Binary1101001011100101010101000101101110010000111011100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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