Shades of Mariner #305DA8
Tints of Mariner #305DA8
RGB
CMYK
RGB Variations
Color information
#305DA8 (or 0x305DA8) is known color: Mariner. HEX triplet: 30, 5D and A8. RGB value is (48,93,168). Sum of RGB (Red+Green+Blue) = 48+93+168=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 168 (66.02% from 255 or 54.37% from 309); Max value from RGB is 168 - color contains mainly: blue. Hex color #305DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305DA8 is #CFA257. Grayscale: #575757. Windows color (decimal): -13607512 or 11033904. OLE color: 11033904.
HSL color Cylindrical-coordinate representation of color #305DA8: hue angle of 217.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #305DA8 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 93 | 168 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.34 |
| HSL | 217.5º | 0.56% | 0.42% | - |
| HSV(B) | 217.5º | 0.71% | 0.66% | - |
| XYZ | 12.2 | 11.28 | 38.58 | - |
| YUV | 88.1 | 173.09 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 168 | 0.71 | 0.45 | 0 | 0.34 | 217.5 | 0.56 | 0.42 |
| Hex | 30 | 5D | A8 | 47 | 2D | 0 | 22 | DA | 38 | 2A |
| Octal | 60 | 135 | 250 | 107 | 55 | 0 | 42 | 332 | 70 | 52 |
| Binary | 110000 | 1011101 | 10101000 | 1000111 | 101101 | 0 | 100010 | 11011010 | 111000 | 101010 |
Color Harmonies of #305DA8
Complementary color
Monochromatic Colors of #305DA8
Black with #305DA8
Text Example
Text Example
White with #305DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DA8; }
p { color: rgb(48,93,168); }
H1.HeaderClassName
{
color: #305DA8;
}
.AnyTagClassName
{
color: #305DA8;
}
</style>
background-color css
<style>
a { background-color: #305DA8; }
a { background-color: rgb(48,93,168); }
div.DivClassName
{
background-color: #305DA8;
}
.BgClassName
{
background-color: #305DA8;
}
</style>
border-color css
<style>
span { border-color: #305DA8; }
span { border-color: rgb(48,93,168); }
td.TdClassName
{
border-color: #305DA8;
}
.TagClassName
{
border-color: #305DA8;
}
</style>