Shades of Astral #2F708C
Tints of Astral #2F708C
RGB
CMYK
RGB Variations
Color information
#2F708C (or 0x2F708C) is known color: Astral. HEX triplet: 2F, 70 and 8C. RGB value is (47,112,140). Sum of RGB (Red+Green+Blue) = 47+112+140=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F708C is #D08F73. Grayscale: #5F5F5F. Windows color (decimal): -13668212 or 9203759. OLE color: 9203759.
HSL color Cylindrical-coordinate representation of color #2F708C: hue angle of 198.06º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F708C is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 112 | 140 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.45 |
| HSL | 198.06º | 0.5% | 0.37% | - |
| HSV(B) | 198.06º | 0.66% | 0.55% | - |
| XYZ | 11.7 | 14.09 | 26.91 | - |
| YUV | 95.76 | 152.97 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 140 | 0.66 | 0.20 | 0 | 0.45 | 198.06 | 0.5 | 0.37 |
| Hex | 2F | 70 | 8C | 42 | 14 | 0 | 2D | C6 | 32 | 25 |
| Octal | 57 | 160 | 214 | 102 | 24 | 0 | 55 | 306 | 62 | 45 |
| Binary | 101111 | 1110000 | 10001100 | 1000010 | 10100 | 0 | 101101 | 11000110 | 110010 | 100101 |
Color Harmonies of #2F708C
Complementary color
Monochromatic Colors of #2F708C
Black with #2F708C
Text Example
Text Example
White with #2F708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F708C; }
p { color: rgb(47,112,140); }
H1.HeaderClassName
{
color: #2F708C;
}
.AnyTagClassName
{
color: #2F708C;
}
</style>
background-color css
<style>
a { background-color: #2F708C; }
a { background-color: rgb(47,112,140); }
div.DivClassName
{
background-color: #2F708C;
}
.BgClassName
{
background-color: #2F708C;
}
</style>
border-color css
<style>
span { border-color: #2F708C; }
span { border-color: rgb(47,112,140); }
td.TdClassName
{
border-color: #2F708C;
}
.TagClassName
{
border-color: #2F708C;
}
</style>