Shades of Mariner #34559D
Tints of Mariner #34559D
RGB
CMYK
RGB Variations
Color information
#34559D (or 0x34559D) is known color: Mariner. HEX triplet: 34, 55 and 9D. RGB value is (52,85,157). Sum of RGB (Red+Green+Blue) = 52+85+157=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #34559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34559D is #CBAA62. Grayscale: #535353. Windows color (decimal): -13347427 or 10310964. OLE color: 10310964.
HSL color Cylindrical-coordinate representation of color #34559D: hue angle of 221.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34559D is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 85 | 157 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.38 |
| HSL | 221.14º | 0.5% | 0.41% | - |
| HSV(B) | 221.14º | 0.67% | 0.62% | - |
| XYZ | 10.75 | 9.66 | 33.2 | - |
| YUV | 83.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 157 | 0.67 | 0.46 | 0 | 0.38 | 221.14 | 0.5 | 0.41 |
| Hex | 34 | 55 | 9D | 43 | 2E | 0 | 26 | DD | 32 | 29 |
| Octal | 64 | 125 | 235 | 103 | 56 | 0 | 46 | 335 | 62 | 51 |
| Binary | 110100 | 1010101 | 10011101 | 1000011 | 101110 | 0 | 100110 | 11011101 | 110010 | 101001 |
Color Harmonies of #34559D
Complementary color
Monochromatic Colors of #34559D
Black with #34559D
Text Example
Text Example
White with #34559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34559D; }
p { color: rgb(52,85,157); }
H1.HeaderClassName
{
color: #34559D;
}
.AnyTagClassName
{
color: #34559D;
}
</style>
background-color css
<style>
a { background-color: #34559D; }
a { background-color: rgb(52,85,157); }
div.DivClassName
{
background-color: #34559D;
}
.BgClassName
{
background-color: #34559D;
}
</style>
border-color css
<style>
span { border-color: #34559D; }
span { border-color: rgb(52,85,157); }
td.TdClassName
{
border-color: #34559D;
}
.TagClassName
{
border-color: #34559D;
}
</style>