Shades of Mariner #345CAB
Tints of Mariner #345CAB
RGB
CMYK
RGB Variations
Color information
#345CAB (or 0x345CAB) is known color: 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
| RGB | 52 | 92 | 171 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.33 |
| HSL | 219.83º | 0.53% | 0.44% | - |
| HSV(B) | 219.83º | 0.7% | 0.67% | - |
| XYZ | 12.59 | 11.32 | 40.05 | - |
| YUV | 89.05 | 174.25 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 171 | 0.70 | 0.46 | 0 | 0.33 | 219.83 | 0.53 | 0.44 |
| Hex | 34 | 5C | AB | 46 | 2E | 0 | 21 | DC | 35 | 2C |
| Octal | 64 | 134 | 253 | 106 | 56 | 0 | 41 | 334 | 65 | 54 |
| Binary | 110100 | 1011100 | 10101011 | 1000110 | 101110 | 0 | 100001 | 11011100 | 110101 | 101100 |
Color Harmonies of #345CAB
Complementary color
Monochromatic Colors of #345CAB
Black with #345CAB
Text Example
Text Example
White with #345CAB
Text Example
Text Example
HTML Codes & Css Web 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>