Shades of Astral #3A6889
Tints of Astral #3A6889
RGB
CMYK
RGB Variations
Color information
#3A6889 (or 0x3A6889) is known color: Astral. HEX triplet: 3A, 68 and 89. RGB value is (58,104,137). Sum of RGB (Red+Green+Blue) = 58+104+137=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A6889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6889 is #C59776. Grayscale: #5D5D5D. Windows color (decimal): -12949367 or 9005114. OLE color: 9005114.
HSL color Cylindrical-coordinate representation of color #3A6889: hue angle of 205.06º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A6889 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 104 | 137 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.46 |
| HSL | 205.06º | 0.41% | 0.38% | - |
| HSV(B) | 205.06º | 0.58% | 0.54% | - |
| XYZ | 11.21 | 12.61 | 25.51 | - |
| YUV | 94.01 | 152.26 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 137 | 0.58 | 0.24 | 0 | 0.46 | 205.06 | 0.41 | 0.38 |
| Hex | 3A | 68 | 89 | 3A | 18 | 0 | 2E | CD | 29 | 26 |
| Octal | 72 | 150 | 211 | 72 | 30 | 0 | 56 | 315 | 51 | 46 |
| Binary | 111010 | 1101000 | 10001001 | 111010 | 11000 | 0 | 101110 | 11001101 | 101001 | 100110 |
Color Harmonies of #3A6889
Complementary color
Monochromatic Colors of #3A6889
Black with #3A6889
Text Example
Text Example
White with #3A6889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6889; }
p { color: rgb(58,104,137); }
H1.HeaderClassName
{
color: #3A6889;
}
.AnyTagClassName
{
color: #3A6889;
}
</style>
background-color css
<style>
a { background-color: #3A6889; }
a { background-color: rgb(58,104,137); }
div.DivClassName
{
background-color: #3A6889;
}
.BgClassName
{
background-color: #3A6889;
}
</style>
border-color css
<style>
span { border-color: #3A6889; }
span { border-color: rgb(58,104,137); }
td.TdClassName
{
border-color: #3A6889;
}
.TagClassName
{
border-color: #3A6889;
}
</style>