Shades of Astral #2F7988
Tints of Astral #2F7988
RGB
CMYK
RGB Variations
Color information
#2F7988 (or 0x2F7988) is known color: Astral. HEX triplet: 2F, 79 and 88. RGB value is (47,121,136). Sum of RGB (Red+Green+Blue) = 47+121+136=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F7988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7988 is #D08677. Grayscale: #646464. Windows color (decimal): -13665912 or 8943919. OLE color: 8943919.
HSL color Cylindrical-coordinate representation of color #2F7988: hue angle of 190.11º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7988 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 121 | 136 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.47 |
| HSL | 190.11º | 0.49% | 0.36% | - |
| HSV(B) | 190.11º | 0.65% | 0.53% | - |
| XYZ | 12.45 | 16.06 | 25.74 | - |
| YUV | 100.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 136 | 0.65 | 0.11 | 0 | 0.47 | 190.11 | 0.49 | 0.36 |
| Hex | 2F | 79 | 88 | 41 | B | 0 | 2F | BE | 31 | 24 |
| Octal | 57 | 171 | 210 | 101 | 13 | 0 | 57 | 276 | 61 | 44 |
| Binary | 101111 | 1111001 | 10001000 | 1000001 | 1011 | 0 | 101111 | 10111110 | 110001 | 100100 |
Color Harmonies of #2F7988
Complementary color
Monochromatic Colors of #2F7988
Black with #2F7988
Text Example
Text Example
White with #2F7988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7988; }
p { color: rgb(47,121,136); }
H1.HeaderClassName
{
color: #2F7988;
}
.AnyTagClassName
{
color: #2F7988;
}
</style>
background-color css
<style>
a { background-color: #2F7988; }
a { background-color: rgb(47,121,136); }
div.DivClassName
{
background-color: #2F7988;
}
.BgClassName
{
background-color: #2F7988;
}
</style>
border-color css
<style>
span { border-color: #2F7988; }
span { border-color: rgb(47,121,136); }
td.TdClassName
{
border-color: #2F7988;
}
.TagClassName
{
border-color: #2F7988;
}
</style>