Shades of Astral #2F7584
Tints of Astral #2F7584
RGB
CMYK
RGB Variations
Color information
#2F7584 (or 0x2F7584) is known color: Astral. HEX triplet: 2F, 75 and 84. RGB value is (47,117,132). Sum of RGB (Red+Green+Blue) = 47+117+132=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F7584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7584 is #D08A7B. Grayscale: #616161. Windows color (decimal): -13666940 or 8680751. OLE color: 8680751.
HSL color Cylindrical-coordinate representation of color #2F7584: hue angle of 190.59º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F7584 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 117 | 132 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.48 |
| HSL | 190.59º | 0.47% | 0.35% | - |
| HSV(B) | 190.59º | 0.64% | 0.52% | - |
| XYZ | 11.7 | 14.99 | 24.11 | - |
| YUV | 97.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 132 | 0.64 | 0.11 | 0 | 0.48 | 190.59 | 0.47 | 0.35 |
| Hex | 2F | 75 | 84 | 40 | B | 0 | 30 | BF | 2F | 23 |
| Octal | 57 | 165 | 204 | 100 | 13 | 0 | 60 | 277 | 57 | 43 |
| Binary | 101111 | 1110101 | 10000100 | 1000000 | 1011 | 0 | 110000 | 10111111 | 101111 | 100011 |
Color Harmonies of #2F7584
Complementary color
Monochromatic Colors of #2F7584
Black with #2F7584
Text Example
Text Example
White with #2F7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7584; }
p { color: rgb(47,117,132); }
H1.HeaderClassName
{
color: #2F7584;
}
.AnyTagClassName
{
color: #2F7584;
}
</style>
background-color css
<style>
a { background-color: #2F7584; }
a { background-color: rgb(47,117,132); }
div.DivClassName
{
background-color: #2F7584;
}
.BgClassName
{
background-color: #2F7584;
}
</style>
border-color css
<style>
span { border-color: #2F7584; }
span { border-color: rgb(47,117,132); }
td.TdClassName
{
border-color: #2F7584;
}
.TagClassName
{
border-color: #2F7584;
}
</style>