Shades of Astral #2F728B
Tints of Astral #2F728B
RGB
CMYK
RGB Variations
Color information
#2F728B (or 0x2F728B) is known color: Astral. HEX triplet: 2F, 72 and 8B. RGB value is (47,114,139). Sum of RGB (Red+Green+Blue) = 47+114+139=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F728B is #D08D74. Grayscale: #606060. Windows color (decimal): -13667701 or 9138735. OLE color: 9138735.
HSL color Cylindrical-coordinate representation of color #2F728B: hue angle of 196.3º 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 #2F728B is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 114 | 139 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.45 |
| HSL | 196.3º | 0.49% | 0.36% | - |
| HSV(B) | 196.3º | 0.66% | 0.55% | - |
| XYZ | 11.85 | 14.5 | 26.6 | - |
| YUV | 96.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 139 | 0.66 | 0.18 | 0 | 0.45 | 196.3 | 0.49 | 0.36 |
| Hex | 2F | 72 | 8B | 42 | 12 | 0 | 2D | C4 | 31 | 24 |
| Octal | 57 | 162 | 213 | 102 | 22 | 0 | 55 | 304 | 61 | 44 |
| Binary | 101111 | 1110010 | 10001011 | 1000010 | 10010 | 0 | 101101 | 11000100 | 110001 | 100100 |
Color Harmonies of #2F728B
Complementary color
Monochromatic Colors of #2F728B
Black with #2F728B
Text Example
Text Example
White with #2F728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F728B; }
p { color: rgb(47,114,139); }
H1.HeaderClassName
{
color: #2F728B;
}
.AnyTagClassName
{
color: #2F728B;
}
</style>
background-color css
<style>
a { background-color: #2F728B; }
a { background-color: rgb(47,114,139); }
div.DivClassName
{
background-color: #2F728B;
}
.BgClassName
{
background-color: #2F728B;
}
</style>
border-color css
<style>
span { border-color: #2F728B; }
span { border-color: rgb(47,114,139); }
td.TdClassName
{
border-color: #2F728B;
}
.TagClassName
{
border-color: #2F728B;
}
</style>