Shades of Astral #396D8B
Tints of Astral #396D8B
RGB
CMYK
RGB Variations
Color information
#396D8B (or 0x396D8B) is known color: Astral. HEX triplet: 39, 6D and 8B. RGB value is (57,109,139). Sum of RGB (Red+Green+Blue) = 57+109+139=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #396D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396D8B is #C69274. Grayscale: #606060. Windows color (decimal): -13013621 or 9137465. OLE color: 9137465.
HSL color Cylindrical-coordinate representation of color #396D8B: hue angle of 201.95º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #396D8B is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 109 | 139 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.45 |
| HSL | 201.95º | 0.42% | 0.38% | - |
| HSV(B) | 201.95º | 0.59% | 0.55% | - |
| XYZ | 11.82 | 13.67 | 26.44 | - |
| YUV | 96.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 139 | 0.59 | 0.22 | 0 | 0.45 | 201.95 | 0.42 | 0.38 |
| Hex | 39 | 6D | 8B | 3B | 16 | 0 | 2D | CA | 2A | 26 |
| Octal | 71 | 155 | 213 | 73 | 26 | 0 | 55 | 312 | 52 | 46 |
| Binary | 111001 | 1101101 | 10001011 | 111011 | 10110 | 0 | 101101 | 11001010 | 101010 | 100110 |
Color Harmonies of #396D8B
Complementary color
Monochromatic Colors of #396D8B
Black with #396D8B
Text Example
Text Example
White with #396D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D8B; }
p { color: rgb(57,109,139); }
H1.HeaderClassName
{
color: #396D8B;
}
.AnyTagClassName
{
color: #396D8B;
}
</style>
background-color css
<style>
a { background-color: #396D8B; }
a { background-color: rgb(57,109,139); }
div.DivClassName
{
background-color: #396D8B;
}
.BgClassName
{
background-color: #396D8B;
}
</style>
border-color css
<style>
span { border-color: #396D8B; }
span { border-color: rgb(57,109,139); }
td.TdClassName
{
border-color: #396D8B;
}
.TagClassName
{
border-color: #396D8B;
}
</style>