Shades of Astral #387191
Tints of Astral #387191
RGB
CMYK
RGB Variations
Color information
#387191 (or 0x387191) is known color: Astral. HEX triplet: 38, 71 and 91. RGB value is (56,113,145). Sum of RGB (Red+Green+Blue) = 56+113+145=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #387191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387191 is #C78E6E. Grayscale: #636363. Windows color (decimal): -13078127 or 9531704. OLE color: 9531704.
HSL color Cylindrical-coordinate representation of color #387191: hue angle of 201.57º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387191 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 113 | 145 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.43 |
| HSL | 201.57º | 0.44% | 0.39% | - |
| HSV(B) | 201.57º | 0.61% | 0.57% | - |
| XYZ | 12.65 | 14.7 | 28.96 | - |
| YUV | 99.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 145 | 0.61 | 0.22 | 0 | 0.43 | 201.57 | 0.44 | 0.39 |
| Hex | 38 | 71 | 91 | 3D | 16 | 0 | 2B | CA | 2C | 27 |
| Octal | 70 | 161 | 221 | 75 | 26 | 0 | 53 | 312 | 54 | 47 |
| Binary | 111000 | 1110001 | 10010001 | 111101 | 10110 | 0 | 101011 | 11001010 | 101100 | 100111 |
Color Harmonies of #387191
Complementary color
Monochromatic Colors of #387191
Black with #387191
Text Example
Text Example
White with #387191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387191; }
p { color: rgb(56,113,145); }
H1.HeaderClassName
{
color: #387191;
}
.AnyTagClassName
{
color: #387191;
}
</style>
background-color css
<style>
a { background-color: #387191; }
a { background-color: rgb(56,113,145); }
div.DivClassName
{
background-color: #387191;
}
.BgClassName
{
background-color: #387191;
}
</style>
border-color css
<style>
span { border-color: #387191; }
span { border-color: rgb(56,113,145); }
td.TdClassName
{
border-color: #387191;
}
.TagClassName
{
border-color: #387191;
}
</style>