Shades of Mariner #305BA7
Tints of Mariner #305BA7
RGB
CMYK
RGB Variations
Color information
#305BA7 (or 0x305BA7) is known color: Mariner. HEX triplet: 30, 5B and A7. RGB value is (48,91,167). Sum of RGB (Red+Green+Blue) = 48+91+167=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 167 (65.62% from 255 or 54.58% from 306); Max value from RGB is 167 - color contains mainly: blue. Hex color #305BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305BA7 is #CFA458. Grayscale: #565656. Windows color (decimal): -13608025 or 10967856. OLE color: 10967856.
HSL color Cylindrical-coordinate representation of color #305BA7: hue angle of 218.32º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #305BA7 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 91 | 167 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.35 |
| HSL | 218.32º | 0.55% | 0.42% | - |
| HSV(B) | 218.32º | 0.71% | 0.65% | - |
| XYZ | 11.94 | 10.9 | 38.03 | - |
| YUV | 86.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 167 | 0.71 | 0.46 | 0 | 0.35 | 218.32 | 0.55 | 0.42 |
| Hex | 30 | 5B | A7 | 47 | 2E | 0 | 23 | DA | 37 | 2A |
| Octal | 60 | 133 | 247 | 107 | 56 | 0 | 43 | 332 | 67 | 52 |
| Binary | 110000 | 1011011 | 10100111 | 1000111 | 101110 | 0 | 100011 | 11011010 | 110111 | 101010 |
Color Harmonies of #305BA7
Complementary color
Monochromatic Colors of #305BA7
Black with #305BA7
Text Example
Text Example
White with #305BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BA7; }
p { color: rgb(48,91,167); }
H1.HeaderClassName
{
color: #305BA7;
}
.AnyTagClassName
{
color: #305BA7;
}
</style>
background-color css
<style>
a { background-color: #305BA7; }
a { background-color: rgb(48,91,167); }
div.DivClassName
{
background-color: #305BA7;
}
.BgClassName
{
background-color: #305BA7;
}
</style>
border-color css
<style>
span { border-color: #305BA7; }
span { border-color: rgb(48,91,167); }
td.TdClassName
{
border-color: #305BA7;
}
.TagClassName
{
border-color: #305BA7;
}
</style>