Shades of Astral #2F7694
Tints of Astral #2F7694
RGB
CMYK
RGB Variations
Color information
#2F7694 (or 0x2F7694) is known color: Astral. HEX triplet: 2F, 76 and 94. RGB value is (47,118,148). Sum of RGB (Red+Green+Blue) = 47+118+148=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F7694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7694 is #D0896B. Grayscale: #636363. Windows color (decimal): -13666668 or 9729583. OLE color: 9729583.
HSL color Cylindrical-coordinate representation of color #2F7694: hue angle of 197.82º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F7694 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 118 | 148 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.42 |
| HSL | 197.82º | 0.52% | 0.38% | - |
| HSV(B) | 197.82º | 0.68% | 0.58% | - |
| XYZ | 13 | 15.7 | 30.36 | - |
| YUV | 100.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 148 | 0.68 | 0.20 | 0 | 0.42 | 197.82 | 0.52 | 0.38 |
| Hex | 2F | 76 | 94 | 44 | 14 | 0 | 2A | C6 | 34 | 26 |
| Octal | 57 | 166 | 224 | 104 | 24 | 0 | 52 | 306 | 64 | 46 |
| Binary | 101111 | 1110110 | 10010100 | 1000100 | 10100 | 0 | 101010 | 11000110 | 110100 | 100110 |
Color Harmonies of #2F7694
Complementary color
Monochromatic Colors of #2F7694
Black with #2F7694
Text Example
Text Example
White with #2F7694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7694; }
p { color: rgb(47,118,148); }
H1.HeaderClassName
{
color: #2F7694;
}
.AnyTagClassName
{
color: #2F7694;
}
</style>
background-color css
<style>
a { background-color: #2F7694; }
a { background-color: rgb(47,118,148); }
div.DivClassName
{
background-color: #2F7694;
}
.BgClassName
{
background-color: #2F7694;
}
</style>
border-color css
<style>
span { border-color: #2F7694; }
span { border-color: rgb(47,118,148); }
td.TdClassName
{
border-color: #2F7694;
}
.TagClassName
{
border-color: #2F7694;
}
</style>