Shades of Astral #2F718B
Tints of Astral #2F718B
RGB
CMYK
RGB Variations
Color information
#2F718B (or 0x2F718B) is known color: Astral. HEX triplet: 2F, 71 and 8B. RGB value is (47,113,139). Sum of RGB (Red+Green+Blue) = 47+113+139=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F718B is #D08E74. Grayscale: #606060. Windows color (decimal): -13667957 or 9138479. OLE color: 9138479.
HSL color Cylindrical-coordinate representation of color #2F718B: hue angle of 196.96º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F718B is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 113 | 139 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.45 |
| HSL | 196.96º | 0.49% | 0.36% | - |
| HSV(B) | 196.96º | 0.66% | 0.55% | - |
| XYZ | 11.74 | 14.28 | 26.56 | - |
| YUV | 96.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 139 | 0.66 | 0.19 | 0 | 0.45 | 196.96 | 0.49 | 0.36 |
| Hex | 2F | 71 | 8B | 42 | 13 | 0 | 2D | C5 | 31 | 24 |
| Octal | 57 | 161 | 213 | 102 | 23 | 0 | 55 | 305 | 61 | 44 |
| Binary | 101111 | 1110001 | 10001011 | 1000010 | 10011 | 0 | 101101 | 11000101 | 110001 | 100100 |
Color Harmonies of #2F718B
Complementary color
Monochromatic Colors of #2F718B
Black with #2F718B
Text Example
Text Example
White with #2F718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F718B; }
p { color: rgb(47,113,139); }
H1.HeaderClassName
{
color: #2F718B;
}
.AnyTagClassName
{
color: #2F718B;
}
</style>
background-color css
<style>
a { background-color: #2F718B; }
a { background-color: rgb(47,113,139); }
div.DivClassName
{
background-color: #2F718B;
}
.BgClassName
{
background-color: #2F718B;
}
</style>
border-color css
<style>
span { border-color: #2F718B; }
span { border-color: rgb(47,113,139); }
td.TdClassName
{
border-color: #2F718B;
}
.TagClassName
{
border-color: #2F718B;
}
</style>