Shades of Astral #2F7294
Tints of Astral #2F7294
RGB
CMYK
RGB Variations
Color information
#2F7294 (or 0x2F7294) is known color: Astral. HEX triplet: 2F, 72 and 94. RGB value is (47,114,148). Sum of RGB (Red+Green+Blue) = 47+114+148=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F7294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7294 is #D08D6B. Grayscale: #616161. Windows color (decimal): -13667692 or 9728559. OLE color: 9728559.
HSL color Cylindrical-coordinate representation of color #2F7294: hue angle of 200.2º 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 #2F7294 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 114 | 148 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.42 |
| HSL | 200.2º | 0.52% | 0.38% | - |
| HSV(B) | 200.2º | 0.68% | 0.58% | - |
| XYZ | 12.53 | 14.78 | 30.21 | - |
| YUV | 97.84 | 156.3 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 148 | 0.68 | 0.23 | 0 | 0.42 | 200.2 | 0.52 | 0.38 |
| Hex | 2F | 72 | 94 | 44 | 17 | 0 | 2A | C8 | 34 | 26 |
| Octal | 57 | 162 | 224 | 104 | 27 | 0 | 52 | 310 | 64 | 46 |
| Binary | 101111 | 1110010 | 10010100 | 1000100 | 10111 | 0 | 101010 | 11001000 | 110100 | 100110 |
Color Harmonies of #2F7294
Complementary color
Monochromatic Colors of #2F7294
Black with #2F7294
Text Example
Text Example
White with #2F7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7294; }
p { color: rgb(47,114,148); }
H1.HeaderClassName
{
color: #2F7294;
}
.AnyTagClassName
{
color: #2F7294;
}
</style>
background-color css
<style>
a { background-color: #2F7294; }
a { background-color: rgb(47,114,148); }
div.DivClassName
{
background-color: #2F7294;
}
.BgClassName
{
background-color: #2F7294;
}
</style>
border-color css
<style>
span { border-color: #2F7294; }
span { border-color: rgb(47,114,148); }
td.TdClassName
{
border-color: #2F7294;
}
.TagClassName
{
border-color: #2F7294;
}
</style>