Shades of Astral #3C6E90
Tints of Astral #3C6E90
RGB
CMYK
RGB Variations
Color information
#3C6E90 (or 0x3C6E90) is known color: Astral. HEX triplet: 3C, 6E and 90. RGB value is (60,110,144). Sum of RGB (Red+Green+Blue) = 60+110+144=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C6E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6E90 is #C3916F. Grayscale: #626262. Windows color (decimal): -12816752 or 9465404. OLE color: 9465404.
HSL color Cylindrical-coordinate representation of color #3C6E90: hue angle of 204.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C6E90 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 110 | 144 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.44 |
| HSL | 204.29º | 0.41% | 0.4% | - |
| HSV(B) | 204.29º | 0.58% | 0.56% | - |
| XYZ | 12.47 | 14.13 | 28.45 | - |
| YUV | 98.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 144 | 0.58 | 0.24 | 0 | 0.44 | 204.29 | 0.41 | 0.4 |
| Hex | 3C | 6E | 90 | 3A | 18 | 0 | 2C | CC | 29 | 28 |
| Octal | 74 | 156 | 220 | 72 | 30 | 0 | 54 | 314 | 51 | 50 |
| Binary | 111100 | 1101110 | 10010000 | 111010 | 11000 | 0 | 101100 | 11001100 | 101001 | 101000 |
Color Harmonies of #3C6E90
Complementary color
Monochromatic Colors of #3C6E90
Black with #3C6E90
Text Example
Text Example
White with #3C6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6E90; }
p { color: rgb(60,110,144); }
H1.HeaderClassName
{
color: #3C6E90;
}
.AnyTagClassName
{
color: #3C6E90;
}
</style>
background-color css
<style>
a { background-color: #3C6E90; }
a { background-color: rgb(60,110,144); }
div.DivClassName
{
background-color: #3C6E90;
}
.BgClassName
{
background-color: #3C6E90;
}
</style>
border-color css
<style>
span { border-color: #3C6E90; }
span { border-color: rgb(60,110,144); }
td.TdClassName
{
border-color: #3C6E90;
}
.TagClassName
{
border-color: #3C6E90;
}
</style>