Shades of Mariner #2F5DAA
Tints of Mariner #2F5DAA
RGB
CMYK
RGB Variations
Color information
#2F5DAA (or 0x2F5DAA) is known color: Mariner. HEX triplet: 2F, 5D and AA. RGB value is (47,93,170). Sum of RGB (Red+Green+Blue) = 47+93+170=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F5DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5DAA is #D0A255. Grayscale: #575757. Windows color (decimal): -13673046 or 11164975. OLE color: 11164975.
HSL color Cylindrical-coordinate representation of color #2F5DAA: hue angle of 217.56º degrees, saturation: 0.57, 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 #2F5DAA is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 93 | 170 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.33 |
| HSL | 217.56º | 0.57% | 0.43% | - |
| HSV(B) | 217.56º | 0.72% | 0.67% | - |
| XYZ | 12.34 | 11.34 | 39.57 | - |
| YUV | 88.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 170 | 0.72 | 0.45 | 0 | 0.33 | 217.56 | 0.57 | 0.43 |
| Hex | 2F | 5D | AA | 48 | 2D | 0 | 21 | DA | 39 | 2B |
| Octal | 57 | 135 | 252 | 110 | 55 | 0 | 41 | 332 | 71 | 53 |
| Binary | 101111 | 1011101 | 10101010 | 1001000 | 101101 | 0 | 100001 | 11011010 | 111001 | 101011 |
Color Harmonies of #2F5DAA
Complementary color
Monochromatic Colors of #2F5DAA
Black with #2F5DAA
Text Example
Text Example
White with #2F5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5DAA; }
p { color: rgb(47,93,170); }
H1.HeaderClassName
{
color: #2F5DAA;
}
.AnyTagClassName
{
color: #2F5DAA;
}
</style>
background-color css
<style>
a { background-color: #2F5DAA; }
a { background-color: rgb(47,93,170); }
div.DivClassName
{
background-color: #2F5DAA;
}
.BgClassName
{
background-color: #2F5DAA;
}
</style>
border-color css
<style>
span { border-color: #2F5DAA; }
span { border-color: rgb(47,93,170); }
td.TdClassName
{
border-color: #2F5DAA;
}
.TagClassName
{
border-color: #2F5DAA;
}
</style>