Shades of Astral #3C7195
Tints of Astral #3C7195
RGB
CMYK
RGB Variations
Color information
#3C7195 (or 0x3C7195) is known color: Astral. HEX triplet: 3C, 71 and 95. RGB value is (60,113,149). Sum of RGB (Red+Green+Blue) = 60+113+149=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C7195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7195 is #C38E6A. Grayscale: #656565. Windows color (decimal): -12815979 or 9793852. OLE color: 9793852.
HSL color Cylindrical-coordinate representation of color #3C7195: hue angle of 204.27º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C7195 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 113 | 149 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.42 |
| HSL | 204.27º | 0.43% | 0.41% | - |
| HSV(B) | 204.27º | 0.6% | 0.58% | - |
| XYZ | 13.19 | 14.94 | 30.62 | - |
| YUV | 101.26 | 154.94 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 149 | 0.60 | 0.24 | 0 | 0.42 | 204.27 | 0.43 | 0.41 |
| Hex | 3C | 71 | 95 | 3C | 18 | 0 | 2A | CC | 2B | 29 |
| Octal | 74 | 161 | 225 | 74 | 30 | 0 | 52 | 314 | 53 | 51 |
| Binary | 111100 | 1110001 | 10010101 | 111100 | 11000 | 0 | 101010 | 11001100 | 101011 | 101001 |
Color Harmonies of #3C7195
Complementary color
Monochromatic Colors of #3C7195
Black with #3C7195
Text Example
Text Example
White with #3C7195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7195; }
p { color: rgb(60,113,149); }
H1.HeaderClassName
{
color: #3C7195;
}
.AnyTagClassName
{
color: #3C7195;
}
</style>
background-color css
<style>
a { background-color: #3C7195; }
a { background-color: rgb(60,113,149); }
div.DivClassName
{
background-color: #3C7195;
}
.BgClassName
{
background-color: #3C7195;
}
</style>
border-color css
<style>
span { border-color: #3C7195; }
span { border-color: rgb(60,113,149); }
td.TdClassName
{
border-color: #3C7195;
}
.TagClassName
{
border-color: #3C7195;
}
</style>