Shades of Astral #38748A
Tints of Astral #38748A
RGB
CMYK
RGB Variations
Color information
#38748A (or 0x38748A) is known color: Astral. HEX triplet: 38, 74 and 8A. RGB value is (56,116,138). Sum of RGB (Red+Green+Blue) = 56+116+138=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #38748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38748A is #C78B75. Grayscale: #646464. Windows color (decimal): -13077366 or 9073720. OLE color: 9073720.
HSL color Cylindrical-coordinate representation of color #38748A: hue angle of 196.1º 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 #38748A is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 116 | 138 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.46 |
| HSL | 196.1º | 0.42% | 0.38% | - |
| HSV(B) | 196.1º | 0.59% | 0.54% | - |
| XYZ | 12.46 | 15.17 | 26.32 | - |
| YUV | 100.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 138 | 0.59 | 0.16 | 0 | 0.46 | 196.1 | 0.42 | 0.38 |
| Hex | 38 | 74 | 8A | 3B | 10 | 0 | 2E | C4 | 2A | 26 |
| Octal | 70 | 164 | 212 | 73 | 20 | 0 | 56 | 304 | 52 | 46 |
| Binary | 111000 | 1110100 | 10001010 | 111011 | 10000 | 0 | 101110 | 11000100 | 101010 | 100110 |
Color Harmonies of #38748A
Complementary color
Monochromatic Colors of #38748A
Black with #38748A
Text Example
Text Example
White with #38748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38748A; }
p { color: rgb(56,116,138); }
H1.HeaderClassName
{
color: #38748A;
}
.AnyTagClassName
{
color: #38748A;
}
</style>
background-color css
<style>
a { background-color: #38748A; }
a { background-color: rgb(56,116,138); }
div.DivClassName
{
background-color: #38748A;
}
.BgClassName
{
background-color: #38748A;
}
</style>
border-color css
<style>
span { border-color: #38748A; }
span { border-color: rgb(56,116,138); }
td.TdClassName
{
border-color: #38748A;
}
.TagClassName
{
border-color: #38748A;
}
</style>