Shades of Astral #3C6B90
Tints of Astral #3C6B90
RGB
CMYK
RGB Variations
Color information
#3C6B90 (or 0x3C6B90) is known color: Astral. HEX triplet: 3C, 6B and 90. RGB value is (60,107,144). Sum of RGB (Red+Green+Blue) = 60+107+144=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C6B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6B90 is #C3946F. Grayscale: #606060. Windows color (decimal): -12817520 or 9464636. OLE color: 9464636.
HSL color Cylindrical-coordinate representation of color #3C6B90: hue angle of 206.43º 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 #3C6B90 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 107 | 144 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.44 |
| HSL | 206.43º | 0.41% | 0.4% | - |
| HSV(B) | 206.43º | 0.58% | 0.56% | - |
| XYZ | 12.16 | 13.49 | 28.35 | - |
| YUV | 97.17 | 154.43 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 144 | 0.58 | 0.26 | 0 | 0.44 | 206.43 | 0.41 | 0.4 |
| Hex | 3C | 6B | 90 | 3A | 1A | 0 | 2C | CE | 29 | 28 |
| Octal | 74 | 153 | 220 | 72 | 32 | 0 | 54 | 316 | 51 | 50 |
| Binary | 111100 | 1101011 | 10010000 | 111010 | 11010 | 0 | 101100 | 11001110 | 101001 | 101000 |
Color Harmonies of #3C6B90
Complementary color
Monochromatic Colors of #3C6B90
Black with #3C6B90
Text Example
Text Example
White with #3C6B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6B90; }
p { color: rgb(60,107,144); }
H1.HeaderClassName
{
color: #3C6B90;
}
.AnyTagClassName
{
color: #3C6B90;
}
</style>
background-color css
<style>
a { background-color: #3C6B90; }
a { background-color: rgb(60,107,144); }
div.DivClassName
{
background-color: #3C6B90;
}
.BgClassName
{
background-color: #3C6B90;
}
</style>
border-color css
<style>
span { border-color: #3C6B90; }
span { border-color: rgb(60,107,144); }
td.TdClassName
{
border-color: #3C6B90;
}
.TagClassName
{
border-color: #3C6B90;
}
</style>