Shades of Mariner #34589F
Tints of Mariner #34589F
RGB
CMYK
RGB Variations
Color information
#34589F (or 0x34589F) is known color: Mariner. HEX triplet: 34, 58 and 9F. RGB value is (52,88,159). Sum of RGB (Red+Green+Blue) = 52+88+159=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #34589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34589F is #CBA760. Grayscale: #555555. Windows color (decimal): -13346657 or 10442804. OLE color: 10442804.
HSL color Cylindrical-coordinate representation of color #34589F: hue angle of 219.81º degrees, saturation: 0.51, 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 #34589F is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 88 | 159 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.38 |
| HSL | 219.81º | 0.51% | 0.41% | - |
| HSV(B) | 219.81º | 0.67% | 0.62% | - |
| XYZ | 11.16 | 10.21 | 34.18 | - |
| YUV | 85.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 159 | 0.67 | 0.45 | 0 | 0.38 | 219.81 | 0.51 | 0.41 |
| Hex | 34 | 58 | 9F | 43 | 2D | 0 | 26 | DC | 33 | 29 |
| Octal | 64 | 130 | 237 | 103 | 55 | 0 | 46 | 334 | 63 | 51 |
| Binary | 110100 | 1011000 | 10011111 | 1000011 | 101101 | 0 | 100110 | 11011100 | 110011 | 101001 |
Color Harmonies of #34589F
Complementary color
Monochromatic Colors of #34589F
Black with #34589F
Text Example
Text Example
White with #34589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34589F; }
p { color: rgb(52,88,159); }
H1.HeaderClassName
{
color: #34589F;
}
.AnyTagClassName
{
color: #34589F;
}
</style>
background-color css
<style>
a { background-color: #34589F; }
a { background-color: rgb(52,88,159); }
div.DivClassName
{
background-color: #34589F;
}
.BgClassName
{
background-color: #34589F;
}
</style>
border-color css
<style>
span { border-color: #34589F; }
span { border-color: rgb(52,88,159); }
td.TdClassName
{
border-color: #34589F;
}
.TagClassName
{
border-color: #34589F;
}
</style>