Shades of Astral #2F748D
Tints of Astral #2F748D
RGB
CMYK
RGB Variations
Color information
#2F748D (or 0x2F748D) is known color: Astral. HEX triplet: 2F, 74 and 8D. RGB value is (47,116,141). Sum of RGB (Red+Green+Blue) = 47+116+141=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F748D is #D08B72. Grayscale: #626262. Windows color (decimal): -13667187 or 9270319. OLE color: 9270319.
HSL color Cylindrical-coordinate representation of color #2F748D: hue angle of 195.96º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F748D is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 116 | 141 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.45 |
| HSL | 195.96º | 0.5% | 0.37% | - |
| HSV(B) | 195.96º | 0.67% | 0.55% | - |
| XYZ | 12.23 | 15.02 | 27.45 | - |
| YUV | 98.22 | 152.14 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 116 | 141 | 0.67 | 0.18 | 0 | 0.45 | 195.96 | 0.5 | 0.37 |
| Hex | 2F | 74 | 8D | 43 | 12 | 0 | 2D | C4 | 32 | 25 |
| Octal | 57 | 164 | 215 | 103 | 22 | 0 | 55 | 304 | 62 | 45 |
| Binary | 101111 | 1110100 | 10001101 | 1000011 | 10010 | 0 | 101101 | 11000100 | 110010 | 100101 |
Color Harmonies of #2F748D
Complementary color
Monochromatic Colors of #2F748D
Black with #2F748D
Text Example
Text Example
White with #2F748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F748D; }
p { color: rgb(47,116,141); }
H1.HeaderClassName
{
color: #2F748D;
}
.AnyTagClassName
{
color: #2F748D;
}
</style>
background-color css
<style>
a { background-color: #2F748D; }
a { background-color: rgb(47,116,141); }
div.DivClassName
{
background-color: #2F748D;
}
.BgClassName
{
background-color: #2F748D;
}
</style>
border-color css
<style>
span { border-color: #2F748D; }
span { border-color: rgb(47,116,141); }
td.TdClassName
{
border-color: #2F748D;
}
.TagClassName
{
border-color: #2F748D;
}
</style>