Shades of Astral #386B91
Tints of Astral #386B91
RGB
CMYK
RGB Variations
Color information
#386B91 (or 0x386B91) is known color: Astral. HEX triplet: 38, 6B and 91. RGB value is (56,107,145). Sum of RGB (Red+Green+Blue) = 56+107+145=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #386B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B91 is #C7946E. Grayscale: #5F5F5F. Windows color (decimal): -13079663 or 9530168. OLE color: 9530168.
HSL color Cylindrical-coordinate representation of color #386B91: hue angle of 205.62º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #386B91 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 107 | 145 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.43 |
| HSL | 205.62º | 0.44% | 0.39% | - |
| HSV(B) | 205.62º | 0.61% | 0.57% | - |
| XYZ | 12 | 13.4 | 28.74 | - |
| YUV | 96.08 | 155.6 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 145 | 0.61 | 0.26 | 0 | 0.43 | 205.62 | 0.44 | 0.39 |
| Hex | 38 | 6B | 91 | 3D | 1A | 0 | 2B | CE | 2C | 27 |
| Octal | 70 | 153 | 221 | 75 | 32 | 0 | 53 | 316 | 54 | 47 |
| Binary | 111000 | 1101011 | 10010001 | 111101 | 11010 | 0 | 101011 | 11001110 | 101100 | 100111 |
Color Harmonies of #386B91
Complementary color
Monochromatic Colors of #386B91
Black with #386B91
Text Example
Text Example
White with #386B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B91; }
p { color: rgb(56,107,145); }
H1.HeaderClassName
{
color: #386B91;
}
.AnyTagClassName
{
color: #386B91;
}
</style>
background-color css
<style>
a { background-color: #386B91; }
a { background-color: rgb(56,107,145); }
div.DivClassName
{
background-color: #386B91;
}
.BgClassName
{
background-color: #386B91;
}
</style>
border-color css
<style>
span { border-color: #386B91; }
span { border-color: rgb(56,107,145); }
td.TdClassName
{
border-color: #386B91;
}
.TagClassName
{
border-color: #386B91;
}
</style>