Shades of Astral #387294
Tints of Astral #387294
RGB
CMYK
RGB Variations
Color information
#387294 (or 0x387294) is known color: Astral. HEX triplet: 38, 72 and 94. RGB value is (56,114,148). Sum of RGB (Red+Green+Blue) = 56+114+148=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #387294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387294 is #C78D6B. Grayscale: #646464. Windows color (decimal): -13077868 or 9728568. OLE color: 9728568.
HSL color Cylindrical-coordinate representation of color #387294: hue angle of 202.17º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387294 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 114 | 148 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.42 |
| HSL | 202.17º | 0.45% | 0.4% | - |
| HSV(B) | 202.17º | 0.62% | 0.58% | - |
| XYZ | 12.99 | 15.01 | 30.23 | - |
| YUV | 100.53 | 154.78 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 148 | 0.62 | 0.23 | 0 | 0.42 | 202.17 | 0.45 | 0.4 |
| Hex | 38 | 72 | 94 | 3E | 17 | 0 | 2A | CA | 2D | 28 |
| Octal | 70 | 162 | 224 | 76 | 27 | 0 | 52 | 312 | 55 | 50 |
| Binary | 111000 | 1110010 | 10010100 | 111110 | 10111 | 0 | 101010 | 11001010 | 101101 | 101000 |
Color Harmonies of #387294
Complementary color
Monochromatic Colors of #387294
Black with #387294
Text Example
Text Example
White with #387294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387294; }
p { color: rgb(56,114,148); }
H1.HeaderClassName
{
color: #387294;
}
.AnyTagClassName
{
color: #387294;
}
</style>
background-color css
<style>
a { background-color: #387294; }
a { background-color: rgb(56,114,148); }
div.DivClassName
{
background-color: #387294;
}
.BgClassName
{
background-color: #387294;
}
</style>
border-color css
<style>
span { border-color: #387294; }
span { border-color: rgb(56,114,148); }
td.TdClassName
{
border-color: #387294;
}
.TagClassName
{
border-color: #387294;
}
</style>