Shades of Mariner #34559C
Tints of Mariner #34559C
RGB
CMYK
RGB Variations
Color information
#34559C (or 0x34559C) is known color: Mariner. HEX triplet: 34, 55 and 9C. RGB value is (52,85,156). Sum of RGB (Red+Green+Blue) = 52+85+156=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #34559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34559C is #CBAA63. Grayscale: #525252. Windows color (decimal): -13347428 or 10245428. OLE color: 10245428.
HSL color Cylindrical-coordinate representation of color #34559C: hue angle of 220.96º 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 #34559C is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 85 | 156 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.39 |
| HSL | 220.96º | 0.5% | 0.41% | - |
| HSV(B) | 220.96º | 0.67% | 0.61% | - |
| XYZ | 10.67 | 9.63 | 32.75 | - |
| YUV | 83.23 | 169.07 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 156 | 0.67 | 0.46 | 0 | 0.39 | 220.96 | 0.5 | 0.41 |
| Hex | 34 | 55 | 9C | 43 | 2E | 0 | 27 | DD | 32 | 29 |
| Octal | 64 | 125 | 234 | 103 | 56 | 0 | 47 | 335 | 62 | 51 |
| Binary | 110100 | 1010101 | 10011100 | 1000011 | 101110 | 0 | 100111 | 11011101 | 110010 | 101001 |
Color Harmonies of #34559C
Complementary color
Monochromatic Colors of #34559C
Black with #34559C
Text Example
Text Example
White with #34559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34559C; }
p { color: rgb(52,85,156); }
H1.HeaderClassName
{
color: #34559C;
}
.AnyTagClassName
{
color: #34559C;
}
</style>
background-color css
<style>
a { background-color: #34559C; }
a { background-color: rgb(52,85,156); }
div.DivClassName
{
background-color: #34559C;
}
.BgClassName
{
background-color: #34559C;
}
</style>
border-color css
<style>
span { border-color: #34559C; }
span { border-color: rgb(52,85,156); }
td.TdClassName
{
border-color: #34559C;
}
.TagClassName
{
border-color: #34559C;
}
</style>