Shades of Astral #386F81
Tints of Astral #386F81
RGB
CMYK
RGB Variations
Color information
#386F81 (or 0x386F81) is known color: Astral. HEX triplet: 38, 6F and 81. RGB value is (56,111,129). Sum of RGB (Red+Green+Blue) = 56+111+129=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #386F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F81 is #C7907E. Grayscale: #606060. Windows color (decimal): -13078655 or 8482616. OLE color: 8482616.
HSL color Cylindrical-coordinate representation of color #386F81: hue angle of 194.79º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386F81 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 111 | 129 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.49 |
| HSL | 194.79º | 0.39% | 0.36% | - |
| HSV(B) | 194.79º | 0.57% | 0.51% | - |
| XYZ | 11.28 | 13.79 | 22.84 | - |
| YUV | 96.61 | 146.28 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 129 | 0.57 | 0.14 | 0 | 0.49 | 194.79 | 0.39 | 0.36 |
| Hex | 38 | 6F | 81 | 39 | E | 0 | 31 | C3 | 27 | 24 |
| Octal | 70 | 157 | 201 | 71 | 16 | 0 | 61 | 303 | 47 | 44 |
| Binary | 111000 | 1101111 | 10000001 | 111001 | 1110 | 0 | 110001 | 11000011 | 100111 | 100100 |
Color Harmonies of #386F81
Complementary color
Monochromatic Colors of #386F81
Black with #386F81
Text Example
Text Example
White with #386F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F81; }
p { color: rgb(56,111,129); }
H1.HeaderClassName
{
color: #386F81;
}
.AnyTagClassName
{
color: #386F81;
}
</style>
background-color css
<style>
a { background-color: #386F81; }
a { background-color: rgb(56,111,129); }
div.DivClassName
{
background-color: #386F81;
}
.BgClassName
{
background-color: #386F81;
}
</style>
border-color css
<style>
span { border-color: #386F81; }
span { border-color: rgb(56,111,129); }
td.TdClassName
{
border-color: #386F81;
}
.TagClassName
{
border-color: #386F81;
}
</style>