Shades of Astral #38718A
Tints of Astral #38718A
RGB
CMYK
RGB Variations
Color information
#38718A (or 0x38718A) is known color: Astral. HEX triplet: 38, 71 and 8A. RGB value is (56,113,138). Sum of RGB (Red+Green+Blue) = 56+113+138=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #38718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38718A is #C78E75. Grayscale: #626262. Windows color (decimal): -13078134 or 9072952. OLE color: 9072952.
HSL color Cylindrical-coordinate representation of color #38718A: hue angle of 198.29º 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 #38718A is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 113 | 138 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.46 |
| HSL | 198.29º | 0.42% | 0.38% | - |
| HSV(B) | 198.29º | 0.59% | 0.54% | - |
| XYZ | 12.12 | 14.49 | 26.2 | - |
| YUV | 98.81 | 150.12 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 113 | 138 | 0.59 | 0.18 | 0 | 0.46 | 198.29 | 0.42 | 0.38 |
| Hex | 38 | 71 | 8A | 3B | 12 | 0 | 2E | C6 | 2A | 26 |
| Octal | 70 | 161 | 212 | 73 | 22 | 0 | 56 | 306 | 52 | 46 |
| Binary | 111000 | 1110001 | 10001010 | 111011 | 10010 | 0 | 101110 | 11000110 | 101010 | 100110 |
Color Harmonies of #38718A
Complementary color
Monochromatic Colors of #38718A
Black with #38718A
Text Example
Text Example
White with #38718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38718A; }
p { color: rgb(56,113,138); }
H1.HeaderClassName
{
color: #38718A;
}
.AnyTagClassName
{
color: #38718A;
}
</style>
background-color css
<style>
a { background-color: #38718A; }
a { background-color: rgb(56,113,138); }
div.DivClassName
{
background-color: #38718A;
}
.BgClassName
{
background-color: #38718A;
}
</style>
border-color css
<style>
span { border-color: #38718A; }
span { border-color: rgb(56,113,138); }
td.TdClassName
{
border-color: #38718A;
}
.TagClassName
{
border-color: #38718A;
}
</style>