Shades of Mariner #30589F
Tints of Mariner #30589F
RGB
CMYK
RGB Variations
Color information
#30589F (or 0x30589F) is known color: Mariner. HEX triplet: 30, 58 and 9F. RGB value is (48,88,159). Sum of RGB (Red+Green+Blue) = 48+88+159=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #30589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30589F is #CFA760. Grayscale: #535353. Windows color (decimal): -13608801 or 10442800. OLE color: 10442800.
HSL color Cylindrical-coordinate representation of color #30589F: hue angle of 218.38º 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 #30589F is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 88 | 159 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.38 |
| HSL | 218.38º | 0.54% | 0.41% | - |
| HSV(B) | 218.38º | 0.7% | 0.62% | - |
| XYZ | 10.97 | 10.11 | 34.17 | - |
| YUV | 84.13 | 170.25 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 159 | 0.70 | 0.45 | 0 | 0.38 | 218.38 | 0.54 | 0.41 |
| Hex | 30 | 58 | 9F | 46 | 2D | 0 | 26 | DA | 36 | 29 |
| Octal | 60 | 130 | 237 | 106 | 55 | 0 | 46 | 332 | 66 | 51 |
| Binary | 110000 | 1011000 | 10011111 | 1000110 | 101101 | 0 | 100110 | 11011010 | 110110 | 101001 |
Color Harmonies of #30589F
Complementary color
Monochromatic Colors of #30589F
Black with #30589F
Text Example
Text Example
White with #30589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30589F; }
p { color: rgb(48,88,159); }
H1.HeaderClassName
{
color: #30589F;
}
.AnyTagClassName
{
color: #30589F;
}
</style>
background-color css
<style>
a { background-color: #30589F; }
a { background-color: rgb(48,88,159); }
div.DivClassName
{
background-color: #30589F;
}
.BgClassName
{
background-color: #30589F;
}
</style>
border-color css
<style>
span { border-color: #30589F; }
span { border-color: rgb(48,88,159); }
td.TdClassName
{
border-color: #30589F;
}
.TagClassName
{
border-color: #30589F;
}
</style>