Shades of Astral #2F698B
Tints of Astral #2F698B
RGB
CMYK
RGB Variations
Color information
#2F698B (or 0x2F698B) is known color: Astral. HEX triplet: 2F, 69 and 8B. RGB value is (47,105,139). Sum of RGB (Red+Green+Blue) = 47+105+139=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F698B is #D09674. Grayscale: #5B5B5B. Windows color (decimal): -13670005 or 9136431. OLE color: 9136431.
HSL color Cylindrical-coordinate representation of color #2F698B: hue angle of 202.17º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F698B is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 105 | 139 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.45 |
| HSL | 202.17º | 0.49% | 0.36% | - |
| HSV(B) | 202.17º | 0.66% | 0.55% | - |
| XYZ | 10.88 | 12.57 | 26.28 | - |
| YUV | 91.53 | 154.78 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 139 | 0.66 | 0.24 | 0 | 0.45 | 202.17 | 0.49 | 0.36 |
| Hex | 2F | 69 | 8B | 42 | 18 | 0 | 2D | CA | 31 | 24 |
| Octal | 57 | 151 | 213 | 102 | 30 | 0 | 55 | 312 | 61 | 44 |
| Binary | 101111 | 1101001 | 10001011 | 1000010 | 11000 | 0 | 101101 | 11001010 | 110001 | 100100 |
Color Harmonies of #2F698B
Complementary color
Monochromatic Colors of #2F698B
Black with #2F698B
Text Example
Text Example
White with #2F698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F698B; }
p { color: rgb(47,105,139); }
H1.HeaderClassName
{
color: #2F698B;
}
.AnyTagClassName
{
color: #2F698B;
}
</style>
background-color css
<style>
a { background-color: #2F698B; }
a { background-color: rgb(47,105,139); }
div.DivClassName
{
background-color: #2F698B;
}
.BgClassName
{
background-color: #2F698B;
}
</style>
border-color css
<style>
span { border-color: #2F698B; }
span { border-color: rgb(47,105,139); }
td.TdClassName
{
border-color: #2F698B;
}
.TagClassName
{
border-color: #2F698B;
}
</style>