Shades of Astral #2B748A
Tints of Astral #2B748A
RGB
CMYK
RGB Variations
Color information
#2B748A (or 0x2B748A) is known color: Astral. HEX triplet: 2B, 74 and 8A. RGB value is (43,116,138). Sum of RGB (Red+Green+Blue) = 43+116+138=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B748A is #D48B75. Grayscale: #606060. Windows color (decimal): -13929334 or 9073707. OLE color: 9073707.
HSL color Cylindrical-coordinate representation of color #2B748A: hue angle of 193.89º 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 #2B748A is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 116 | 138 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.46 |
| HSL | 193.89º | 0.52% | 0.35% | - |
| HSV(B) | 193.89º | 0.69% | 0.54% | - |
| XYZ | 11.83 | 14.84 | 26.29 | - |
| YUV | 96.68 | 151.32 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 138 | 0.69 | 0.16 | 0 | 0.46 | 193.89 | 0.52 | 0.35 |
| Hex | 2B | 74 | 8A | 45 | 10 | 0 | 2E | C2 | 34 | 23 |
| Octal | 53 | 164 | 212 | 105 | 20 | 0 | 56 | 302 | 64 | 43 |
| Binary | 101011 | 1110100 | 10001010 | 1000101 | 10000 | 0 | 101110 | 11000010 | 110100 | 100011 |
Color Harmonies of #2B748A
Complementary color
Monochromatic Colors of #2B748A
Black with #2B748A
Text Example
Text Example
White with #2B748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B748A; }
p { color: rgb(43,116,138); }
H1.HeaderClassName
{
color: #2B748A;
}
.AnyTagClassName
{
color: #2B748A;
}
</style>
background-color css
<style>
a { background-color: #2B748A; }
a { background-color: rgb(43,116,138); }
div.DivClassName
{
background-color: #2B748A;
}
.BgClassName
{
background-color: #2B748A;
}
</style>
border-color css
<style>
span { border-color: #2B748A; }
span { border-color: rgb(43,116,138); }
td.TdClassName
{
border-color: #2B748A;
}
.TagClassName
{
border-color: #2B748A;
}
</style>