Shades of Astral #3A687E
Tints of Astral #3A687E
RGB
CMYK
RGB Variations
Color information
#3A687E (or 0x3A687E) is known color: Astral. HEX triplet: 3A, 68 and 7E. RGB value is (58,104,126). Sum of RGB (Red+Green+Blue) = 58+104+126=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A687E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A687E is #C59781. Grayscale: #5C5C5C. Windows color (decimal): -12949378 or 8284218. OLE color: 8284218.
HSL color Cylindrical-coordinate representation of color #3A687E: hue angle of 199.41º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A687E is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 104 | 126 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.51 |
| HSL | 199.41º | 0.37% | 0.36% | - |
| HSV(B) | 199.41º | 0.54% | 0.49% | - |
| XYZ | 10.46 | 12.31 | 21.56 | - |
| YUV | 92.75 | 146.76 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 126 | 0.54 | 0.17 | 0 | 0.51 | 199.41 | 0.37 | 0.36 |
| Hex | 3A | 68 | 7E | 36 | 11 | 0 | 33 | C7 | 25 | 24 |
| Octal | 72 | 150 | 176 | 66 | 21 | 0 | 63 | 307 | 45 | 44 |
| Binary | 111010 | 1101000 | 1111110 | 110110 | 10001 | 0 | 110011 | 11000111 | 100101 | 100100 |
Color Harmonies of #3A687E
Complementary color
Monochromatic Colors of #3A687E
Black with #3A687E
Text Example
Text Example
White with #3A687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A687E; }
p { color: rgb(58,104,126); }
H1.HeaderClassName
{
color: #3A687E;
}
.AnyTagClassName
{
color: #3A687E;
}
</style>
background-color css
<style>
a { background-color: #3A687E; }
a { background-color: rgb(58,104,126); }
div.DivClassName
{
background-color: #3A687E;
}
.BgClassName
{
background-color: #3A687E;
}
</style>
border-color css
<style>
span { border-color: #3A687E; }
span { border-color: rgb(58,104,126); }
td.TdClassName
{
border-color: #3A687E;
}
.TagClassName
{
border-color: #3A687E;
}
</style>