Shades of Astral #3E6C91
Tints of Astral #3E6C91
RGB
CMYK
RGB Variations
Color information
#3E6C91 (or 0x3E6C91) is known color: Astral. HEX triplet: 3E, 6C and 91. RGB value is (62,108,145). Sum of RGB (Red+Green+Blue) = 62+108+145=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E6C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6C91 is #C1936E. Grayscale: #626262. Windows color (decimal): -12686191 or 9530430. OLE color: 9530430.
HSL color Cylindrical-coordinate representation of color #3E6C91: hue angle of 206.75º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E6C91 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 108 | 145 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.43 |
| HSL | 206.75º | 0.4% | 0.41% | - |
| HSV(B) | 206.75º | 0.57% | 0.57% | - |
| XYZ | 12.46 | 13.79 | 28.79 | - |
| YUV | 98.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 108 | 145 | 0.57 | 0.26 | 0 | 0.43 | 206.75 | 0.4 | 0.41 |
| Hex | 3E | 6C | 91 | 39 | 1A | 0 | 2B | CF | 28 | 29 |
| Octal | 76 | 154 | 221 | 71 | 32 | 0 | 53 | 317 | 50 | 51 |
| Binary | 111110 | 1101100 | 10010001 | 111001 | 11010 | 0 | 101011 | 11001111 | 101000 | 101001 |
Color Harmonies of #3E6C91
Complementary color
Monochromatic Colors of #3E6C91
Black with #3E6C91
Text Example
Text Example
White with #3E6C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6C91; }
p { color: rgb(62,108,145); }
H1.HeaderClassName
{
color: #3E6C91;
}
.AnyTagClassName
{
color: #3E6C91;
}
</style>
background-color css
<style>
a { background-color: #3E6C91; }
a { background-color: rgb(62,108,145); }
div.DivClassName
{
background-color: #3E6C91;
}
.BgClassName
{
background-color: #3E6C91;
}
</style>
border-color css
<style>
span { border-color: #3E6C91; }
span { border-color: rgb(62,108,145); }
td.TdClassName
{
border-color: #3E6C91;
}
.TagClassName
{
border-color: #3E6C91;
}
</style>