Shades of Astral #387293
Tints of Astral #387293
RGB
CMYK
RGB Variations
Color information
#387293 (or 0x387293) is known color: Astral. HEX triplet: 38, 72 and 93. RGB value is (56,114,147). Sum of RGB (Red+Green+Blue) = 56+114+147=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #387293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387293 is #C78D6C. Grayscale: #646464. Windows color (decimal): -13077869 or 9663032. OLE color: 9663032.
HSL color Cylindrical-coordinate representation of color #387293: hue angle of 201.76º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387293 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 114 | 147 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.42 |
| HSL | 201.76º | 0.45% | 0.4% | - |
| HSV(B) | 201.76º | 0.62% | 0.58% | - |
| XYZ | 12.91 | 14.98 | 29.81 | - |
| YUV | 100.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 147 | 0.62 | 0.22 | 0 | 0.42 | 201.76 | 0.45 | 0.4 |
| Hex | 38 | 72 | 93 | 3E | 16 | 0 | 2A | CA | 2D | 28 |
| Octal | 70 | 162 | 223 | 76 | 26 | 0 | 52 | 312 | 55 | 50 |
| Binary | 111000 | 1110010 | 10010011 | 111110 | 10110 | 0 | 101010 | 11001010 | 101101 | 101000 |
Color Harmonies of #387293
Complementary color
Monochromatic Colors of #387293
Black with #387293
Text Example
Text Example
White with #387293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387293; }
p { color: rgb(56,114,147); }
H1.HeaderClassName
{
color: #387293;
}
.AnyTagClassName
{
color: #387293;
}
</style>
background-color css
<style>
a { background-color: #387293; }
a { background-color: rgb(56,114,147); }
div.DivClassName
{
background-color: #387293;
}
.BgClassName
{
background-color: #387293;
}
</style>
border-color css
<style>
span { border-color: #387293; }
span { border-color: rgb(56,114,147); }
td.TdClassName
{
border-color: #387293;
}
.TagClassName
{
border-color: #387293;
}
</style>