Shades of Astral #2F7593
Tints of Astral #2F7593
RGB
CMYK
RGB Variations
Color information
#2F7593 (or 0x2F7593) is known color: Astral. HEX triplet: 2F, 75 and 93. RGB value is (47,117,147). Sum of RGB (Red+Green+Blue) = 47+117+147=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F7593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7593 is #D08A6C. Grayscale: #636363. Windows color (decimal): -13666925 or 9663791. OLE color: 9663791.
HSL color Cylindrical-coordinate representation of color #2F7593: hue angle of 198º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F7593 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 117 | 147 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.42 |
| HSL | 198º | 0.52% | 0.38% | - |
| HSV(B) | 198º | 0.68% | 0.58% | - |
| XYZ | 12.8 | 15.43 | 29.91 | - |
| YUV | 99.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 147 | 0.68 | 0.20 | 0 | 0.42 | 198 | 0.52 | 0.38 |
| Hex | 2F | 75 | 93 | 44 | 14 | 0 | 2A | C6 | 34 | 26 |
| Octal | 57 | 165 | 223 | 104 | 24 | 0 | 52 | 306 | 64 | 46 |
| Binary | 101111 | 1110101 | 10010011 | 1000100 | 10100 | 0 | 101010 | 11000110 | 110100 | 100110 |
Color Harmonies of #2F7593
Complementary color
Monochromatic Colors of #2F7593
Black with #2F7593
Text Example
Text Example
White with #2F7593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7593; }
p { color: rgb(47,117,147); }
H1.HeaderClassName
{
color: #2F7593;
}
.AnyTagClassName
{
color: #2F7593;
}
</style>
background-color css
<style>
a { background-color: #2F7593; }
a { background-color: rgb(47,117,147); }
div.DivClassName
{
background-color: #2F7593;
}
.BgClassName
{
background-color: #2F7593;
}
</style>
border-color css
<style>
span { border-color: #2F7593; }
span { border-color: rgb(47,117,147); }
td.TdClassName
{
border-color: #2F7593;
}
.TagClassName
{
border-color: #2F7593;
}
</style>