Shades of Mariner #305FAC
Tints of Mariner #305FAC
RGB
CMYK
RGB Variations
Color information
#305FAC (or 0x305FAC) is known color: Mariner. HEX triplet: 30, 5F and AC. RGB value is (48,95,172). Sum of RGB (Red+Green+Blue) = 48+95+172=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #305FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305FAC is #CFA053. Grayscale: #595959. Windows color (decimal): -13606996 or 11296560. OLE color: 11296560.
HSL color Cylindrical-coordinate representation of color #305FAC: hue angle of 217.26º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305FAC is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 95 | 172 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.33 |
| HSL | 217.26º | 0.56% | 0.43% | - |
| HSV(B) | 217.26º | 0.72% | 0.67% | - |
| XYZ | 12.76 | 11.79 | 40.63 | - |
| YUV | 89.73 | 174.43 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 172 | 0.72 | 0.45 | 0 | 0.33 | 217.26 | 0.56 | 0.43 |
| Hex | 30 | 5F | AC | 48 | 2D | 0 | 21 | D9 | 38 | 2B |
| Octal | 60 | 137 | 254 | 110 | 55 | 0 | 41 | 331 | 70 | 53 |
| Binary | 110000 | 1011111 | 10101100 | 1001000 | 101101 | 0 | 100001 | 11011001 | 111000 | 101011 |
Color Harmonies of #305FAC
Complementary color
Monochromatic Colors of #305FAC
Black with #305FAC
Text Example
Text Example
White with #305FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305FAC; }
p { color: rgb(48,95,172); }
H1.HeaderClassName
{
color: #305FAC;
}
.AnyTagClassName
{
color: #305FAC;
}
</style>
background-color css
<style>
a { background-color: #305FAC; }
a { background-color: rgb(48,95,172); }
div.DivClassName
{
background-color: #305FAC;
}
.BgClassName
{
background-color: #305FAC;
}
</style>
border-color css
<style>
span { border-color: #305FAC; }
span { border-color: rgb(48,95,172); }
td.TdClassName
{
border-color: #305FAC;
}
.TagClassName
{
border-color: #305FAC;
}
</style>