Shades of Mariner #345C99
Tints of Mariner #345C99
RGB
CMYK
RGB Variations
Color information
#345C99 (or 0x345C99) is known color: Mariner. HEX triplet: 34, 5C and 99. RGB value is (52,92,153). Sum of RGB (Red+Green+Blue) = 52+92+153=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #345C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C99 is #CBA366. Grayscale: #565656. Windows color (decimal): -13345639 or 10050612. OLE color: 10050612.
HSL color Cylindrical-coordinate representation of color #345C99: hue angle of 216.24º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345C99 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 92 | 153 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.4 |
| HSL | 216.24º | 0.49% | 0.4% | - |
| HSV(B) | 216.24º | 0.66% | 0.6% | - |
| XYZ | 10.99 | 10.68 | 31.62 | - |
| YUV | 86.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 153 | 0.66 | 0.40 | 0 | 0.4 | 216.24 | 0.49 | 0.4 |
| Hex | 34 | 5C | 99 | 42 | 28 | 0 | 28 | D8 | 31 | 28 |
| Octal | 64 | 134 | 231 | 102 | 50 | 0 | 50 | 330 | 61 | 50 |
| Binary | 110100 | 1011100 | 10011001 | 1000010 | 101000 | 0 | 101000 | 11011000 | 110001 | 101000 |
Color Harmonies of #345C99
Complementary color
Monochromatic Colors of #345C99
Black with #345C99
Text Example
Text Example
White with #345C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C99; }
p { color: rgb(52,92,153); }
H1.HeaderClassName
{
color: #345C99;
}
.AnyTagClassName
{
color: #345C99;
}
</style>
background-color css
<style>
a { background-color: #345C99; }
a { background-color: rgb(52,92,153); }
div.DivClassName
{
background-color: #345C99;
}
.BgClassName
{
background-color: #345C99;
}
</style>
border-color css
<style>
span { border-color: #345C99; }
span { border-color: rgb(52,92,153); }
td.TdClassName
{
border-color: #345C99;
}
.TagClassName
{
border-color: #345C99;
}
</style>