Shades of Astral #2C6B87
Tints of Astral #2C6B87
RGB
CMYK
RGB Variations
Color information
#2C6B87 (or 0x2C6B87) is known color: Astral. HEX triplet: 2C, 6B and 87. RGB value is (44,107,135). Sum of RGB (Red+Green+Blue) = 44+107+135=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #2C6B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6B87 is #D39478. Grayscale: #5B5B5B. Windows color (decimal): -13866105 or 8874796. OLE color: 8874796.
HSL color Cylindrical-coordinate representation of color #2C6B87: hue angle of 198.46º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C6B87 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 107 | 135 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.47 |
| HSL | 198.46º | 0.51% | 0.35% | - |
| HSV(B) | 198.46º | 0.67% | 0.53% | - |
| XYZ | 10.67 | 12.8 | 24.83 | - |
| YUV | 91.36 | 152.63 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 107 | 135 | 0.67 | 0.21 | 0 | 0.47 | 198.46 | 0.51 | 0.35 |
| Hex | 2C | 6B | 87 | 43 | 15 | 0 | 2F | C6 | 33 | 23 |
| Octal | 54 | 153 | 207 | 103 | 25 | 0 | 57 | 306 | 63 | 43 |
| Binary | 101100 | 1101011 | 10000111 | 1000011 | 10101 | 0 | 101111 | 11000110 | 110011 | 100011 |
Color Harmonies of #2C6B87
Complementary color
Monochromatic Colors of #2C6B87
Black with #2C6B87
Text Example
Text Example
White with #2C6B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6B87; }
p { color: rgb(44,107,135); }
H1.HeaderClassName
{
color: #2C6B87;
}
.AnyTagClassName
{
color: #2C6B87;
}
</style>
background-color css
<style>
a { background-color: #2C6B87; }
a { background-color: rgb(44,107,135); }
div.DivClassName
{
background-color: #2C6B87;
}
.BgClassName
{
background-color: #2C6B87;
}
</style>
border-color css
<style>
span { border-color: #2C6B87; }
span { border-color: rgb(44,107,135); }
td.TdClassName
{
border-color: #2C6B87;
}
.TagClassName
{
border-color: #2C6B87;
}
</style>