Shades of Mariner #305BA8
Tints of Mariner #305BA8
RGB
CMYK
RGB Variations
Color information
#305BA8 (or 0x305BA8) is known color: Mariner. HEX triplet: 30, 5B and A8. RGB value is (48,91,168). Sum of RGB (Red+Green+Blue) = 48+91+168=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 168 (66.02% from 255 or 54.72% from 307); Max value from RGB is 168 - color contains mainly: blue. Hex color #305BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305BA8 is #CFA457. Grayscale: #565656. Windows color (decimal): -13608024 or 11033392. OLE color: 11033392.
HSL color Cylindrical-coordinate representation of color #305BA8: hue angle of 218.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 #305BA8 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 91 | 168 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.34 |
| HSL | 218.5º | 0.56% | 0.42% | - |
| HSV(B) | 218.5º | 0.71% | 0.66% | - |
| XYZ | 12.03 | 10.94 | 38.52 | - |
| YUV | 86.92 | 173.75 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 168 | 0.71 | 0.46 | 0 | 0.34 | 218.5 | 0.56 | 0.42 |
| Hex | 30 | 5B | A8 | 47 | 2E | 0 | 22 | DA | 38 | 2A |
| Octal | 60 | 133 | 250 | 107 | 56 | 0 | 42 | 332 | 70 | 52 |
| Binary | 110000 | 1011011 | 10101000 | 1000111 | 101110 | 0 | 100010 | 11011010 | 111000 | 101010 |
Color Harmonies of #305BA8
Complementary color
Monochromatic Colors of #305BA8
Black with #305BA8
Text Example
Text Example
White with #305BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BA8; }
p { color: rgb(48,91,168); }
H1.HeaderClassName
{
color: #305BA8;
}
.AnyTagClassName
{
color: #305BA8;
}
</style>
background-color css
<style>
a { background-color: #305BA8; }
a { background-color: rgb(48,91,168); }
div.DivClassName
{
background-color: #305BA8;
}
.BgClassName
{
background-color: #305BA8;
}
</style>
border-color css
<style>
span { border-color: #305BA8; }
span { border-color: rgb(48,91,168); }
td.TdClassName
{
border-color: #305BA8;
}
.TagClassName
{
border-color: #305BA8;
}
</style>