Shades of Astral #2B6A90
Tints of Astral #2B6A90
RGB
CMYK
RGB Variations
Color information
#2B6A90 (or 0x2B6A90) is known color: Astral. HEX triplet: 2B, 6A and 90. RGB value is (43,106,144). Sum of RGB (Red+Green+Blue) = 43+106+144=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B6A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6A90 is #D4956F. Grayscale: #5B5B5B. Windows color (decimal): -13931888 or 9464363. OLE color: 9464363.
HSL color Cylindrical-coordinate representation of color #2B6A90: hue angle of 202.57º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B6A90 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 106 | 144 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.44 |
| HSL | 202.57º | 0.54% | 0.37% | - |
| HSV(B) | 202.57º | 0.7% | 0.56% | - |
| XYZ | 11.18 | 12.84 | 28.27 | - |
| YUV | 91.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 144 | 0.70 | 0.26 | 0 | 0.44 | 202.57 | 0.54 | 0.37 |
| Hex | 2B | 6A | 90 | 46 | 1A | 0 | 2C | CB | 36 | 25 |
| Octal | 53 | 152 | 220 | 106 | 32 | 0 | 54 | 313 | 66 | 45 |
| Binary | 101011 | 1101010 | 10010000 | 1000110 | 11010 | 0 | 101100 | 11001011 | 110110 | 100101 |
Color Harmonies of #2B6A90
Complementary color
Monochromatic Colors of #2B6A90
Black with #2B6A90
Text Example
Text Example
White with #2B6A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A90; }
p { color: rgb(43,106,144); }
H1.HeaderClassName
{
color: #2B6A90;
}
.AnyTagClassName
{
color: #2B6A90;
}
</style>
background-color css
<style>
a { background-color: #2B6A90; }
a { background-color: rgb(43,106,144); }
div.DivClassName
{
background-color: #2B6A90;
}
.BgClassName
{
background-color: #2B6A90;
}
</style>
border-color css
<style>
span { border-color: #2B6A90; }
span { border-color: rgb(43,106,144); }
td.TdClassName
{
border-color: #2B6A90;
}
.TagClassName
{
border-color: #2B6A90;
}
</style>