Shades of Astral #2F687F
Tints of Astral #2F687F
RGB
CMYK
RGB Variations
Color information
#2F687F (or 0x2F687F) is known color: Astral. HEX triplet: 2F, 68 and 7F. RGB value is (47,104,127). Sum of RGB (Red+Green+Blue) = 47+104+127=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F687F is #D09780. Grayscale: #595959. Windows color (decimal): -13670273 or 8349743. OLE color: 8349743.
HSL color Cylindrical-coordinate representation of color #2F687F: hue angle of 197.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F687F is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 104 | 127 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.50 |
| HSL | 197.25º | 0.46% | 0.34% | - |
| HSV(B) | 197.25º | 0.63% | 0.5% | - |
| XYZ | 9.95 | 12.04 | 21.88 | - |
| YUV | 89.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 127 | 0.63 | 0.18 | 0 | 0.50 | 197.25 | 0.46 | 0.34 |
| Hex | 2F | 68 | 7F | 3F | 12 | 0 | 32 | C5 | 2E | 22 |
| Octal | 57 | 150 | 177 | 77 | 22 | 0 | 62 | 305 | 56 | 42 |
| Binary | 101111 | 1101000 | 1111111 | 111111 | 10010 | 0 | 110010 | 11000101 | 101110 | 100010 |
Color Harmonies of #2F687F
Complementary color
Monochromatic Colors of #2F687F
Black with #2F687F
Text Example
Text Example
White with #2F687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F687F; }
p { color: rgb(47,104,127); }
H1.HeaderClassName
{
color: #2F687F;
}
.AnyTagClassName
{
color: #2F687F;
}
</style>
background-color css
<style>
a { background-color: #2F687F; }
a { background-color: rgb(47,104,127); }
div.DivClassName
{
background-color: #2F687F;
}
.BgClassName
{
background-color: #2F687F;
}
</style>
border-color css
<style>
span { border-color: #2F687F; }
span { border-color: rgb(47,104,127); }
td.TdClassName
{
border-color: #2F687F;
}
.TagClassName
{
border-color: #2F687F;
}
</style>