Shades of Astral #2F6587
Tints of Astral #2F6587
RGB
CMYK
RGB Variations
Color information
#2F6587 (or 0x2F6587) is known color: Astral. HEX triplet: 2F, 65 and 87. RGB value is (47,101,135). Sum of RGB (Red+Green+Blue) = 47+101+135=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F6587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6587 is #D09A78. Grayscale: #585858. Windows color (decimal): -13671033 or 8873263. OLE color: 8873263.
HSL color Cylindrical-coordinate representation of color #2F6587: hue angle of 203.18º degrees, saturation: 0.48, 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 #2F6587 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 101 | 135 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.47 |
| HSL | 203.18º | 0.48% | 0.36% | - |
| HSV(B) | 203.18º | 0.65% | 0.53% | - |
| XYZ | 10.2 | 11.66 | 24.63 | - |
| YUV | 88.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 101 | 135 | 0.65 | 0.25 | 0 | 0.47 | 203.18 | 0.48 | 0.36 |
| Hex | 2F | 65 | 87 | 41 | 19 | 0 | 2F | CB | 30 | 24 |
| Octal | 57 | 145 | 207 | 101 | 31 | 0 | 57 | 313 | 60 | 44 |
| Binary | 101111 | 1100101 | 10000111 | 1000001 | 11001 | 0 | 101111 | 11001011 | 110000 | 100100 |
Color Harmonies of #2F6587
Complementary color
Monochromatic Colors of #2F6587
Black with #2F6587
Text Example
Text Example
White with #2F6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6587; }
p { color: rgb(47,101,135); }
H1.HeaderClassName
{
color: #2F6587;
}
.AnyTagClassName
{
color: #2F6587;
}
</style>
background-color css
<style>
a { background-color: #2F6587; }
a { background-color: rgb(47,101,135); }
div.DivClassName
{
background-color: #2F6587;
}
.BgClassName
{
background-color: #2F6587;
}
</style>
border-color css
<style>
span { border-color: #2F6587; }
span { border-color: rgb(47,101,135); }
td.TdClassName
{
border-color: #2F6587;
}
.TagClassName
{
border-color: #2F6587;
}
</style>