Shades of Astral #386A7E
Tints of Astral #386A7E
RGB
CMYK
RGB Variations
Color information
#386A7E (or 0x386A7E) is known color: Astral. HEX triplet: 38, 6A and 7E. RGB value is (56,106,126). Sum of RGB (Red+Green+Blue) = 56+106+126=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #386A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A7E is #C79581. Grayscale: #5D5D5D. Windows color (decimal): -13079938 or 8284728. OLE color: 8284728.
HSL color Cylindrical-coordinate representation of color #386A7E: hue angle of 197.14º 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 #386A7E is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 106 | 126 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.51 |
| HSL | 197.14º | 0.38% | 0.36% | - |
| HSV(B) | 197.14º | 0.56% | 0.49% | - |
| XYZ | 10.55 | 12.66 | 21.63 | - |
| YUV | 93.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 126 | 0.56 | 0.16 | 0 | 0.51 | 197.14 | 0.38 | 0.36 |
| Hex | 38 | 6A | 7E | 38 | 10 | 0 | 33 | C5 | 26 | 24 |
| Octal | 70 | 152 | 176 | 70 | 20 | 0 | 63 | 305 | 46 | 44 |
| Binary | 111000 | 1101010 | 1111110 | 111000 | 10000 | 0 | 110011 | 11000101 | 100110 | 100100 |
Color Harmonies of #386A7E
Complementary color
Monochromatic Colors of #386A7E
Black with #386A7E
Text Example
Text Example
White with #386A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386A7E; }
p { color: rgb(56,106,126); }
H1.HeaderClassName
{
color: #386A7E;
}
.AnyTagClassName
{
color: #386A7E;
}
</style>
background-color css
<style>
a { background-color: #386A7E; }
a { background-color: rgb(56,106,126); }
div.DivClassName
{
background-color: #386A7E;
}
.BgClassName
{
background-color: #386A7E;
}
</style>
border-color css
<style>
span { border-color: #386A7E; }
span { border-color: rgb(56,106,126); }
td.TdClassName
{
border-color: #386A7E;
}
.TagClassName
{
border-color: #386A7E;
}
</style>