Shades of Astral #386A8A
Tints of Astral #386A8A
RGB
CMYK
RGB Variations
Color information
#386A8A (or 0x386A8A) is known color: Astral. HEX triplet: 38, 6A and 8A. RGB value is (56,106,138). Sum of RGB (Red+Green+Blue) = 56+106+138=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #386A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386A8A is #C79575. Grayscale: #5E5E5E. Windows color (decimal): -13079926 or 9071160. OLE color: 9071160.
HSL color Cylindrical-coordinate representation of color #386A8A: hue angle of 203.41º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386A8A is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 106 | 138 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.46 |
| HSL | 203.41º | 0.42% | 0.38% | - |
| HSV(B) | 203.41º | 0.59% | 0.54% | - |
| XYZ | 11.37 | 12.98 | 25.95 | - |
| YUV | 94.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 138 | 0.59 | 0.23 | 0 | 0.46 | 203.41 | 0.42 | 0.38 |
| Hex | 38 | 6A | 8A | 3B | 17 | 0 | 2E | CB | 2A | 26 |
| Octal | 70 | 152 | 212 | 73 | 27 | 0 | 56 | 313 | 52 | 46 |
| Binary | 111000 | 1101010 | 10001010 | 111011 | 10111 | 0 | 101110 | 11001011 | 101010 | 100110 |
Color Harmonies of #386A8A
Complementary color
Monochromatic Colors of #386A8A
Black with #386A8A
Text Example
Text Example
White with #386A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386A8A; }
p { color: rgb(56,106,138); }
H1.HeaderClassName
{
color: #386A8A;
}
.AnyTagClassName
{
color: #386A8A;
}
</style>
background-color css
<style>
a { background-color: #386A8A; }
a { background-color: rgb(56,106,138); }
div.DivClassName
{
background-color: #386A8A;
}
.BgClassName
{
background-color: #386A8A;
}
</style>
border-color css
<style>
span { border-color: #386A8A; }
span { border-color: rgb(56,106,138); }
td.TdClassName
{
border-color: #386A8A;
}
.TagClassName
{
border-color: #386A8A;
}
</style>