Shades of Astral #38677C
Tints of Astral #38677C
RGB
CMYK
RGB Variations
Color information
#38677C (or 0x38677C) is known color: Astral. HEX triplet: 38, 67 and 7C. RGB value is (56,103,124). Sum of RGB (Red+Green+Blue) = 56+103+124=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #38677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38677C is #C79883. Grayscale: #5B5B5B. Windows color (decimal): -13080708 or 8152888. OLE color: 8152888.
HSL color Cylindrical-coordinate representation of color #38677C: hue angle of 198.53º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38677C is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 103 | 124 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.51 |
| HSL | 198.53º | 0.38% | 0.35% | - |
| HSV(B) | 198.53º | 0.55% | 0.49% | - |
| XYZ | 10.12 | 12 | 20.85 | - |
| YUV | 91.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 124 | 0.55 | 0.17 | 0 | 0.51 | 198.53 | 0.38 | 0.35 |
| Hex | 38 | 67 | 7C | 37 | 11 | 0 | 33 | C7 | 26 | 23 |
| Octal | 70 | 147 | 174 | 67 | 21 | 0 | 63 | 307 | 46 | 43 |
| Binary | 111000 | 1100111 | 1111100 | 110111 | 10001 | 0 | 110011 | 11000111 | 100110 | 100011 |
Color Harmonies of #38677C
Complementary color
Monochromatic Colors of #38677C
Black with #38677C
Text Example
Text Example
White with #38677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38677C; }
p { color: rgb(56,103,124); }
H1.HeaderClassName
{
color: #38677C;
}
.AnyTagClassName
{
color: #38677C;
}
</style>
background-color css
<style>
a { background-color: #38677C; }
a { background-color: rgb(56,103,124); }
div.DivClassName
{
background-color: #38677C;
}
.BgClassName
{
background-color: #38677C;
}
</style>
border-color css
<style>
span { border-color: #38677C; }
span { border-color: rgb(56,103,124); }
td.TdClassName
{
border-color: #38677C;
}
.TagClassName
{
border-color: #38677C;
}
</style>