Shades of Astral #3A678B
Tints of Astral #3A678B
RGB
CMYK
RGB Variations
Color information
#3A678B (or 0x3A678B) is known color: Astral. HEX triplet: 3A, 67 and 8B. RGB value is (58,103,139). Sum of RGB (Red+Green+Blue) = 58+103+139=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A678B is #C59874. Grayscale: #5D5D5D. Windows color (decimal): -12949621 or 9135930. OLE color: 9135930.
HSL color Cylindrical-coordinate representation of color #3A678B: hue angle of 206.67º 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 #3A678B is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 103 | 139 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.45 |
| HSL | 206.67º | 0.41% | 0.39% | - |
| HSV(B) | 206.67º | 0.58% | 0.55% | - |
| XYZ | 11.26 | 12.46 | 26.24 | - |
| YUV | 93.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 139 | 0.58 | 0.26 | 0 | 0.45 | 206.67 | 0.41 | 0.39 |
| Hex | 3A | 67 | 8B | 3A | 1A | 0 | 2D | CF | 29 | 27 |
| Octal | 72 | 147 | 213 | 72 | 32 | 0 | 55 | 317 | 51 | 47 |
| Binary | 111010 | 1100111 | 10001011 | 111010 | 11010 | 0 | 101101 | 11001111 | 101001 | 100111 |
Color Harmonies of #3A678B
Complementary color
Monochromatic Colors of #3A678B
Black with #3A678B
Text Example
Text Example
White with #3A678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A678B; }
p { color: rgb(58,103,139); }
H1.HeaderClassName
{
color: #3A678B;
}
.AnyTagClassName
{
color: #3A678B;
}
</style>
background-color css
<style>
a { background-color: #3A678B; }
a { background-color: rgb(58,103,139); }
div.DivClassName
{
background-color: #3A678B;
}
.BgClassName
{
background-color: #3A678B;
}
</style>
border-color css
<style>
span { border-color: #3A678B; }
span { border-color: rgb(58,103,139); }
td.TdClassName
{
border-color: #3A678B;
}
.TagClassName
{
border-color: #3A678B;
}
</style>