Shades of Astral #38758D
Tints of Astral #38758D
RGB
CMYK
RGB Variations
Color information
#38758D (or 0x38758D) is known color: Astral. HEX triplet: 38, 75 and 8D. RGB value is (56,117,141). Sum of RGB (Red+Green+Blue) = 56+117+141=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #38758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38758D is #C78A72. Grayscale: #656565. Windows color (decimal): -13077107 or 9270584. OLE color: 9270584.
HSL color Cylindrical-coordinate representation of color #38758D: hue angle of 196.94º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38758D is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 117 | 141 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.45 |
| HSL | 196.94º | 0.43% | 0.39% | - |
| HSV(B) | 196.94º | 0.6% | 0.55% | - |
| XYZ | 12.8 | 15.49 | 27.51 | - |
| YUV | 101.5 | 150.29 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 141 | 0.60 | 0.17 | 0 | 0.45 | 196.94 | 0.43 | 0.39 |
| Hex | 38 | 75 | 8D | 3C | 11 | 0 | 2D | C5 | 2B | 27 |
| Octal | 70 | 165 | 215 | 74 | 21 | 0 | 55 | 305 | 53 | 47 |
| Binary | 111000 | 1110101 | 10001101 | 111100 | 10001 | 0 | 101101 | 11000101 | 101011 | 100111 |
Color Harmonies of #38758D
Complementary color
Monochromatic Colors of #38758D
Black with #38758D
Text Example
Text Example
White with #38758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38758D; }
p { color: rgb(56,117,141); }
H1.HeaderClassName
{
color: #38758D;
}
.AnyTagClassName
{
color: #38758D;
}
</style>
background-color css
<style>
a { background-color: #38758D; }
a { background-color: rgb(56,117,141); }
div.DivClassName
{
background-color: #38758D;
}
.BgClassName
{
background-color: #38758D;
}
</style>
border-color css
<style>
span { border-color: #38758D; }
span { border-color: rgb(56,117,141); }
td.TdClassName
{
border-color: #38758D;
}
.TagClassName
{
border-color: #38758D;
}
</style>