Shades of Astral #2B6D8A
Tints of Astral #2B6D8A
RGB
CMYK
RGB Variations
Color information
#2B6D8A (or 0x2B6D8A) is known color: Astral. HEX triplet: 2B, 6D and 8A. RGB value is (43,109,138). Sum of RGB (Red+Green+Blue) = 43+109+138=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B6D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6D8A is #D49275. Grayscale: #5C5C5C. Windows color (decimal): -13931126 or 9071915. OLE color: 9071915.
HSL color Cylindrical-coordinate representation of color #2B6D8A: hue angle of 198.32º 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 #2B6D8A is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 109 | 138 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.46 |
| HSL | 198.32º | 0.52% | 0.35% | - |
| HSV(B) | 198.32º | 0.69% | 0.54% | - |
| XYZ | 11.05 | 13.29 | 26.03 | - |
| YUV | 92.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 109 | 138 | 0.69 | 0.21 | 0 | 0.46 | 198.32 | 0.52 | 0.35 |
| Hex | 2B | 6D | 8A | 45 | 15 | 0 | 2E | C6 | 34 | 23 |
| Octal | 53 | 155 | 212 | 105 | 25 | 0 | 56 | 306 | 64 | 43 |
| Binary | 101011 | 1101101 | 10001010 | 1000101 | 10101 | 0 | 101110 | 11000110 | 110100 | 100011 |
Color Harmonies of #2B6D8A
Complementary color
Monochromatic Colors of #2B6D8A
Black with #2B6D8A
Text Example
Text Example
White with #2B6D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6D8A; }
p { color: rgb(43,109,138); }
H1.HeaderClassName
{
color: #2B6D8A;
}
.AnyTagClassName
{
color: #2B6D8A;
}
</style>
background-color css
<style>
a { background-color: #2B6D8A; }
a { background-color: rgb(43,109,138); }
div.DivClassName
{
background-color: #2B6D8A;
}
.BgClassName
{
background-color: #2B6D8A;
}
</style>
border-color css
<style>
span { border-color: #2B6D8A; }
span { border-color: rgb(43,109,138); }
td.TdClassName
{
border-color: #2B6D8A;
}
.TagClassName
{
border-color: #2B6D8A;
}
</style>