Shades of Astral #2F6785
Tints of Astral #2F6785
RGB
CMYK
RGB Variations
Color information
#2F6785 (or 0x2F6785) is known color: Astral. HEX triplet: 2F, 67 and 85. RGB value is (47,103,133). Sum of RGB (Red+Green+Blue) = 47+103+133=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F6785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6785 is #D0987A. Grayscale: #595959. Windows color (decimal): -13670523 or 8742703. OLE color: 8742703.
HSL color Cylindrical-coordinate representation of color #2F6785: hue angle of 200.93º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6785 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 103 | 133 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.48 |
| HSL | 200.93º | 0.48% | 0.35% | - |
| HSV(B) | 200.93º | 0.65% | 0.52% | - |
| XYZ | 10.26 | 12 | 23.97 | - |
| YUV | 89.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 133 | 0.65 | 0.23 | 0 | 0.48 | 200.93 | 0.48 | 0.35 |
| Hex | 2F | 67 | 85 | 41 | 17 | 0 | 30 | C9 | 30 | 23 |
| Octal | 57 | 147 | 205 | 101 | 27 | 0 | 60 | 311 | 60 | 43 |
| Binary | 101111 | 1100111 | 10000101 | 1000001 | 10111 | 0 | 110000 | 11001001 | 110000 | 100011 |
Color Harmonies of #2F6785
Complementary color
Monochromatic Colors of #2F6785
Black with #2F6785
Text Example
Text Example
White with #2F6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6785; }
p { color: rgb(47,103,133); }
H1.HeaderClassName
{
color: #2F6785;
}
.AnyTagClassName
{
color: #2F6785;
}
</style>
background-color css
<style>
a { background-color: #2F6785; }
a { background-color: rgb(47,103,133); }
div.DivClassName
{
background-color: #2F6785;
}
.BgClassName
{
background-color: #2F6785;
}
</style>
border-color css
<style>
span { border-color: #2F6785; }
span { border-color: rgb(47,103,133); }
td.TdClassName
{
border-color: #2F6785;
}
.TagClassName
{
border-color: #2F6785;
}
</style>