Shades of Astral #386B7E
Tints of Astral #386B7E
RGB
CMYK
RGB Variations
Color information
#386B7E (or 0x386B7E) is known color: Astral. HEX triplet: 38, 6B and 7E. RGB value is (56,107,126). Sum of RGB (Red+Green+Blue) = 56+107+126=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #386B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B7E is #C79481. Grayscale: #5D5D5D. Windows color (decimal): -13079682 or 8284984. OLE color: 8284984.
HSL color Cylindrical-coordinate representation of color #386B7E: hue angle of 196.29º 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 #386B7E is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 107 | 126 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.51 |
| HSL | 196.29º | 0.38% | 0.36% | - |
| HSV(B) | 196.29º | 0.56% | 0.49% | - |
| XYZ | 10.65 | 12.86 | 21.66 | - |
| YUV | 93.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 126 | 0.56 | 0.15 | 0 | 0.51 | 196.29 | 0.38 | 0.36 |
| Hex | 38 | 6B | 7E | 38 | F | 0 | 33 | C4 | 26 | 24 |
| Octal | 70 | 153 | 176 | 70 | 17 | 0 | 63 | 304 | 46 | 44 |
| Binary | 111000 | 1101011 | 1111110 | 111000 | 1111 | 0 | 110011 | 11000100 | 100110 | 100100 |
Color Harmonies of #386B7E
Complementary color
Monochromatic Colors of #386B7E
Black with #386B7E
Text Example
Text Example
White with #386B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B7E; }
p { color: rgb(56,107,126); }
H1.HeaderClassName
{
color: #386B7E;
}
.AnyTagClassName
{
color: #386B7E;
}
</style>
background-color css
<style>
a { background-color: #386B7E; }
a { background-color: rgb(56,107,126); }
div.DivClassName
{
background-color: #386B7E;
}
.BgClassName
{
background-color: #386B7E;
}
</style>
border-color css
<style>
span { border-color: #386B7E; }
span { border-color: rgb(56,107,126); }
td.TdClassName
{
border-color: #386B7E;
}
.TagClassName
{
border-color: #386B7E;
}
</style>