Shades of Astral #387292
Tints of Astral #387292
RGB
CMYK
RGB Variations
Color information
#387292 (or 0x387292) is known color: Astral. HEX triplet: 38, 72 and 92. RGB value is (56,114,146). Sum of RGB (Red+Green+Blue) = 56+114+146=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #387292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387292 is #C78D6D. Grayscale: #646464. Windows color (decimal): -13077870 or 9597496. OLE color: 9597496.
HSL color Cylindrical-coordinate representation of color #387292: hue angle of 201.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387292 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 114 | 146 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.43 |
| HSL | 201.33º | 0.45% | 0.4% | - |
| HSV(B) | 201.33º | 0.62% | 0.57% | - |
| XYZ | 12.84 | 14.95 | 29.4 | - |
| YUV | 100.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 146 | 0.62 | 0.22 | 0 | 0.43 | 201.33 | 0.45 | 0.4 |
| Hex | 38 | 72 | 92 | 3E | 16 | 0 | 2B | C9 | 2D | 28 |
| Octal | 70 | 162 | 222 | 76 | 26 | 0 | 53 | 311 | 55 | 50 |
| Binary | 111000 | 1110010 | 10010010 | 111110 | 10110 | 0 | 101011 | 11001001 | 101101 | 101000 |
Color Harmonies of #387292
Complementary color
Monochromatic Colors of #387292
Black with #387292
Text Example
Text Example
White with #387292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387292; }
p { color: rgb(56,114,146); }
H1.HeaderClassName
{
color: #387292;
}
.AnyTagClassName
{
color: #387292;
}
</style>
background-color css
<style>
a { background-color: #387292; }
a { background-color: rgb(56,114,146); }
div.DivClassName
{
background-color: #387292;
}
.BgClassName
{
background-color: #387292;
}
</style>
border-color css
<style>
span { border-color: #387292; }
span { border-color: rgb(56,114,146); }
td.TdClassName
{
border-color: #387292;
}
.TagClassName
{
border-color: #387292;
}
</style>