Shades of Astral #2F7688
Tints of Astral #2F7688
RGB
CMYK
RGB Variations
Color information
#2F7688 (or 0x2F7688) is known color: Astral. HEX triplet: 2F, 76 and 88. RGB value is (47,118,136). Sum of RGB (Red+Green+Blue) = 47+118+136=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F7688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7688 is #D08977. Grayscale: #626262. Windows color (decimal): -13666680 or 8943151. OLE color: 8943151.
HSL color Cylindrical-coordinate representation of color #2F7688: hue angle of 192.13º 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 #2F7688 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 118 | 136 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.47 |
| HSL | 192.13º | 0.49% | 0.36% | - |
| HSV(B) | 192.13º | 0.65% | 0.53% | - |
| XYZ | 12.09 | 15.34 | 25.62 | - |
| YUV | 98.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 136 | 0.65 | 0.13 | 0 | 0.47 | 192.13 | 0.49 | 0.36 |
| Hex | 2F | 76 | 88 | 41 | D | 0 | 2F | C0 | 31 | 24 |
| Octal | 57 | 166 | 210 | 101 | 15 | 0 | 57 | 300 | 61 | 44 |
| Binary | 101111 | 1110110 | 10001000 | 1000001 | 1101 | 0 | 101111 | 11000000 | 110001 | 100100 |
Color Harmonies of #2F7688
Complementary color
Monochromatic Colors of #2F7688
Black with #2F7688
Text Example
Text Example
White with #2F7688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7688; }
p { color: rgb(47,118,136); }
H1.HeaderClassName
{
color: #2F7688;
}
.AnyTagClassName
{
color: #2F7688;
}
</style>
background-color css
<style>
a { background-color: #2F7688; }
a { background-color: rgb(47,118,136); }
div.DivClassName
{
background-color: #2F7688;
}
.BgClassName
{
background-color: #2F7688;
}
</style>
border-color css
<style>
span { border-color: #2F7688; }
span { border-color: rgb(47,118,136); }
td.TdClassName
{
border-color: #2F7688;
}
.TagClassName
{
border-color: #2F7688;
}
</style>