Shades of Astral #2F6686
Tints of Astral #2F6686
RGB
CMYK
RGB Variations
Color information
#2F6686 (or 0x2F6686) is known color: Astral. HEX triplet: 2F, 66 and 86. RGB value is (47,102,134). Sum of RGB (Red+Green+Blue) = 47+102+134=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F6686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6686 is #D09979. Grayscale: #595959. Windows color (decimal): -13670778 or 8807983. OLE color: 8807983.
HSL color Cylindrical-coordinate representation of color #2F6686: hue angle of 202.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6686 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 102 | 134 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.47 |
| HSL | 202.07º | 0.48% | 0.35% | - |
| HSV(B) | 202.07º | 0.65% | 0.53% | - |
| XYZ | 10.23 | 11.83 | 24.3 | - |
| YUV | 89.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 134 | 0.65 | 0.24 | 0 | 0.47 | 202.07 | 0.48 | 0.35 |
| Hex | 2F | 66 | 86 | 41 | 18 | 0 | 2F | CA | 30 | 23 |
| Octal | 57 | 146 | 206 | 101 | 30 | 0 | 57 | 312 | 60 | 43 |
| Binary | 101111 | 1100110 | 10000110 | 1000001 | 11000 | 0 | 101111 | 11001010 | 110000 | 100011 |
Color Harmonies of #2F6686
Complementary color
Monochromatic Colors of #2F6686
Black with #2F6686
Text Example
Text Example
White with #2F6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6686; }
p { color: rgb(47,102,134); }
H1.HeaderClassName
{
color: #2F6686;
}
.AnyTagClassName
{
color: #2F6686;
}
</style>
background-color css
<style>
a { background-color: #2F6686; }
a { background-color: rgb(47,102,134); }
div.DivClassName
{
background-color: #2F6686;
}
.BgClassName
{
background-color: #2F6686;
}
</style>
border-color css
<style>
span { border-color: #2F6686; }
span { border-color: rgb(47,102,134); }
td.TdClassName
{
border-color: #2F6686;
}
.TagClassName
{
border-color: #2F6686;
}
</style>