Shades of Astral #2B6682
Tints of Astral #2B6682
RGB
CMYK
RGB Variations
Color information
#2B6682 (or 0x2B6682) is known color: Astral. HEX triplet: 2B, 66 and 82. RGB value is (43,102,130). Sum of RGB (Red+Green+Blue) = 43+102+130=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #2B6682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6682 is #D4997D. Grayscale: #575757. Windows color (decimal): -13932926 or 8545835. OLE color: 8545835.
HSL color Cylindrical-coordinate representation of color #2B6682: hue angle of 199.31º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B6682 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 102 | 130 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.49 |
| HSL | 199.31º | 0.5% | 0.34% | - |
| HSV(B) | 199.31º | 0.67% | 0.51% | - |
| XYZ | 9.78 | 11.63 | 22.85 | - |
| YUV | 87.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 130 | 0.67 | 0.22 | 0 | 0.49 | 199.31 | 0.5 | 0.34 |
| Hex | 2B | 66 | 82 | 43 | 16 | 0 | 31 | C7 | 32 | 22 |
| Octal | 53 | 146 | 202 | 103 | 26 | 0 | 61 | 307 | 62 | 42 |
| Binary | 101011 | 1100110 | 10000010 | 1000011 | 10110 | 0 | 110001 | 11000111 | 110010 | 100010 |
Color Harmonies of #2B6682
Complementary color
Monochromatic Colors of #2B6682
Black with #2B6682
Text Example
Text Example
White with #2B6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6682; }
p { color: rgb(43,102,130); }
H1.HeaderClassName
{
color: #2B6682;
}
.AnyTagClassName
{
color: #2B6682;
}
</style>
background-color css
<style>
a { background-color: #2B6682; }
a { background-color: rgb(43,102,130); }
div.DivClassName
{
background-color: #2B6682;
}
.BgClassName
{
background-color: #2B6682;
}
</style>
border-color css
<style>
span { border-color: #2B6682; }
span { border-color: rgb(43,102,130); }
td.TdClassName
{
border-color: #2B6682;
}
.TagClassName
{
border-color: #2B6682;
}
</style>