Shades of Astral #2F7D94
Tints of Astral #2F7D94
RGB
CMYK
RGB Variations
Color information
#2F7D94 (or 0x2F7D94) is known color: Astral. HEX triplet: 2F, 7D and 94. RGB value is (47,125,148). Sum of RGB (Red+Green+Blue) = 47+125+148=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F7D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7D94 is #D0826B. Grayscale: #686868. Windows color (decimal): -13664876 or 9731375. OLE color: 9731375.
HSL color Cylindrical-coordinate representation of color #2F7D94: hue angle of 193.66º 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 #2F7D94 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 125 | 148 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.42 |
| HSL | 193.66º | 0.52% | 0.38% | - |
| HSV(B) | 193.66º | 0.68% | 0.58% | - |
| XYZ | 13.85 | 17.41 | 30.65 | - |
| YUV | 104.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 125 | 148 | 0.68 | 0.16 | 0 | 0.42 | 193.66 | 0.52 | 0.38 |
| Hex | 2F | 7D | 94 | 44 | 10 | 0 | 2A | C2 | 34 | 26 |
| Octal | 57 | 175 | 224 | 104 | 20 | 0 | 52 | 302 | 64 | 46 |
| Binary | 101111 | 1111101 | 10010100 | 1000100 | 10000 | 0 | 101010 | 11000010 | 110100 | 100110 |
Color Harmonies of #2F7D94
Complementary color
Monochromatic Colors of #2F7D94
Black with #2F7D94
Text Example
Text Example
White with #2F7D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7D94; }
p { color: rgb(47,125,148); }
H1.HeaderClassName
{
color: #2F7D94;
}
.AnyTagClassName
{
color: #2F7D94;
}
</style>
background-color css
<style>
a { background-color: #2F7D94; }
a { background-color: rgb(47,125,148); }
div.DivClassName
{
background-color: #2F7D94;
}
.BgClassName
{
background-color: #2F7D94;
}
</style>
border-color css
<style>
span { border-color: #2F7D94; }
span { border-color: rgb(47,125,148); }
td.TdClassName
{
border-color: #2F7D94;
}
.TagClassName
{
border-color: #2F7D94;
}
</style>