Shades of Astral #3A6A8B
Tints of Astral #3A6A8B
RGB
CMYK
RGB Variations
Color information
#3A6A8B (or 0x3A6A8B) is known color: Astral. HEX triplet: 3A, 6A and 8B. RGB value is (58,106,139). Sum of RGB (Red+Green+Blue) = 58+106+139=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A6A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6A8B is #C59574. Grayscale: #5F5F5F. Windows color (decimal): -12948853 or 9136698. OLE color: 9136698.
HSL color Cylindrical-coordinate representation of color #3A6A8B: hue angle of 204.44º 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 #3A6A8B is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 106 | 139 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.45 |
| HSL | 204.44º | 0.41% | 0.39% | - |
| HSV(B) | 204.44º | 0.58% | 0.55% | - |
| XYZ | 11.56 | 13.07 | 26.34 | - |
| YUV | 95.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 139 | 0.58 | 0.24 | 0 | 0.45 | 204.44 | 0.41 | 0.39 |
| Hex | 3A | 6A | 8B | 3A | 18 | 0 | 2D | CC | 29 | 27 |
| Octal | 72 | 152 | 213 | 72 | 30 | 0 | 55 | 314 | 51 | 47 |
| Binary | 111010 | 1101010 | 10001011 | 111010 | 11000 | 0 | 101101 | 11001100 | 101001 | 100111 |
Color Harmonies of #3A6A8B
Complementary color
Monochromatic Colors of #3A6A8B
Black with #3A6A8B
Text Example
Text Example
White with #3A6A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6A8B; }
p { color: rgb(58,106,139); }
H1.HeaderClassName
{
color: #3A6A8B;
}
.AnyTagClassName
{
color: #3A6A8B;
}
</style>
background-color css
<style>
a { background-color: #3A6A8B; }
a { background-color: rgb(58,106,139); }
div.DivClassName
{
background-color: #3A6A8B;
}
.BgClassName
{
background-color: #3A6A8B;
}
</style>
border-color css
<style>
span { border-color: #3A6A8B; }
span { border-color: rgb(58,106,139); }
td.TdClassName
{
border-color: #3A6A8B;
}
.TagClassName
{
border-color: #3A6A8B;
}
</style>