Shades of Astral #2B6A8F
Tints of Astral #2B6A8F
RGB
CMYK
RGB Variations
Color information
#2B6A8F (or 0x2B6A8F) is known color: Astral. HEX triplet: 2B, 6A and 8F. RGB value is (43,106,143). Sum of RGB (Red+Green+Blue) = 43+106+143=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B6A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6A8F is #D49570. Grayscale: #5B5B5B. Windows color (decimal): -13931889 or 9398827. OLE color: 9398827.
HSL color Cylindrical-coordinate representation of color #2B6A8F: hue angle of 202.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B6A8F is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 106 | 143 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.44 |
| HSL | 202.2º | 0.54% | 0.36% | - |
| HSV(B) | 202.2º | 0.7% | 0.56% | - |
| XYZ | 11.11 | 12.8 | 27.87 | - |
| YUV | 91.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 143 | 0.70 | 0.26 | 0 | 0.44 | 202.2 | 0.54 | 0.36 |
| Hex | 2B | 6A | 8F | 46 | 1A | 0 | 2C | CA | 36 | 24 |
| Octal | 53 | 152 | 217 | 106 | 32 | 0 | 54 | 312 | 66 | 44 |
| Binary | 101011 | 1101010 | 10001111 | 1000110 | 11010 | 0 | 101100 | 11001010 | 110110 | 100100 |
Color Harmonies of #2B6A8F
Complementary color
Monochromatic Colors of #2B6A8F
Black with #2B6A8F
Text Example
Text Example
White with #2B6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A8F; }
p { color: rgb(43,106,143); }
H1.HeaderClassName
{
color: #2B6A8F;
}
.AnyTagClassName
{
color: #2B6A8F;
}
</style>
background-color css
<style>
a { background-color: #2B6A8F; }
a { background-color: rgb(43,106,143); }
div.DivClassName
{
background-color: #2B6A8F;
}
.BgClassName
{
background-color: #2B6A8F;
}
</style>
border-color css
<style>
span { border-color: #2B6A8F; }
span { border-color: rgb(43,106,143); }
td.TdClassName
{
border-color: #2B6A8F;
}
.TagClassName
{
border-color: #2B6A8F;
}
</style>