Shades of Astral #396F8D
Tints of Astral #396F8D
RGB
CMYK
RGB Variations
Color information
#396F8D (or 0x396F8D) is known color: Astral. HEX triplet: 39, 6F and 8D. RGB value is (57,111,141). Sum of RGB (Red+Green+Blue) = 57+111+141=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #396F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396F8D is #C69072. Grayscale: #626262. Windows color (decimal): -13013107 or 9269049. OLE color: 9269049.
HSL color Cylindrical-coordinate representation of color #396F8D: hue angle of 201.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396F8D is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 111 | 141 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.45 |
| HSL | 201.43º | 0.42% | 0.39% | - |
| HSV(B) | 201.43º | 0.6% | 0.55% | - |
| XYZ | 12.18 | 14.16 | 27.29 | - |
| YUV | 98.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 141 | 0.60 | 0.21 | 0 | 0.45 | 201.43 | 0.42 | 0.39 |
| Hex | 39 | 6F | 8D | 3C | 15 | 0 | 2D | C9 | 2A | 27 |
| Octal | 71 | 157 | 215 | 74 | 25 | 0 | 55 | 311 | 52 | 47 |
| Binary | 111001 | 1101111 | 10001101 | 111100 | 10101 | 0 | 101101 | 11001001 | 101010 | 100111 |
Color Harmonies of #396F8D
Complementary color
Monochromatic Colors of #396F8D
Black with #396F8D
Text Example
Text Example
White with #396F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F8D; }
p { color: rgb(57,111,141); }
H1.HeaderClassName
{
color: #396F8D;
}
.AnyTagClassName
{
color: #396F8D;
}
</style>
background-color css
<style>
a { background-color: #396F8D; }
a { background-color: rgb(57,111,141); }
div.DivClassName
{
background-color: #396F8D;
}
.BgClassName
{
background-color: #396F8D;
}
</style>
border-color css
<style>
span { border-color: #396F8D; }
span { border-color: rgb(57,111,141); }
td.TdClassName
{
border-color: #396F8D;
}
.TagClassName
{
border-color: #396F8D;
}
</style>