Shades of Mariner #30549F
Tints of Mariner #30549F
RGB
CMYK
RGB Variations
Color information
#30549F (or 0x30549F) is known color: Mariner. HEX triplet: 30, 54 and 9F. RGB value is (48,84,159). Sum of RGB (Red+Green+Blue) = 48+84+159=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #30549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30549F is #CFAB60. Grayscale: #515151. Windows color (decimal): -13609825 or 10441776. OLE color: 10441776.
HSL color Cylindrical-coordinate representation of color #30549F: hue angle of 220.54º 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 #30549F is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 84 | 159 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.38 |
| HSL | 220.54º | 0.54% | 0.41% | - |
| HSV(B) | 220.54º | 0.7% | 0.62% | - |
| XYZ | 10.65 | 9.47 | 34.07 | - |
| YUV | 81.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 159 | 0.70 | 0.47 | 0 | 0.38 | 220.54 | 0.54 | 0.41 |
| Hex | 30 | 54 | 9F | 46 | 2F | 0 | 26 | DD | 36 | 29 |
| Octal | 60 | 124 | 237 | 106 | 57 | 0 | 46 | 335 | 66 | 51 |
| Binary | 110000 | 1010100 | 10011111 | 1000110 | 101111 | 0 | 100110 | 11011101 | 110110 | 101001 |
Color Harmonies of #30549F
Complementary color
Monochromatic Colors of #30549F
Black with #30549F
Text Example
Text Example
White with #30549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30549F; }
p { color: rgb(48,84,159); }
H1.HeaderClassName
{
color: #30549F;
}
.AnyTagClassName
{
color: #30549F;
}
</style>
background-color css
<style>
a { background-color: #30549F; }
a { background-color: rgb(48,84,159); }
div.DivClassName
{
background-color: #30549F;
}
.BgClassName
{
background-color: #30549F;
}
</style>
border-color css
<style>
span { border-color: #30549F; }
span { border-color: rgb(48,84,159); }
td.TdClassName
{
border-color: #30549F;
}
.TagClassName
{
border-color: #30549F;
}
</style>