Shades of Mariner #30599D
Tints of Mariner #30599D
RGB
CMYK
RGB Variations
Color information
#30599D (or 0x30599D) is known color: Mariner. HEX triplet: 30, 59 and 9D. RGB value is (48,89,157). Sum of RGB (Red+Green+Blue) = 48+89+157=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 89 (35.16% from 255 or 30.27% 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 #30599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30599D is #CFA662. Grayscale: #545454. Windows color (decimal): -13608547 or 10311984. OLE color: 10311984.
HSL color Cylindrical-coordinate representation of color #30599D: hue angle of 217.43º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30599D is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 89 | 157 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.38 |
| HSL | 217.43º | 0.53% | 0.4% | - |
| HSV(B) | 217.43º | 0.69% | 0.62% | - |
| XYZ | 10.88 | 10.21 | 33.3 | - |
| YUV | 84.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 157 | 0.69 | 0.43 | 0 | 0.38 | 217.43 | 0.53 | 0.4 |
| Hex | 30 | 59 | 9D | 45 | 2B | 0 | 26 | D9 | 35 | 28 |
| Octal | 60 | 131 | 235 | 105 | 53 | 0 | 46 | 331 | 65 | 50 |
| Binary | 110000 | 1011001 | 10011101 | 1000101 | 101011 | 0 | 100110 | 11011001 | 110101 | 101000 |
Color Harmonies of #30599D
Complementary color
Monochromatic Colors of #30599D
Black with #30599D
Text Example
Text Example
White with #30599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30599D; }
p { color: rgb(48,89,157); }
H1.HeaderClassName
{
color: #30599D;
}
.AnyTagClassName
{
color: #30599D;
}
</style>
background-color css
<style>
a { background-color: #30599D; }
a { background-color: rgb(48,89,157); }
div.DivClassName
{
background-color: #30599D;
}
.BgClassName
{
background-color: #30599D;
}
</style>
border-color css
<style>
span { border-color: #30599D; }
span { border-color: rgb(48,89,157); }
td.TdClassName
{
border-color: #30599D;
}
.TagClassName
{
border-color: #30599D;
}
</style>