Shades of Astral #38698A
Tints of Astral #38698A
RGB
CMYK
RGB Variations
Color information
#38698A (or 0x38698A) is known color: Astral. HEX triplet: 38, 69 and 8A. RGB value is (56,105,138). Sum of RGB (Red+Green+Blue) = 56+105+138=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #38698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38698A is #C79675. Grayscale: #5D5D5D. Windows color (decimal): -13080182 or 9070904. OLE color: 9070904.
HSL color Cylindrical-coordinate representation of color #38698A: hue angle of 204.15º 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 #38698A is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 105 | 138 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.46 |
| HSL | 204.15º | 0.42% | 0.38% | - |
| HSV(B) | 204.15º | 0.59% | 0.54% | - |
| XYZ | 11.27 | 12.78 | 25.92 | - |
| YUV | 94.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 138 | 0.59 | 0.24 | 0 | 0.46 | 204.15 | 0.42 | 0.38 |
| Hex | 38 | 69 | 8A | 3B | 18 | 0 | 2E | CC | 2A | 26 |
| Octal | 70 | 151 | 212 | 73 | 30 | 0 | 56 | 314 | 52 | 46 |
| Binary | 111000 | 1101001 | 10001010 | 111011 | 11000 | 0 | 101110 | 11001100 | 101010 | 100110 |
Color Harmonies of #38698A
Complementary color
Monochromatic Colors of #38698A
Black with #38698A
Text Example
Text Example
White with #38698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38698A; }
p { color: rgb(56,105,138); }
H1.HeaderClassName
{
color: #38698A;
}
.AnyTagClassName
{
color: #38698A;
}
</style>
background-color css
<style>
a { background-color: #38698A; }
a { background-color: rgb(56,105,138); }
div.DivClassName
{
background-color: #38698A;
}
.BgClassName
{
background-color: #38698A;
}
</style>
border-color css
<style>
span { border-color: #38698A; }
span { border-color: rgb(56,105,138); }
td.TdClassName
{
border-color: #38698A;
}
.TagClassName
{
border-color: #38698A;
}
</style>