Shades of Astral #397293
Tints of Astral #397293
RGB
CMYK
RGB Variations
Color information
#397293 (or 0x397293) is known color: Astral. HEX triplet: 39, 72 and 93. RGB value is (57,114,147). Sum of RGB (Red+Green+Blue) = 57+114+147=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #397293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397293 is #C68D6C. Grayscale: #646464. Windows color (decimal): -13012333 or 9663033. OLE color: 9663033.
HSL color Cylindrical-coordinate representation of color #397293: hue angle of 202º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397293 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 114 | 147 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.42 |
| HSL | 202º | 0.44% | 0.4% | - |
| HSV(B) | 202º | 0.61% | 0.58% | - |
| XYZ | 12.97 | 15.01 | 29.82 | - |
| YUV | 100.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 147 | 0.61 | 0.22 | 0 | 0.42 | 202 | 0.44 | 0.4 |
| Hex | 39 | 72 | 93 | 3D | 16 | 0 | 2A | CA | 2C | 28 |
| Octal | 71 | 162 | 223 | 75 | 26 | 0 | 52 | 312 | 54 | 50 |
| Binary | 111001 | 1110010 | 10010011 | 111101 | 10110 | 0 | 101010 | 11001010 | 101100 | 101000 |
Color Harmonies of #397293
Complementary color
Monochromatic Colors of #397293
Black with #397293
Text Example
Text Example
White with #397293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397293; }
p { color: rgb(57,114,147); }
H1.HeaderClassName
{
color: #397293;
}
.AnyTagClassName
{
color: #397293;
}
</style>
background-color css
<style>
a { background-color: #397293; }
a { background-color: rgb(57,114,147); }
div.DivClassName
{
background-color: #397293;
}
.BgClassName
{
background-color: #397293;
}
</style>
border-color css
<style>
span { border-color: #397293; }
span { border-color: rgb(57,114,147); }
td.TdClassName
{
border-color: #397293;
}
.TagClassName
{
border-color: #397293;
}
</style>