Shades of Astral #387288
Tints of Astral #387288
RGB
CMYK
RGB Variations
Color information
#387288 (or 0x387288) is known color: Astral. HEX triplet: 38, 72 and 88. RGB value is (56,114,136). Sum of RGB (Red+Green+Blue) = 56+114+136=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #387288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387288 is #C78D77. Grayscale: #636363. Windows color (decimal): -13077880 or 8942136. OLE color: 8942136.
HSL color Cylindrical-coordinate representation of color #387288: hue angle of 196.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387288 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 114 | 136 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.47 |
| HSL | 196.5º | 0.42% | 0.38% | - |
| HSV(B) | 196.5º | 0.59% | 0.53% | - |
| XYZ | 12.09 | 14.65 | 25.48 | - |
| YUV | 99.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 136 | 0.59 | 0.16 | 0 | 0.47 | 196.5 | 0.42 | 0.38 |
| Hex | 38 | 72 | 88 | 3B | 10 | 0 | 2F | C4 | 2A | 26 |
| Octal | 70 | 162 | 210 | 73 | 20 | 0 | 57 | 304 | 52 | 46 |
| Binary | 111000 | 1110010 | 10001000 | 111011 | 10000 | 0 | 101111 | 11000100 | 101010 | 100110 |
Color Harmonies of #387288
Complementary color
Monochromatic Colors of #387288
Black with #387288
Text Example
Text Example
White with #387288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387288; }
p { color: rgb(56,114,136); }
H1.HeaderClassName
{
color: #387288;
}
.AnyTagClassName
{
color: #387288;
}
</style>
background-color css
<style>
a { background-color: #387288; }
a { background-color: rgb(56,114,136); }
div.DivClassName
{
background-color: #387288;
}
.BgClassName
{
background-color: #387288;
}
</style>
border-color css
<style>
span { border-color: #387288; }
span { border-color: rgb(56,114,136); }
td.TdClassName
{
border-color: #387288;
}
.TagClassName
{
border-color: #387288;
}
</style>