#345CAB

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

Shades of Mariner #345CAB

Tints of Mariner #345CAB

Color information

#345CAB (or 0x345CAB) is unknown color: approx Mariner. HEX triplet: 34, 5C and AB. RGB value is (52,92,171). Sum of RGB (Red+Green+Blue) = 52+92+171=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #345CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345CAB is #CBA354. Grayscale: #585858. Windows color (decimal): -13345621 or 11230260. OLE color: 11230260.

HSL color Cylindrical-coordinate representation of color #345CAB: hue angle of 219.83º degrees, saturation: 0.53, 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 #345CAB is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5292171-
CMYK0.700.4600.33
HSL219.83º53.36%43.73%-
HSV(B)219.83º69.59%67.06%-
XYZ12.5911.3240.05-
YUV89.05174.25101.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=16.51%
G=29.21%
B=54.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52921710.700.4600.33219.8353.3643.73
Hex345CAB462E021dc352c
Octal64134253106560413346554
Binary1101001011100101010111000110101110010000111011100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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