Shades of Astral #2F688B
Tints of Astral #2F688B
RGB
CMYK
RGB Variations
Color information
#2F688B (or 0x2F688B) is known color: Astral. HEX triplet: 2F, 68 and 8B. RGB value is (47,104,139). Sum of RGB (Red+Green+Blue) = 47+104+139=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F688B is #D09774. Grayscale: #5A5A5A. Windows color (decimal): -13670261 or 9136175. OLE color: 9136175.
HSL color Cylindrical-coordinate representation of color #2F688B: hue angle of 202.83º 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 #2F688B is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 104 | 139 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.45 |
| HSL | 202.83º | 0.49% | 0.36% | - |
| HSV(B) | 202.83º | 0.66% | 0.55% | - |
| XYZ | 10.78 | 12.37 | 26.25 | - |
| YUV | 90.95 | 155.12 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 139 | 0.66 | 0.25 | 0 | 0.45 | 202.83 | 0.49 | 0.36 |
| Hex | 2F | 68 | 8B | 42 | 19 | 0 | 2D | CB | 31 | 24 |
| Octal | 57 | 150 | 213 | 102 | 31 | 0 | 55 | 313 | 61 | 44 |
| Binary | 101111 | 1101000 | 10001011 | 1000010 | 11001 | 0 | 101101 | 11001011 | 110001 | 100100 |
Color Harmonies of #2F688B
Complementary color
Monochromatic Colors of #2F688B
Black with #2F688B
Text Example
Text Example
White with #2F688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F688B; }
p { color: rgb(47,104,139); }
H1.HeaderClassName
{
color: #2F688B;
}
.AnyTagClassName
{
color: #2F688B;
}
</style>
background-color css
<style>
a { background-color: #2F688B; }
a { background-color: rgb(47,104,139); }
div.DivClassName
{
background-color: #2F688B;
}
.BgClassName
{
background-color: #2F688B;
}
</style>
border-color css
<style>
span { border-color: #2F688B; }
span { border-color: rgb(47,104,139); }
td.TdClassName
{
border-color: #2F688B;
}
.TagClassName
{
border-color: #2F688B;
}
</style>