Shades of Astral #2C758D
Tints of Astral #2C758D
RGB
CMYK
RGB Variations
Color information
#2C758D (or 0x2C758D) is known color: Astral. HEX triplet: 2C, 75 and 8D. RGB value is (44,117,141). Sum of RGB (Red+Green+Blue) = 44+117+141=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C758D is #D38A72. Grayscale: #616161. Windows color (decimal): -13863539 or 9270572. OLE color: 9270572.
HSL color Cylindrical-coordinate representation of color #2C758D: hue angle of 194.85º 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 #2C758D is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 117 | 141 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.45 |
| HSL | 194.85º | 0.52% | 0.36% | - |
| HSV(B) | 194.85º | 0.69% | 0.55% | - |
| XYZ | 12.21 | 15.18 | 27.49 | - |
| YUV | 97.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 117 | 141 | 0.69 | 0.17 | 0 | 0.45 | 194.85 | 0.52 | 0.36 |
| Hex | 2C | 75 | 8D | 45 | 11 | 0 | 2D | C3 | 34 | 24 |
| Octal | 54 | 165 | 215 | 105 | 21 | 0 | 55 | 303 | 64 | 44 |
| Binary | 101100 | 1110101 | 10001101 | 1000101 | 10001 | 0 | 101101 | 11000011 | 110100 | 100100 |
Color Harmonies of #2C758D
Complementary color
Monochromatic Colors of #2C758D
Black with #2C758D
Text Example
Text Example
White with #2C758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C758D; }
p { color: rgb(44,117,141); }
H1.HeaderClassName
{
color: #2C758D;
}
.AnyTagClassName
{
color: #2C758D;
}
</style>
background-color css
<style>
a { background-color: #2C758D; }
a { background-color: rgb(44,117,141); }
div.DivClassName
{
background-color: #2C758D;
}
.BgClassName
{
background-color: #2C758D;
}
</style>
border-color css
<style>
span { border-color: #2C758D; }
span { border-color: rgb(44,117,141); }
td.TdClassName
{
border-color: #2C758D;
}
.TagClassName
{
border-color: #2C758D;
}
</style>