Shades of Mariner #2F5CAA
Tints of Mariner #2F5CAA
RGB
CMYK
RGB Variations
Color information
#2F5CAA (or 0x2F5CAA) is known color: Mariner. HEX triplet: 2F, 5C and AA. RGB value is (47,92,170). Sum of RGB (Red+Green+Blue) = 47+92+170=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F5CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5CAA is #D0A355. Grayscale: #575757. Windows color (decimal): -13673302 or 11164719. OLE color: 11164719.
HSL color Cylindrical-coordinate representation of color #2F5CAA: hue angle of 218.05º 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 #2F5CAA is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 92 | 170 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.33 |
| HSL | 218.05º | 0.57% | 0.43% | - |
| HSV(B) | 218.05º | 0.72% | 0.67% | - |
| XYZ | 12.26 | 11.16 | 39.54 | - |
| YUV | 87.44 | 174.59 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 92 | 170 | 0.72 | 0.46 | 0 | 0.33 | 218.05 | 0.57 | 0.43 |
| Hex | 2F | 5C | AA | 48 | 2E | 0 | 21 | DA | 39 | 2B |
| Octal | 57 | 134 | 252 | 110 | 56 | 0 | 41 | 332 | 71 | 53 |
| Binary | 101111 | 1011100 | 10101010 | 1001000 | 101110 | 0 | 100001 | 11011010 | 111001 | 101011 |
Color Harmonies of #2F5CAA
Complementary color
Monochromatic Colors of #2F5CAA
Black with #2F5CAA
Text Example
Text Example
White with #2F5CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5CAA; }
p { color: rgb(47,92,170); }
H1.HeaderClassName
{
color: #2F5CAA;
}
.AnyTagClassName
{
color: #2F5CAA;
}
</style>
background-color css
<style>
a { background-color: #2F5CAA; }
a { background-color: rgb(47,92,170); }
div.DivClassName
{
background-color: #2F5CAA;
}
.BgClassName
{
background-color: #2F5CAA;
}
</style>
border-color css
<style>
span { border-color: #2F5CAA; }
span { border-color: rgb(47,92,170); }
td.TdClassName
{
border-color: #2F5CAA;
}
.TagClassName
{
border-color: #2F5CAA;
}
</style>