Shades of Mariner #30559D
Tints of Mariner #30559D
RGB
CMYK
RGB Variations
Color information
#30559D (or 0x30559D) is known color: Mariner. HEX triplet: 30, 55 and 9D. RGB value is (48,85,157). Sum of RGB (Red+Green+Blue) = 48+85+157=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #30559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30559D is #CFAA62. Grayscale: #515151. Windows color (decimal): -13609571 or 10310960. OLE color: 10310960.
HSL color Cylindrical-coordinate representation of color #30559D: hue angle of 219.63º 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 #30559D is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 85 | 157 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.38 |
| HSL | 219.63º | 0.53% | 0.4% | - |
| HSV(B) | 219.63º | 0.69% | 0.62% | - |
| XYZ | 10.55 | 9.56 | 33.19 | - |
| YUV | 82.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 157 | 0.69 | 0.46 | 0 | 0.38 | 219.63 | 0.53 | 0.4 |
| Hex | 30 | 55 | 9D | 45 | 2E | 0 | 26 | DC | 35 | 28 |
| Octal | 60 | 125 | 235 | 105 | 56 | 0 | 46 | 334 | 65 | 50 |
| Binary | 110000 | 1010101 | 10011101 | 1000101 | 101110 | 0 | 100110 | 11011100 | 110101 | 101000 |
Color Harmonies of #30559D
Complementary color
Monochromatic Colors of #30559D
Black with #30559D
Text Example
Text Example
White with #30559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30559D; }
p { color: rgb(48,85,157); }
H1.HeaderClassName
{
color: #30559D;
}
.AnyTagClassName
{
color: #30559D;
}
</style>
background-color css
<style>
a { background-color: #30559D; }
a { background-color: rgb(48,85,157); }
div.DivClassName
{
background-color: #30559D;
}
.BgClassName
{
background-color: #30559D;
}
</style>
border-color css
<style>
span { border-color: #30559D; }
span { border-color: rgb(48,85,157); }
td.TdClassName
{
border-color: #30559D;
}
.TagClassName
{
border-color: #30559D;
}
</style>