Shades of Astral #2F7C8B
Tints of Astral #2F7C8B
RGB
CMYK
RGB Variations
Color information
#2F7C8B (or 0x2F7C8B) is known color: Astral. HEX triplet: 2F, 7C and 8B. RGB value is (47,124,139). Sum of RGB (Red+Green+Blue) = 47+124+139=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F7C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7C8B is #D08374. Grayscale: #666666. Windows color (decimal): -13665141 or 9141295. OLE color: 9141295.
HSL color Cylindrical-coordinate representation of color #2F7C8B: hue angle of 189.78º 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 #2F7C8B is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 124 | 139 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.45 |
| HSL | 189.78º | 0.49% | 0.36% | - |
| HSV(B) | 189.78º | 0.66% | 0.55% | - |
| XYZ | 13.04 | 16.88 | 27 | - |
| YUV | 102.69 | 148.49 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 124 | 139 | 0.66 | 0.11 | 0 | 0.45 | 189.78 | 0.49 | 0.36 |
| Hex | 2F | 7C | 8B | 42 | B | 0 | 2D | BE | 31 | 24 |
| Octal | 57 | 174 | 213 | 102 | 13 | 0 | 55 | 276 | 61 | 44 |
| Binary | 101111 | 1111100 | 10001011 | 1000010 | 1011 | 0 | 101101 | 10111110 | 110001 | 100100 |
Color Harmonies of #2F7C8B
Complementary color
Monochromatic Colors of #2F7C8B
Black with #2F7C8B
Text Example
Text Example
White with #2F7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7C8B; }
p { color: rgb(47,124,139); }
H1.HeaderClassName
{
color: #2F7C8B;
}
.AnyTagClassName
{
color: #2F7C8B;
}
</style>
background-color css
<style>
a { background-color: #2F7C8B; }
a { background-color: rgb(47,124,139); }
div.DivClassName
{
background-color: #2F7C8B;
}
.BgClassName
{
background-color: #2F7C8B;
}
</style>
border-color css
<style>
span { border-color: #2F7C8B; }
span { border-color: rgb(47,124,139); }
td.TdClassName
{
border-color: #2F7C8B;
}
.TagClassName
{
border-color: #2F7C8B;
}
</style>