Shades of Astral #3A6E8C
Tints of Astral #3A6E8C
RGB
CMYK
RGB Variations
Color information
#3A6E8C (or 0x3A6E8C) is known color: Astral. HEX triplet: 3A, 6E and 8C. RGB value is (58,110,140). Sum of RGB (Red+Green+Blue) = 58+110+140=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A6E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6E8C is #C59173. Grayscale: #616161. Windows color (decimal): -12947828 or 9203258. OLE color: 9203258.
HSL color Cylindrical-coordinate representation of color #3A6E8C: hue angle of 201.95º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A6E8C is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 110 | 140 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.45 |
| HSL | 201.95º | 0.41% | 0.39% | - |
| HSV(B) | 201.95º | 0.59% | 0.55% | - |
| XYZ | 12.05 | 13.94 | 26.87 | - |
| YUV | 97.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 140 | 0.59 | 0.21 | 0 | 0.45 | 201.95 | 0.41 | 0.39 |
| Hex | 3A | 6E | 8C | 3B | 15 | 0 | 2D | CA | 29 | 27 |
| Octal | 72 | 156 | 214 | 73 | 25 | 0 | 55 | 312 | 51 | 47 |
| Binary | 111010 | 1101110 | 10001100 | 111011 | 10101 | 0 | 101101 | 11001010 | 101001 | 100111 |
Color Harmonies of #3A6E8C
Complementary color
Monochromatic Colors of #3A6E8C
Black with #3A6E8C
Text Example
Text Example
White with #3A6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E8C; }
p { color: rgb(58,110,140); }
H1.HeaderClassName
{
color: #3A6E8C;
}
.AnyTagClassName
{
color: #3A6E8C;
}
</style>
background-color css
<style>
a { background-color: #3A6E8C; }
a { background-color: rgb(58,110,140); }
div.DivClassName
{
background-color: #3A6E8C;
}
.BgClassName
{
background-color: #3A6E8C;
}
</style>
border-color css
<style>
span { border-color: #3A6E8C; }
span { border-color: rgb(58,110,140); }
td.TdClassName
{
border-color: #3A6E8C;
}
.TagClassName
{
border-color: #3A6E8C;
}
</style>