Shades of Astral #38667E
Tints of Astral #38667E
RGB
CMYK
RGB Variations
Color information
#38667E (or 0x38667E) is known color: Astral. HEX triplet: 38, 66 and 7E. RGB value is (56,102,126). Sum of RGB (Red+Green+Blue) = 56+102+126=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #38667E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38667E is #C79981. Grayscale: #5A5A5A. Windows color (decimal): -13080962 or 8283704. OLE color: 8283704.
HSL color Cylindrical-coordinate representation of color #38667E: hue angle of 200.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38667E is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 102 | 126 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.51 |
| HSL | 200.57º | 0.38% | 0.36% | - |
| HSV(B) | 200.57º | 0.56% | 0.49% | - |
| XYZ | 10.15 | 11.85 | 21.49 | - |
| YUV | 90.98 | 147.76 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 126 | 0.56 | 0.19 | 0 | 0.51 | 200.57 | 0.38 | 0.36 |
| Hex | 38 | 66 | 7E | 38 | 13 | 0 | 33 | C9 | 26 | 24 |
| Octal | 70 | 146 | 176 | 70 | 23 | 0 | 63 | 311 | 46 | 44 |
| Binary | 111000 | 1100110 | 1111110 | 111000 | 10011 | 0 | 110011 | 11001001 | 100110 | 100100 |
Color Harmonies of #38667E
Complementary color
Monochromatic Colors of #38667E
Black with #38667E
Text Example
Text Example
White with #38667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38667E; }
p { color: rgb(56,102,126); }
H1.HeaderClassName
{
color: #38667E;
}
.AnyTagClassName
{
color: #38667E;
}
</style>
background-color css
<style>
a { background-color: #38667E; }
a { background-color: rgb(56,102,126); }
div.DivClassName
{
background-color: #38667E;
}
.BgClassName
{
background-color: #38667E;
}
</style>
border-color css
<style>
span { border-color: #38667E; }
span { border-color: rgb(56,102,126); }
td.TdClassName
{
border-color: #38667E;
}
.TagClassName
{
border-color: #38667E;
}
</style>