Shades of Astral #2B6789
Tints of Astral #2B6789
RGB
CMYK
RGB Variations
Color information
#2B6789 (or 0x2B6789) is known color: Astral. HEX triplet: 2B, 67 and 89. RGB value is (43,103,137). Sum of RGB (Red+Green+Blue) = 43+103+137=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B6789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6789 is #D49876. Grayscale: #585858. Windows color (decimal): -13932663 or 9004843. OLE color: 9004843.
HSL color Cylindrical-coordinate representation of color #2B6789: hue angle of 201.7º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B6789 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 103 | 137 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.46 |
| HSL | 201.7º | 0.52% | 0.35% | - |
| HSV(B) | 201.7º | 0.69% | 0.54% | - |
| XYZ | 10.36 | 12.02 | 25.44 | - |
| YUV | 88.94 | 155.12 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 137 | 0.69 | 0.25 | 0 | 0.46 | 201.7 | 0.52 | 0.35 |
| Hex | 2B | 67 | 89 | 45 | 19 | 0 | 2E | CA | 34 | 23 |
| Octal | 53 | 147 | 211 | 105 | 31 | 0 | 56 | 312 | 64 | 43 |
| Binary | 101011 | 1100111 | 10001001 | 1000101 | 11001 | 0 | 101110 | 11001010 | 110100 | 100011 |
Color Harmonies of #2B6789
Complementary color
Monochromatic Colors of #2B6789
Black with #2B6789
Text Example
Text Example
White with #2B6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6789; }
p { color: rgb(43,103,137); }
H1.HeaderClassName
{
color: #2B6789;
}
.AnyTagClassName
{
color: #2B6789;
}
</style>
background-color css
<style>
a { background-color: #2B6789; }
a { background-color: rgb(43,103,137); }
div.DivClassName
{
background-color: #2B6789;
}
.BgClassName
{
background-color: #2B6789;
}
</style>
border-color css
<style>
span { border-color: #2B6789; }
span { border-color: rgb(43,103,137); }
td.TdClassName
{
border-color: #2B6789;
}
.TagClassName
{
border-color: #2B6789;
}
</style>