Shades of Mariner #34539F
Tints of Mariner #34539F
RGB
CMYK
RGB Variations
Color information
#34539F (or 0x34539F) is known color: Mariner. HEX triplet: 34, 53 and 9F. RGB value is (52,83,159). Sum of RGB (Red+Green+Blue) = 52+83+159=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #34539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34539F is #CBAC60. Grayscale: #525252. Windows color (decimal): -13347937 or 10441524. OLE color: 10441524.
HSL color Cylindrical-coordinate representation of color #34539F: hue angle of 222.62º 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 #34539F is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 83 | 159 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.38 |
| HSL | 222.62º | 0.51% | 0.41% | - |
| HSV(B) | 222.62º | 0.67% | 0.62% | - |
| XYZ | 10.77 | 9.42 | 34.05 | - |
| YUV | 82.4 | 171.23 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 159 | 0.67 | 0.48 | 0 | 0.38 | 222.62 | 0.51 | 0.41 |
| Hex | 34 | 53 | 9F | 43 | 30 | 0 | 26 | DF | 33 | 29 |
| Octal | 64 | 123 | 237 | 103 | 60 | 0 | 46 | 337 | 63 | 51 |
| Binary | 110100 | 1010011 | 10011111 | 1000011 | 110000 | 0 | 100110 | 11011111 | 110011 | 101001 |
Color Harmonies of #34539F
Complementary color
Monochromatic Colors of #34539F
Black with #34539F
Text Example
Text Example
White with #34539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34539F; }
p { color: rgb(52,83,159); }
H1.HeaderClassName
{
color: #34539F;
}
.AnyTagClassName
{
color: #34539F;
}
</style>
background-color css
<style>
a { background-color: #34539F; }
a { background-color: rgb(52,83,159); }
div.DivClassName
{
background-color: #34539F;
}
.BgClassName
{
background-color: #34539F;
}
</style>
border-color css
<style>
span { border-color: #34539F; }
span { border-color: rgb(52,83,159); }
td.TdClassName
{
border-color: #34539F;
}
.TagClassName
{
border-color: #34539F;
}
</style>