Shades of Mariner #305AA8
Tints of Mariner #305AA8
RGB
CMYK
RGB Variations
Color information
#305AA8 (or 0x305AA8) is known color: Mariner. HEX triplet: 30, 5A and A8. RGB value is (48,90,168). Sum of RGB (Red+Green+Blue) = 48+90+168=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 168 (66.02% from 255 or 54.90% from 306); Max value from RGB is 168 - color contains mainly: blue. Hex color #305AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305AA8 is #CFA557. Grayscale: #555555. Windows color (decimal): -13608280 or 11033136. OLE color: 11033136.
HSL color Cylindrical-coordinate representation of color #305AA8: hue angle of 219º 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 #305AA8 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 90 | 168 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.34 |
| HSL | 219º | 0.56% | 0.42% | - |
| HSV(B) | 219º | 0.71% | 0.66% | - |
| XYZ | 11.94 | 10.77 | 38.49 | - |
| YUV | 86.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 168 | 0.71 | 0.46 | 0 | 0.34 | 219 | 0.56 | 0.42 |
| Hex | 30 | 5A | A8 | 47 | 2E | 0 | 22 | DB | 38 | 2A |
| Octal | 60 | 132 | 250 | 107 | 56 | 0 | 42 | 333 | 70 | 52 |
| Binary | 110000 | 1011010 | 10101000 | 1000111 | 101110 | 0 | 100010 | 11011011 | 111000 | 101010 |
Color Harmonies of #305AA8
Complementary color
Monochromatic Colors of #305AA8
Black with #305AA8
Text Example
Text Example
White with #305AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305AA8; }
p { color: rgb(48,90,168); }
H1.HeaderClassName
{
color: #305AA8;
}
.AnyTagClassName
{
color: #305AA8;
}
</style>
background-color css
<style>
a { background-color: #305AA8; }
a { background-color: rgb(48,90,168); }
div.DivClassName
{
background-color: #305AA8;
}
.BgClassName
{
background-color: #305AA8;
}
</style>
border-color css
<style>
span { border-color: #305AA8; }
span { border-color: rgb(48,90,168); }
td.TdClassName
{
border-color: #305AA8;
}
.TagClassName
{
border-color: #305AA8;
}
</style>