Shades of Mariner #305C9F
Tints of Mariner #305C9F
RGB
CMYK
RGB Variations
Color information
#305C9F (or 0x305C9F) is known color: Mariner. HEX triplet: 30, 5C and 9F. RGB value is (48,92,159). Sum of RGB (Red+Green+Blue) = 48+92+159=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #305C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C9F is #CFA360. Grayscale: #565656. Windows color (decimal): -13607777 or 10443824. OLE color: 10443824.
HSL color Cylindrical-coordinate representation of color #305C9F: hue angle of 216.22º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #305C9F is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 92 | 159 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.38 |
| HSL | 216.22º | 0.54% | 0.41% | - |
| HSV(B) | 216.22º | 0.7% | 0.62% | - |
| XYZ | 11.3 | 10.79 | 34.29 | - |
| YUV | 86.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 159 | 0.70 | 0.42 | 0 | 0.38 | 216.22 | 0.54 | 0.41 |
| Hex | 30 | 5C | 9F | 46 | 2A | 0 | 26 | D8 | 36 | 29 |
| Octal | 60 | 134 | 237 | 106 | 52 | 0 | 46 | 330 | 66 | 51 |
| Binary | 110000 | 1011100 | 10011111 | 1000110 | 101010 | 0 | 100110 | 11011000 | 110110 | 101001 |
Color Harmonies of #305C9F
Complementary color
Monochromatic Colors of #305C9F
Black with #305C9F
Text Example
Text Example
White with #305C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C9F; }
p { color: rgb(48,92,159); }
H1.HeaderClassName
{
color: #305C9F;
}
.AnyTagClassName
{
color: #305C9F;
}
</style>
background-color css
<style>
a { background-color: #305C9F; }
a { background-color: rgb(48,92,159); }
div.DivClassName
{
background-color: #305C9F;
}
.BgClassName
{
background-color: #305C9F;
}
</style>
border-color css
<style>
span { border-color: #305C9F; }
span { border-color: rgb(48,92,159); }
td.TdClassName
{
border-color: #305C9F;
}
.TagClassName
{
border-color: #305C9F;
}
</style>