Shades of Astral #3C6A90
Tints of Astral #3C6A90
RGB
CMYK
RGB Variations
Color information
#3C6A90 (or 0x3C6A90) is known color: Astral. HEX triplet: 3C, 6A and 90. RGB value is (60,106,144). Sum of RGB (Red+Green+Blue) = 60+106+144=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C6A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6A90 is #C3956F. Grayscale: #606060. Windows color (decimal): -12817776 or 9464380. OLE color: 9464380.
HSL color Cylindrical-coordinate representation of color #3C6A90: hue angle of 207.14º 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 #3C6A90 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 106 | 144 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.44 |
| HSL | 207.14º | 0.41% | 0.4% | - |
| HSV(B) | 207.14º | 0.58% | 0.56% | - |
| XYZ | 12.05 | 13.28 | 28.31 | - |
| YUV | 96.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 106 | 144 | 0.58 | 0.26 | 0 | 0.44 | 207.14 | 0.41 | 0.4 |
| Hex | 3C | 6A | 90 | 3A | 1A | 0 | 2C | CF | 29 | 28 |
| Octal | 74 | 152 | 220 | 72 | 32 | 0 | 54 | 317 | 51 | 50 |
| Binary | 111100 | 1101010 | 10010000 | 111010 | 11010 | 0 | 101100 | 11001111 | 101001 | 101000 |
Color Harmonies of #3C6A90
Complementary color
Monochromatic Colors of #3C6A90
Black with #3C6A90
Text Example
Text Example
White with #3C6A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6A90; }
p { color: rgb(60,106,144); }
H1.HeaderClassName
{
color: #3C6A90;
}
.AnyTagClassName
{
color: #3C6A90;
}
</style>
background-color css
<style>
a { background-color: #3C6A90; }
a { background-color: rgb(60,106,144); }
div.DivClassName
{
background-color: #3C6A90;
}
.BgClassName
{
background-color: #3C6A90;
}
</style>
border-color css
<style>
span { border-color: #3C6A90; }
span { border-color: rgb(60,106,144); }
td.TdClassName
{
border-color: #3C6A90;
}
.TagClassName
{
border-color: #3C6A90;
}
</style>