Shades of Astral #38687D
Tints of Astral #38687D
RGB
CMYK
RGB Variations
Color information
#38687D (or 0x38687D) is known color: Astral. HEX triplet: 38, 68 and 7D. RGB value is (56,104,125). Sum of RGB (Red+Green+Blue) = 56+104+125=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #38687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38687D is #C79782. Grayscale: #5B5B5B. Windows color (decimal): -13080451 or 8218680. OLE color: 8218680.
HSL color Cylindrical-coordinate representation of color #38687D: hue angle of 198.26º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38687D is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 104 | 125 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.51 |
| HSL | 198.26º | 0.38% | 0.35% | - |
| HSV(B) | 198.26º | 0.55% | 0.49% | - |
| XYZ | 10.28 | 12.22 | 21.22 | - |
| YUV | 92.04 | 146.6 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 125 | 0.55 | 0.17 | 0 | 0.51 | 198.26 | 0.38 | 0.35 |
| Hex | 38 | 68 | 7D | 37 | 11 | 0 | 33 | C6 | 26 | 23 |
| Octal | 70 | 150 | 175 | 67 | 21 | 0 | 63 | 306 | 46 | 43 |
| Binary | 111000 | 1101000 | 1111101 | 110111 | 10001 | 0 | 110011 | 11000110 | 100110 | 100011 |
Color Harmonies of #38687D
Complementary color
Monochromatic Colors of #38687D
Black with #38687D
Text Example
Text Example
White with #38687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38687D; }
p { color: rgb(56,104,125); }
H1.HeaderClassName
{
color: #38687D;
}
.AnyTagClassName
{
color: #38687D;
}
</style>
background-color css
<style>
a { background-color: #38687D; }
a { background-color: rgb(56,104,125); }
div.DivClassName
{
background-color: #38687D;
}
.BgClassName
{
background-color: #38687D;
}
</style>
border-color css
<style>
span { border-color: #38687D; }
span { border-color: rgb(56,104,125); }
td.TdClassName
{
border-color: #38687D;
}
.TagClassName
{
border-color: #38687D;
}
</style>