Shades of Astral #3C6785
Tints of Astral #3C6785
RGB
CMYK
RGB Variations
Color information
#3C6785 (or 0x3C6785) is known color: Astral. HEX triplet: 3C, 67 and 85. RGB value is (60,103,133). Sum of RGB (Red+Green+Blue) = 60+103+133=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C6785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6785 is #C3987A. Grayscale: #5D5D5D. Windows color (decimal): -12818555 or 8742716. OLE color: 8742716.
HSL color Cylindrical-coordinate representation of color #3C6785: hue angle of 204.66º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C6785 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 103 | 133 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.48 |
| HSL | 204.66º | 0.38% | 0.38% | - |
| HSV(B) | 204.66º | 0.55% | 0.52% | - |
| XYZ | 10.95 | 12.35 | 24 | - |
| YUV | 93.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 133 | 0.55 | 0.23 | 0 | 0.48 | 204.66 | 0.38 | 0.38 |
| Hex | 3C | 67 | 85 | 37 | 17 | 0 | 30 | CD | 26 | 26 |
| Octal | 74 | 147 | 205 | 67 | 27 | 0 | 60 | 315 | 46 | 46 |
| Binary | 111100 | 1100111 | 10000101 | 110111 | 10111 | 0 | 110000 | 11001101 | 100110 | 100110 |
Color Harmonies of #3C6785
Complementary color
Monochromatic Colors of #3C6785
Black with #3C6785
Text Example
Text Example
White with #3C6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6785; }
p { color: rgb(60,103,133); }
H1.HeaderClassName
{
color: #3C6785;
}
.AnyTagClassName
{
color: #3C6785;
}
</style>
background-color css
<style>
a { background-color: #3C6785; }
a { background-color: rgb(60,103,133); }
div.DivClassName
{
background-color: #3C6785;
}
.BgClassName
{
background-color: #3C6785;
}
</style>
border-color css
<style>
span { border-color: #3C6785; }
span { border-color: rgb(60,103,133); }
td.TdClassName
{
border-color: #3C6785;
}
.TagClassName
{
border-color: #3C6785;
}
</style>