Shades of Mariner #34619C
Tints of Mariner #34619C
RGB
CMYK
RGB Variations
Color information
#34619C (or 0x34619C) is known color: Mariner. HEX triplet: 34, 61 and 9C. RGB value is (52,97,156). Sum of RGB (Red+Green+Blue) = 52+97+156=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #34619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34619C is #CB9E63. Grayscale: #595959. Windows color (decimal): -13344356 or 10248500. OLE color: 10248500.
HSL color Cylindrical-coordinate representation of color #34619C: hue angle of 214.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34619C is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 97 | 156 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.39 |
| HSL | 214.04º | 0.5% | 0.41% | - |
| HSV(B) | 214.04º | 0.67% | 0.61% | - |
| XYZ | 11.69 | 11.68 | 33.09 | - |
| YUV | 90.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 156 | 0.67 | 0.38 | 0 | 0.39 | 214.04 | 0.5 | 0.41 |
| Hex | 34 | 61 | 9C | 43 | 26 | 0 | 27 | D6 | 32 | 29 |
| Octal | 64 | 141 | 234 | 103 | 46 | 0 | 47 | 326 | 62 | 51 |
| Binary | 110100 | 1100001 | 10011100 | 1000011 | 100110 | 0 | 100111 | 11010110 | 110010 | 101001 |
Color Harmonies of #34619C
Complementary color
Monochromatic Colors of #34619C
Black with #34619C
Text Example
Text Example
White with #34619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34619C; }
p { color: rgb(52,97,156); }
H1.HeaderClassName
{
color: #34619C;
}
.AnyTagClassName
{
color: #34619C;
}
</style>
background-color css
<style>
a { background-color: #34619C; }
a { background-color: rgb(52,97,156); }
div.DivClassName
{
background-color: #34619C;
}
.BgClassName
{
background-color: #34619C;
}
</style>
border-color css
<style>
span { border-color: #34619C; }
span { border-color: rgb(52,97,156); }
td.TdClassName
{
border-color: #34619C;
}
.TagClassName
{
border-color: #34619C;
}
</style>