Shades of Mariner #345CAC
Tints of Mariner #345CAC
RGB
CMYK
RGB Variations
Color information
#345CAC (or 0x345CAC) is known color: 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
| RGB | 52 | 92 | 172 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.33 |
| HSL | 220º | 0.54% | 0.44% | - |
| HSV(B) | 220º | 0.7% | 0.67% | - |
| XYZ | 12.69 | 11.36 | 40.55 | - |
| YUV | 89.16 | 174.75 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 172 | 0.70 | 0.47 | 0 | 0.33 | 220 | 0.54 | 0.44 |
| Hex | 34 | 5C | AC | 46 | 2F | 0 | 21 | DC | 36 | 2C |
| Octal | 64 | 134 | 254 | 106 | 57 | 0 | 41 | 334 | 66 | 54 |
| Binary | 110100 | 1011100 | 10101100 | 1000110 | 101111 | 0 | 100001 | 11011100 | 110110 | 101100 |
Color Harmonies of #345CAC
Complementary color
Monochromatic Colors of #345CAC
Black with #345CAC
Text Example
Text Example
White with #345CAC
Text Example
Text Example
HTML Codes & Css Web 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>