Shades of Astral #386B88
Tints of Astral #386B88
RGB
CMYK
RGB Variations
Color information
#386B88 (or 0x386B88) is known color: Astral. HEX triplet: 38, 6B and 88. RGB value is (56,107,136). Sum of RGB (Red+Green+Blue) = 56+107+136=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #386B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B88 is #C79477. Grayscale: #5E5E5E. Windows color (decimal): -13079672 or 8940344. OLE color: 8940344.
HSL color Cylindrical-coordinate representation of color #386B88: hue angle of 201.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386B88 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 107 | 136 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.47 |
| HSL | 201.75º | 0.42% | 0.38% | - |
| HSV(B) | 201.75º | 0.59% | 0.53% | - |
| XYZ | 11.33 | 13.13 | 25.23 | - |
| YUV | 95.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 136 | 0.59 | 0.21 | 0 | 0.47 | 201.75 | 0.42 | 0.38 |
| Hex | 38 | 6B | 88 | 3B | 15 | 0 | 2F | CA | 2A | 26 |
| Octal | 70 | 153 | 210 | 73 | 25 | 0 | 57 | 312 | 52 | 46 |
| Binary | 111000 | 1101011 | 10001000 | 111011 | 10101 | 0 | 101111 | 11001010 | 101010 | 100110 |
Color Harmonies of #386B88
Complementary color
Monochromatic Colors of #386B88
Black with #386B88
Text Example
Text Example
White with #386B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B88; }
p { color: rgb(56,107,136); }
H1.HeaderClassName
{
color: #386B88;
}
.AnyTagClassName
{
color: #386B88;
}
</style>
background-color css
<style>
a { background-color: #386B88; }
a { background-color: rgb(56,107,136); }
div.DivClassName
{
background-color: #386B88;
}
.BgClassName
{
background-color: #386B88;
}
</style>
border-color css
<style>
span { border-color: #386B88; }
span { border-color: rgb(56,107,136); }
td.TdClassName
{
border-color: #386B88;
}
.TagClassName
{
border-color: #386B88;
}
</style>