Shades of Astral #2F778B
Tints of Astral #2F778B
RGB
CMYK
RGB Variations
Color information
#2F778B (or 0x2F778B) is known color: Astral. HEX triplet: 2F, 77 and 8B. RGB value is (47,119,139). Sum of RGB (Red+Green+Blue) = 47+119+139=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F778B is #D08874. Grayscale: #636363. Windows color (decimal): -13666421 or 9140015. OLE color: 9140015.
HSL color Cylindrical-coordinate representation of color #2F778B: hue angle of 193.04º 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 #2F778B is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 119 | 139 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.45 |
| HSL | 193.04º | 0.49% | 0.36% | - |
| HSV(B) | 193.04º | 0.66% | 0.55% | - |
| XYZ | 12.43 | 15.66 | 26.79 | - |
| YUV | 99.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 139 | 0.66 | 0.14 | 0 | 0.45 | 193.04 | 0.49 | 0.36 |
| Hex | 2F | 77 | 8B | 42 | E | 0 | 2D | C1 | 31 | 24 |
| Octal | 57 | 167 | 213 | 102 | 16 | 0 | 55 | 301 | 61 | 44 |
| Binary | 101111 | 1110111 | 10001011 | 1000010 | 1110 | 0 | 101101 | 11000001 | 110001 | 100100 |
Color Harmonies of #2F778B
Complementary color
Monochromatic Colors of #2F778B
Black with #2F778B
Text Example
Text Example
White with #2F778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F778B; }
p { color: rgb(47,119,139); }
H1.HeaderClassName
{
color: #2F778B;
}
.AnyTagClassName
{
color: #2F778B;
}
</style>
background-color css
<style>
a { background-color: #2F778B; }
a { background-color: rgb(47,119,139); }
div.DivClassName
{
background-color: #2F778B;
}
.BgClassName
{
background-color: #2F778B;
}
</style>
border-color css
<style>
span { border-color: #2F778B; }
span { border-color: rgb(47,119,139); }
td.TdClassName
{
border-color: #2F778B;
}
.TagClassName
{
border-color: #2F778B;
}
</style>