Shades of Astral #3C678B
Tints of Astral #3C678B
RGB
CMYK
RGB Variations
Color information
#3C678B (or 0x3C678B) is known color: Astral. HEX triplet: 3C, 67 and 8B. RGB value is (60,103,139). Sum of RGB (Red+Green+Blue) = 60+103+139=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C678B is #C39874. Grayscale: #5E5E5E. Windows color (decimal): -12818549 or 9135932. OLE color: 9135932.
HSL color Cylindrical-coordinate representation of color #3C678B: hue angle of 207.34º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C678B is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 103 | 139 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.45 |
| HSL | 207.34º | 0.4% | 0.39% | - |
| HSV(B) | 207.34º | 0.57% | 0.55% | - |
| XYZ | 11.37 | 12.53 | 26.24 | - |
| YUV | 94.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 139 | 0.57 | 0.26 | 0 | 0.45 | 207.34 | 0.4 | 0.39 |
| Hex | 3C | 67 | 8B | 39 | 1A | 0 | 2D | CF | 28 | 27 |
| Octal | 74 | 147 | 213 | 71 | 32 | 0 | 55 | 317 | 50 | 47 |
| Binary | 111100 | 1100111 | 10001011 | 111001 | 11010 | 0 | 101101 | 11001111 | 101000 | 100111 |
Color Harmonies of #3C678B
Complementary color
Monochromatic Colors of #3C678B
Black with #3C678B
Text Example
Text Example
White with #3C678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C678B; }
p { color: rgb(60,103,139); }
H1.HeaderClassName
{
color: #3C678B;
}
.AnyTagClassName
{
color: #3C678B;
}
</style>
background-color css
<style>
a { background-color: #3C678B; }
a { background-color: rgb(60,103,139); }
div.DivClassName
{
background-color: #3C678B;
}
.BgClassName
{
background-color: #3C678B;
}
</style>
border-color css
<style>
span { border-color: #3C678B; }
span { border-color: rgb(60,103,139); }
td.TdClassName
{
border-color: #3C678B;
}
.TagClassName
{
border-color: #3C678B;
}
</style>