Shades of Mariner #30599F
Tints of Mariner #30599F
RGB
CMYK
RGB Variations
Color information
#30599F (or 0x30599F) is known color: Mariner. HEX triplet: 30, 59 and 9F. RGB value is (48,89,159). Sum of RGB (Red+Green+Blue) = 48+89+159=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #30599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30599F is #CFA660. Grayscale: #545454. Windows color (decimal): -13608545 or 10443056. OLE color: 10443056.
HSL color Cylindrical-coordinate representation of color #30599F: hue angle of 217.84º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30599F is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 89 | 159 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.38 |
| HSL | 217.84º | 0.54% | 0.41% | - |
| HSV(B) | 217.84º | 0.7% | 0.62% | - |
| XYZ | 11.05 | 10.28 | 34.2 | - |
| YUV | 84.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 159 | 0.70 | 0.44 | 0 | 0.38 | 217.84 | 0.54 | 0.41 |
| Hex | 30 | 59 | 9F | 46 | 2C | 0 | 26 | DA | 36 | 29 |
| Octal | 60 | 131 | 237 | 106 | 54 | 0 | 46 | 332 | 66 | 51 |
| Binary | 110000 | 1011001 | 10011111 | 1000110 | 101100 | 0 | 100110 | 11011010 | 110110 | 101001 |
Color Harmonies of #30599F
Complementary color
Monochromatic Colors of #30599F
Black with #30599F
Text Example
Text Example
White with #30599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30599F; }
p { color: rgb(48,89,159); }
H1.HeaderClassName
{
color: #30599F;
}
.AnyTagClassName
{
color: #30599F;
}
</style>
background-color css
<style>
a { background-color: #30599F; }
a { background-color: rgb(48,89,159); }
div.DivClassName
{
background-color: #30599F;
}
.BgClassName
{
background-color: #30599F;
}
</style>
border-color css
<style>
span { border-color: #30599F; }
span { border-color: rgb(48,89,159); }
td.TdClassName
{
border-color: #30599F;
}
.TagClassName
{
border-color: #30599F;
}
</style>