Shades of Astral #2C688D
Tints of Astral #2C688D
RGB
CMYK
RGB Variations
Color information
#2C688D (or 0x2C688D) is known color: Astral. HEX triplet: 2C, 68 and 8D. RGB value is (44,104,141). Sum of RGB (Red+Green+Blue) = 44+104+141=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C688D is #D39772. Grayscale: #5A5A5A. Windows color (decimal): -13866867 or 9267244. OLE color: 9267244.
HSL color Cylindrical-coordinate representation of color #2C688D: hue angle of 202.89º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C688D is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 104 | 141 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.45 |
| HSL | 202.89º | 0.52% | 0.36% | - |
| HSV(B) | 202.89º | 0.69% | 0.55% | - |
| XYZ | 10.8 | 12.36 | 27.02 | - |
| YUV | 90.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 141 | 0.69 | 0.26 | 0 | 0.45 | 202.89 | 0.52 | 0.36 |
| Hex | 2C | 68 | 8D | 45 | 1A | 0 | 2D | CB | 34 | 24 |
| Octal | 54 | 150 | 215 | 105 | 32 | 0 | 55 | 313 | 64 | 44 |
| Binary | 101100 | 1101000 | 10001101 | 1000101 | 11010 | 0 | 101101 | 11001011 | 110100 | 100100 |
Color Harmonies of #2C688D
Complementary color
Monochromatic Colors of #2C688D
Black with #2C688D
Text Example
Text Example
White with #2C688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C688D; }
p { color: rgb(44,104,141); }
H1.HeaderClassName
{
color: #2C688D;
}
.AnyTagClassName
{
color: #2C688D;
}
</style>
background-color css
<style>
a { background-color: #2C688D; }
a { background-color: rgb(44,104,141); }
div.DivClassName
{
background-color: #2C688D;
}
.BgClassName
{
background-color: #2C688D;
}
</style>
border-color css
<style>
span { border-color: #2C688D; }
span { border-color: rgb(44,104,141); }
td.TdClassName
{
border-color: #2C688D;
}
.TagClassName
{
border-color: #2C688D;
}
</style>