Shades of Astral #3C6688
Tints of Astral #3C6688
RGB
CMYK
RGB Variations
Color information
#3C6688 (or 0x3C6688) is known color: Astral. HEX triplet: 3C, 66 and 88. RGB value is (60,102,136). Sum of RGB (Red+Green+Blue) = 60+102+136=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C6688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6688 is #C39977. Grayscale: #5D5D5D. Windows color (decimal): -12818808 or 8939068. OLE color: 8939068.
HSL color Cylindrical-coordinate representation of color #3C6688: hue angle of 206.84º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C6688 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 102 | 136 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.47 |
| HSL | 206.84º | 0.39% | 0.38% | - |
| HSV(B) | 206.84º | 0.56% | 0.53% | - |
| XYZ | 11.06 | 12.24 | 25.07 | - |
| YUV | 93.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 136 | 0.56 | 0.25 | 0 | 0.47 | 206.84 | 0.39 | 0.38 |
| Hex | 3C | 66 | 88 | 38 | 19 | 0 | 2F | CF | 27 | 26 |
| Octal | 74 | 146 | 210 | 70 | 31 | 0 | 57 | 317 | 47 | 46 |
| Binary | 111100 | 1100110 | 10001000 | 111000 | 11001 | 0 | 101111 | 11001111 | 100111 | 100110 |
Color Harmonies of #3C6688
Complementary color
Monochromatic Colors of #3C6688
Black with #3C6688
Text Example
Text Example
White with #3C6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6688; }
p { color: rgb(60,102,136); }
H1.HeaderClassName
{
color: #3C6688;
}
.AnyTagClassName
{
color: #3C6688;
}
</style>
background-color css
<style>
a { background-color: #3C6688; }
a { background-color: rgb(60,102,136); }
div.DivClassName
{
background-color: #3C6688;
}
.BgClassName
{
background-color: #3C6688;
}
</style>
border-color css
<style>
span { border-color: #3C6688; }
span { border-color: rgb(60,102,136); }
td.TdClassName
{
border-color: #3C6688;
}
.TagClassName
{
border-color: #3C6688;
}
</style>