Shades of Astral #386B7C
Tints of Astral #386B7C
RGB
CMYK
RGB Variations
Color information
#386B7C (or 0x386B7C) is known color: Astral. HEX triplet: 38, 6B and 7C. RGB value is (56,107,124). Sum of RGB (Red+Green+Blue) = 56+107+124=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #386B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B7C is #C79483. Grayscale: #5D5D5D. Windows color (decimal): -13079684 or 8153912. OLE color: 8153912.
HSL color Cylindrical-coordinate representation of color #386B7C: hue angle of 195º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #386B7C is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 107 | 124 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.51 |
| HSL | 195º | 0.38% | 0.35% | - |
| HSV(B) | 195º | 0.55% | 0.49% | - |
| XYZ | 10.53 | 12.81 | 20.99 | - |
| YUV | 93.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 124 | 0.55 | 0.14 | 0 | 0.51 | 195 | 0.38 | 0.35 |
| Hex | 38 | 6B | 7C | 37 | E | 0 | 33 | C3 | 26 | 23 |
| Octal | 70 | 153 | 174 | 67 | 16 | 0 | 63 | 303 | 46 | 43 |
| Binary | 111000 | 1101011 | 1111100 | 110111 | 1110 | 0 | 110011 | 11000011 | 100110 | 100011 |
Color Harmonies of #386B7C
Complementary color
Monochromatic Colors of #386B7C
Black with #386B7C
Text Example
Text Example
White with #386B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B7C; }
p { color: rgb(56,107,124); }
H1.HeaderClassName
{
color: #386B7C;
}
.AnyTagClassName
{
color: #386B7C;
}
</style>
background-color css
<style>
a { background-color: #386B7C; }
a { background-color: rgb(56,107,124); }
div.DivClassName
{
background-color: #386B7C;
}
.BgClassName
{
background-color: #386B7C;
}
</style>
border-color css
<style>
span { border-color: #386B7C; }
span { border-color: rgb(56,107,124); }
td.TdClassName
{
border-color: #386B7C;
}
.TagClassName
{
border-color: #386B7C;
}
</style>