Shades of Astral #396A8F
Tints of Astral #396A8F
RGB
CMYK
RGB Variations
Color information
#396A8F (or 0x396A8F) is known color: Astral. HEX triplet: 39, 6A and 8F. RGB value is (57,106,143). Sum of RGB (Red+Green+Blue) = 57+106+143=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #396A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396A8F is #C69570. Grayscale: #5F5F5F. Windows color (decimal): -13014385 or 9398841. OLE color: 9398841.
HSL color Cylindrical-coordinate representation of color #396A8F: hue angle of 205.81º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396A8F is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 106 | 143 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.44 |
| HSL | 205.81º | 0.43% | 0.39% | - |
| HSV(B) | 205.81º | 0.6% | 0.56% | - |
| XYZ | 11.8 | 13.16 | 27.91 | - |
| YUV | 95.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 143 | 0.60 | 0.26 | 0 | 0.44 | 205.81 | 0.43 | 0.39 |
| Hex | 39 | 6A | 8F | 3C | 1A | 0 | 2C | CE | 2B | 27 |
| Octal | 71 | 152 | 217 | 74 | 32 | 0 | 54 | 316 | 53 | 47 |
| Binary | 111001 | 1101010 | 10001111 | 111100 | 11010 | 0 | 101100 | 11001110 | 101011 | 100111 |
Color Harmonies of #396A8F
Complementary color
Monochromatic Colors of #396A8F
Black with #396A8F
Text Example
Text Example
White with #396A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A8F; }
p { color: rgb(57,106,143); }
H1.HeaderClassName
{
color: #396A8F;
}
.AnyTagClassName
{
color: #396A8F;
}
</style>
background-color css
<style>
a { background-color: #396A8F; }
a { background-color: rgb(57,106,143); }
div.DivClassName
{
background-color: #396A8F;
}
.BgClassName
{
background-color: #396A8F;
}
</style>
border-color css
<style>
span { border-color: #396A8F; }
span { border-color: rgb(57,106,143); }
td.TdClassName
{
border-color: #396A8F;
}
.TagClassName
{
border-color: #396A8F;
}
</style>