Shades of Astral #2F7992
Tints of Astral #2F7992
RGB
CMYK
RGB Variations
Color information
#2F7992 (or 0x2F7992) is known color: Astral. HEX triplet: 2F, 79 and 92. RGB value is (47,121,146). Sum of RGB (Red+Green+Blue) = 47+121+146=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F7992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7992 is #D0866D. Grayscale: #656565. Windows color (decimal): -13665902 or 9599279. OLE color: 9599279.
HSL color Cylindrical-coordinate representation of color #2F7992: hue angle of 195.15º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F7992 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 121 | 146 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.43 |
| HSL | 195.15º | 0.51% | 0.38% | - |
| HSV(B) | 195.15º | 0.68% | 0.57% | - |
| XYZ | 13.2 | 16.35 | 29.66 | - |
| YUV | 101.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 146 | 0.68 | 0.17 | 0 | 0.43 | 195.15 | 0.51 | 0.38 |
| Hex | 2F | 79 | 92 | 44 | 11 | 0 | 2B | C3 | 33 | 26 |
| Octal | 57 | 171 | 222 | 104 | 21 | 0 | 53 | 303 | 63 | 46 |
| Binary | 101111 | 1111001 | 10010010 | 1000100 | 10001 | 0 | 101011 | 11000011 | 110011 | 100110 |
Color Harmonies of #2F7992
Complementary color
Monochromatic Colors of #2F7992
Black with #2F7992
Text Example
Text Example
White with #2F7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7992; }
p { color: rgb(47,121,146); }
H1.HeaderClassName
{
color: #2F7992;
}
.AnyTagClassName
{
color: #2F7992;
}
</style>
background-color css
<style>
a { background-color: #2F7992; }
a { background-color: rgb(47,121,146); }
div.DivClassName
{
background-color: #2F7992;
}
.BgClassName
{
background-color: #2F7992;
}
</style>
border-color css
<style>
span { border-color: #2F7992; }
span { border-color: rgb(47,121,146); }
td.TdClassName
{
border-color: #2F7992;
}
.TagClassName
{
border-color: #2F7992;
}
</style>