Shades of Astral #3C688E
Tints of Astral #3C688E
RGB
CMYK
RGB Variations
Color information
#3C688E (or 0x3C688E) is known color: Astral. HEX triplet: 3C, 68 and 8E. RGB value is (60,104,142). Sum of RGB (Red+Green+Blue) = 60+104+142=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C688E is #C39771. Grayscale: #5E5E5E. Windows color (decimal): -12818290 or 9332796. OLE color: 9332796.
HSL color Cylindrical-coordinate representation of color #3C688E: hue angle of 207.8º 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 #3C688E is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 104 | 142 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.44 |
| HSL | 207.8º | 0.41% | 0.4% | - |
| HSV(B) | 207.8º | 0.58% | 0.56% | - |
| XYZ | 11.7 | 12.81 | 27.45 | - |
| YUV | 95.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 142 | 0.58 | 0.27 | 0 | 0.44 | 207.8 | 0.41 | 0.4 |
| Hex | 3C | 68 | 8E | 3A | 1B | 0 | 2C | D0 | 29 | 28 |
| Octal | 74 | 150 | 216 | 72 | 33 | 0 | 54 | 320 | 51 | 50 |
| Binary | 111100 | 1101000 | 10001110 | 111010 | 11011 | 0 | 101100 | 11010000 | 101001 | 101000 |
Color Harmonies of #3C688E
Complementary color
Monochromatic Colors of #3C688E
Black with #3C688E
Text Example
Text Example
White with #3C688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C688E; }
p { color: rgb(60,104,142); }
H1.HeaderClassName
{
color: #3C688E;
}
.AnyTagClassName
{
color: #3C688E;
}
</style>
background-color css
<style>
a { background-color: #3C688E; }
a { background-color: rgb(60,104,142); }
div.DivClassName
{
background-color: #3C688E;
}
.BgClassName
{
background-color: #3C688E;
}
</style>
border-color css
<style>
span { border-color: #3C688E; }
span { border-color: rgb(60,104,142); }
td.TdClassName
{
border-color: #3C688E;
}
.TagClassName
{
border-color: #3C688E;
}
</style>