Shades of Mariner #345C98
Tints of Mariner #345C98
RGB
CMYK
RGB Variations
Color information
#345C98 (or 0x345C98) is known color: Mariner. HEX triplet: 34, 5C and 98. RGB value is (52,92,152). Sum of RGB (Red+Green+Blue) = 52+92+152=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #345C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C98 is #CBA367. Grayscale: #565656. Windows color (decimal): -13345640 or 9985076. OLE color: 9985076.
HSL color Cylindrical-coordinate representation of color #345C98: hue angle of 216º 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 #345C98 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 92 | 152 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.40 |
| HSL | 216º | 0.49% | 0.4% | - |
| HSV(B) | 216º | 0.66% | 0.6% | - |
| XYZ | 10.91 | 10.65 | 31.19 | - |
| YUV | 86.88 | 164.75 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 152 | 0.66 | 0.39 | 0 | 0.40 | 216 | 0.49 | 0.4 |
| Hex | 34 | 5C | 98 | 42 | 27 | 0 | 28 | D8 | 31 | 28 |
| Octal | 64 | 134 | 230 | 102 | 47 | 0 | 50 | 330 | 61 | 50 |
| Binary | 110100 | 1011100 | 10011000 | 1000010 | 100111 | 0 | 101000 | 11011000 | 110001 | 101000 |
Color Harmonies of #345C98
Complementary color
Monochromatic Colors of #345C98
Black with #345C98
Text Example
Text Example
White with #345C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C98; }
p { color: rgb(52,92,152); }
H1.HeaderClassName
{
color: #345C98;
}
.AnyTagClassName
{
color: #345C98;
}
</style>
background-color css
<style>
a { background-color: #345C98; }
a { background-color: rgb(52,92,152); }
div.DivClassName
{
background-color: #345C98;
}
.BgClassName
{
background-color: #345C98;
}
</style>
border-color css
<style>
span { border-color: #345C98; }
span { border-color: rgb(52,92,152); }
td.TdClassName
{
border-color: #345C98;
}
.TagClassName
{
border-color: #345C98;
}
</style>