Shades of Astral #2B7387
Tints of Astral #2B7387
RGB
CMYK
RGB Variations
Color information
#2B7387 (or 0x2B7387) is known color: Astral. HEX triplet: 2B, 73 and 87. RGB value is (43,115,135). Sum of RGB (Red+Green+Blue) = 43+115+135=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B7387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7387 is #D48C78. Grayscale: #5F5F5F. Windows color (decimal): -13929593 or 8876843. OLE color: 8876843.
HSL color Cylindrical-coordinate representation of color #2B7387: hue angle of 193.04º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B7387 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 115 | 135 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.47 |
| HSL | 193.04º | 0.52% | 0.35% | - |
| HSV(B) | 193.04º | 0.68% | 0.53% | - |
| XYZ | 11.5 | 14.52 | 25.12 | - |
| YUV | 95.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 135 | 0.68 | 0.15 | 0 | 0.47 | 193.04 | 0.52 | 0.35 |
| Hex | 2B | 73 | 87 | 44 | F | 0 | 2F | C1 | 34 | 23 |
| Octal | 53 | 163 | 207 | 104 | 17 | 0 | 57 | 301 | 64 | 43 |
| Binary | 101011 | 1110011 | 10000111 | 1000100 | 1111 | 0 | 101111 | 11000001 | 110100 | 100011 |
Color Harmonies of #2B7387
Complementary color
Monochromatic Colors of #2B7387
Black with #2B7387
Text Example
Text Example
White with #2B7387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7387; }
p { color: rgb(43,115,135); }
H1.HeaderClassName
{
color: #2B7387;
}
.AnyTagClassName
{
color: #2B7387;
}
</style>
background-color css
<style>
a { background-color: #2B7387; }
a { background-color: rgb(43,115,135); }
div.DivClassName
{
background-color: #2B7387;
}
.BgClassName
{
background-color: #2B7387;
}
</style>
border-color css
<style>
span { border-color: #2B7387; }
span { border-color: rgb(43,115,135); }
td.TdClassName
{
border-color: #2B7387;
}
.TagClassName
{
border-color: #2B7387;
}
</style>