Shades of Astral #3A698C
Tints of Astral #3A698C
RGB
CMYK
RGB Variations
Color information
#3A698C (or 0x3A698C) is known color: Astral. HEX triplet: 3A, 69 and 8C. RGB value is (58,105,140). Sum of RGB (Red+Green+Blue) = 58+105+140=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A698C is #C59673. Grayscale: #5E5E5E. Windows color (decimal): -12949108 or 9201978. OLE color: 9201978.
HSL color Cylindrical-coordinate representation of color #3A698C: hue angle of 205.61º 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 #3A698C is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 105 | 140 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.45 |
| HSL | 205.61º | 0.41% | 0.39% | - |
| HSV(B) | 205.61º | 0.59% | 0.55% | - |
| XYZ | 11.53 | 12.9 | 26.69 | - |
| YUV | 94.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 140 | 0.59 | 0.25 | 0 | 0.45 | 205.61 | 0.41 | 0.39 |
| Hex | 3A | 69 | 8C | 3B | 19 | 0 | 2D | CE | 29 | 27 |
| Octal | 72 | 151 | 214 | 73 | 31 | 0 | 55 | 316 | 51 | 47 |
| Binary | 111010 | 1101001 | 10001100 | 111011 | 11001 | 0 | 101101 | 11001110 | 101001 | 100111 |
Color Harmonies of #3A698C
Complementary color
Monochromatic Colors of #3A698C
Black with #3A698C
Text Example
Text Example
White with #3A698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A698C; }
p { color: rgb(58,105,140); }
H1.HeaderClassName
{
color: #3A698C;
}
.AnyTagClassName
{
color: #3A698C;
}
</style>
background-color css
<style>
a { background-color: #3A698C; }
a { background-color: rgb(58,105,140); }
div.DivClassName
{
background-color: #3A698C;
}
.BgClassName
{
background-color: #3A698C;
}
</style>
border-color css
<style>
span { border-color: #3A698C; }
span { border-color: rgb(58,105,140); }
td.TdClassName
{
border-color: #3A698C;
}
.TagClassName
{
border-color: #3A698C;
}
</style>