Shades of Astral #3A6D8A
Tints of Astral #3A6D8A
RGB
CMYK
RGB Variations
Color information
#3A6D8A (or 0x3A6D8A) is known color: Astral. HEX triplet: 3A, 6D and 8A. RGB value is (58,109,138). Sum of RGB (Red+Green+Blue) = 58+109+138=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A6D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6D8A is #C59275. Grayscale: #606060. Windows color (decimal): -12948086 or 9071930. OLE color: 9071930.
HSL color Cylindrical-coordinate representation of color #3A6D8A: hue angle of 201.75º 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 #3A6D8A is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 109 | 138 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.46 |
| HSL | 201.75º | 0.41% | 0.38% | - |
| HSV(B) | 201.75º | 0.58% | 0.54% | - |
| XYZ | 11.8 | 13.67 | 26.06 | - |
| YUV | 97.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 138 | 0.58 | 0.21 | 0 | 0.46 | 201.75 | 0.41 | 0.38 |
| Hex | 3A | 6D | 8A | 3A | 15 | 0 | 2E | CA | 29 | 26 |
| Octal | 72 | 155 | 212 | 72 | 25 | 0 | 56 | 312 | 51 | 46 |
| Binary | 111010 | 1101101 | 10001010 | 111010 | 10101 | 0 | 101110 | 11001010 | 101001 | 100110 |
Color Harmonies of #3A6D8A
Complementary color
Monochromatic Colors of #3A6D8A
Black with #3A6D8A
Text Example
Text Example
White with #3A6D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6D8A; }
p { color: rgb(58,109,138); }
H1.HeaderClassName
{
color: #3A6D8A;
}
.AnyTagClassName
{
color: #3A6D8A;
}
</style>
background-color css
<style>
a { background-color: #3A6D8A; }
a { background-color: rgb(58,109,138); }
div.DivClassName
{
background-color: #3A6D8A;
}
.BgClassName
{
background-color: #3A6D8A;
}
</style>
border-color css
<style>
span { border-color: #3A6D8A; }
span { border-color: rgb(58,109,138); }
td.TdClassName
{
border-color: #3A6D8A;
}
.TagClassName
{
border-color: #3A6D8A;
}
</style>