Shades of Astral #38668A
Tints of Astral #38668A
RGB
CMYK
RGB Variations
Color information
#38668A (or 0x38668A) is known color: Astral. HEX triplet: 38, 66 and 8A. RGB value is (56,102,138). Sum of RGB (Red+Green+Blue) = 56+102+138=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #38668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38668A is #C79975. Grayscale: #5C5C5C. Windows color (decimal): -13080950 or 9070136. OLE color: 9070136.
HSL color Cylindrical-coordinate representation of color #38668A: hue angle of 206.34º 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 #38668A is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 102 | 138 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.46 |
| HSL | 206.34º | 0.42% | 0.38% | - |
| HSV(B) | 206.34º | 0.59% | 0.54% | - |
| XYZ | 10.97 | 12.18 | 25.82 | - |
| YUV | 92.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 138 | 0.59 | 0.26 | 0 | 0.46 | 206.34 | 0.42 | 0.38 |
| Hex | 38 | 66 | 8A | 3B | 1A | 0 | 2E | CE | 2A | 26 |
| Octal | 70 | 146 | 212 | 73 | 32 | 0 | 56 | 316 | 52 | 46 |
| Binary | 111000 | 1100110 | 10001010 | 111011 | 11010 | 0 | 101110 | 11001110 | 101010 | 100110 |
Color Harmonies of #38668A
Complementary color
Monochromatic Colors of #38668A
Black with #38668A
Text Example
Text Example
White with #38668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38668A; }
p { color: rgb(56,102,138); }
H1.HeaderClassName
{
color: #38668A;
}
.AnyTagClassName
{
color: #38668A;
}
</style>
background-color css
<style>
a { background-color: #38668A; }
a { background-color: rgb(56,102,138); }
div.DivClassName
{
background-color: #38668A;
}
.BgClassName
{
background-color: #38668A;
}
</style>
border-color css
<style>
span { border-color: #38668A; }
span { border-color: rgb(56,102,138); }
td.TdClassName
{
border-color: #38668A;
}
.TagClassName
{
border-color: #38668A;
}
</style>