Shades of Astral #3A668B
Tints of Astral #3A668B
RGB
CMYK
RGB Variations
Color information
#3A668B (or 0x3A668B) is known color: Astral. HEX triplet: 3A, 66 and 8B. RGB value is (58,102,139). Sum of RGB (Red+Green+Blue) = 58+102+139=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A668B is #C59974. Grayscale: #5C5C5C. Windows color (decimal): -12949877 or 9135674. OLE color: 9135674.
HSL color Cylindrical-coordinate representation of color #3A668B: hue angle of 207.41º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A668B is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 102 | 139 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.45 |
| HSL | 207.41º | 0.41% | 0.39% | - |
| HSV(B) | 207.41º | 0.58% | 0.55% | - |
| XYZ | 11.16 | 12.27 | 26.21 | - |
| YUV | 93.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 102 | 139 | 0.58 | 0.27 | 0 | 0.45 | 207.41 | 0.41 | 0.39 |
| Hex | 3A | 66 | 8B | 3A | 1B | 0 | 2D | CF | 29 | 27 |
| Octal | 72 | 146 | 213 | 72 | 33 | 0 | 55 | 317 | 51 | 47 |
| Binary | 111010 | 1100110 | 10001011 | 111010 | 11011 | 0 | 101101 | 11001111 | 101001 | 100111 |
Color Harmonies of #3A668B
Complementary color
Monochromatic Colors of #3A668B
Black with #3A668B
Text Example
Text Example
White with #3A668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A668B; }
p { color: rgb(58,102,139); }
H1.HeaderClassName
{
color: #3A668B;
}
.AnyTagClassName
{
color: #3A668B;
}
</style>
background-color css
<style>
a { background-color: #3A668B; }
a { background-color: rgb(58,102,139); }
div.DivClassName
{
background-color: #3A668B;
}
.BgClassName
{
background-color: #3A668B;
}
</style>
border-color css
<style>
span { border-color: #3A668B; }
span { border-color: rgb(58,102,139); }
td.TdClassName
{
border-color: #3A668B;
}
.TagClassName
{
border-color: #3A668B;
}
</style>