Shades of Astral #2F758D
Tints of Astral #2F758D
RGB
CMYK
RGB Variations
Color information
#2F758D (or 0x2F758D) is known color: Astral. HEX triplet: 2F, 75 and 8D. RGB value is (47,117,141). Sum of RGB (Red+Green+Blue) = 47+117+141=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F758D is #D08A72. Grayscale: #626262. Windows color (decimal): -13666931 or 9270575. OLE color: 9270575.
HSL color Cylindrical-coordinate representation of color #2F758D: hue angle of 195.32º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F758D is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 117 | 141 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.45 |
| HSL | 195.32º | 0.5% | 0.37% | - |
| HSV(B) | 195.32º | 0.67% | 0.55% | - |
| XYZ | 12.34 | 15.25 | 27.49 | - |
| YUV | 98.81 | 151.81 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 141 | 0.67 | 0.17 | 0 | 0.45 | 195.32 | 0.5 | 0.37 |
| Hex | 2F | 75 | 8D | 43 | 11 | 0 | 2D | C3 | 32 | 25 |
| Octal | 57 | 165 | 215 | 103 | 21 | 0 | 55 | 303 | 62 | 45 |
| Binary | 101111 | 1110101 | 10001101 | 1000011 | 10001 | 0 | 101101 | 11000011 | 110010 | 100101 |
Color Harmonies of #2F758D
Complementary color
Monochromatic Colors of #2F758D
Black with #2F758D
Text Example
Text Example
White with #2F758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F758D; }
p { color: rgb(47,117,141); }
H1.HeaderClassName
{
color: #2F758D;
}
.AnyTagClassName
{
color: #2F758D;
}
</style>
background-color css
<style>
a { background-color: #2F758D; }
a { background-color: rgb(47,117,141); }
div.DivClassName
{
background-color: #2F758D;
}
.BgClassName
{
background-color: #2F758D;
}
</style>
border-color css
<style>
span { border-color: #2F758D; }
span { border-color: rgb(47,117,141); }
td.TdClassName
{
border-color: #2F758D;
}
.TagClassName
{
border-color: #2F758D;
}
</style>