Shades of Astral #3A6E94
Tints of Astral #3A6E94
RGB
CMYK
RGB Variations
Color information
#3A6E94 (or 0x3A6E94) is known color: Astral. HEX triplet: 3A, 6E and 94. RGB value is (58,110,148). Sum of RGB (Red+Green+Blue) = 58+110+148=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A6E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6E94 is #C5916B. Grayscale: #626262. Windows color (decimal): -12947820 or 9727546. OLE color: 9727546.
HSL color Cylindrical-coordinate representation of color #3A6E94: hue angle of 205.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A6E94 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 110 | 148 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.42 |
| HSL | 205.33º | 0.44% | 0.4% | - |
| HSV(B) | 205.33º | 0.61% | 0.58% | - |
| XYZ | 12.67 | 14.19 | 30.09 | - |
| YUV | 98.78 | 155.77 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 148 | 0.61 | 0.26 | 0 | 0.42 | 205.33 | 0.44 | 0.4 |
| Hex | 3A | 6E | 94 | 3D | 1A | 0 | 2A | CD | 2C | 28 |
| Octal | 72 | 156 | 224 | 75 | 32 | 0 | 52 | 315 | 54 | 50 |
| Binary | 111010 | 1101110 | 10010100 | 111101 | 11010 | 0 | 101010 | 11001101 | 101100 | 101000 |
Color Harmonies of #3A6E94
Complementary color
Monochromatic Colors of #3A6E94
Black with #3A6E94
Text Example
Text Example
White with #3A6E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E94; }
p { color: rgb(58,110,148); }
H1.HeaderClassName
{
color: #3A6E94;
}
.AnyTagClassName
{
color: #3A6E94;
}
</style>
background-color css
<style>
a { background-color: #3A6E94; }
a { background-color: rgb(58,110,148); }
div.DivClassName
{
background-color: #3A6E94;
}
.BgClassName
{
background-color: #3A6E94;
}
</style>
border-color css
<style>
span { border-color: #3A6E94; }
span { border-color: rgb(58,110,148); }
td.TdClassName
{
border-color: #3A6E94;
}
.TagClassName
{
border-color: #3A6E94;
}
</style>