Shades of Astral #3C6983
Tints of Astral #3C6983
RGB
CMYK
RGB Variations
Color information
#3C6983 (or 0x3C6983) is known color: Astral. HEX triplet: 3C, 69 and 83. RGB value is (60,105,131). Sum of RGB (Red+Green+Blue) = 60+105+131=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C6983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6983 is #C3967C. Grayscale: #5E5E5E. Windows color (decimal): -12818045 or 8612156. OLE color: 8612156.
HSL color Cylindrical-coordinate representation of color #3C6983: hue angle of 201.97º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C6983 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 105 | 131 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.49 |
| HSL | 201.97º | 0.37% | 0.37% | - |
| HSV(B) | 201.97º | 0.54% | 0.51% | - |
| XYZ | 11.01 | 12.7 | 23.34 | - |
| YUV | 94.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 131 | 0.54 | 0.20 | 0 | 0.49 | 201.97 | 0.37 | 0.37 |
| Hex | 3C | 69 | 83 | 36 | 14 | 0 | 31 | CA | 25 | 25 |
| Octal | 74 | 151 | 203 | 66 | 24 | 0 | 61 | 312 | 45 | 45 |
| Binary | 111100 | 1101001 | 10000011 | 110110 | 10100 | 0 | 110001 | 11001010 | 100101 | 100101 |
Color Harmonies of #3C6983
Complementary color
Monochromatic Colors of #3C6983
Black with #3C6983
Text Example
Text Example
White with #3C6983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6983; }
p { color: rgb(60,105,131); }
H1.HeaderClassName
{
color: #3C6983;
}
.AnyTagClassName
{
color: #3C6983;
}
</style>
background-color css
<style>
a { background-color: #3C6983; }
a { background-color: rgb(60,105,131); }
div.DivClassName
{
background-color: #3C6983;
}
.BgClassName
{
background-color: #3C6983;
}
</style>
border-color css
<style>
span { border-color: #3C6983; }
span { border-color: rgb(60,105,131); }
td.TdClassName
{
border-color: #3C6983;
}
.TagClassName
{
border-color: #3C6983;
}
</style>