Shades of Pelorous #389DBC
Tints of Pelorous #389DBC
RGB
CMYK
RGB Variations
Color information
#389DBC (or 0x389DBC) is known color: Pelorous. HEX triplet: 38, 9D and BC. RGB value is (56,157,188). Sum of RGB (Red+Green+Blue) = 56+157+188=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #389DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DBC is #C76243. Grayscale: #828282. Windows color (decimal): -13066820 or 12361016. OLE color: 12361016.
HSL color Cylindrical-coordinate representation of color #389DBC: hue angle of 194.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #389DBC is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 157 | 188 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.26 |
| HSL | 194.09º | 0.54% | 0.48% | - |
| HSV(B) | 194.09º | 0.7% | 0.74% | - |
| XYZ | 22.76 | 28.59 | 51.89 | - |
| YUV | 130.34 | 160.54 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 188 | 0.70 | 0.16 | 0 | 0.26 | 194.09 | 0.54 | 0.48 |
| Hex | 38 | 9D | BC | 46 | 10 | 0 | 1A | C2 | 36 | 30 |
| Octal | 70 | 235 | 274 | 106 | 20 | 0 | 32 | 302 | 66 | 60 |
| Binary | 111000 | 10011101 | 10111100 | 1000110 | 10000 | 0 | 11010 | 11000010 | 110110 | 110000 |
Color Harmonies of #389DBC
Complementary color
Monochromatic Colors of #389DBC
Black with #389DBC
Text Example
Text Example
White with #389DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DBC; }
p { color: rgb(56,157,188); }
H1.HeaderClassName
{
color: #389DBC;
}
.AnyTagClassName
{
color: #389DBC;
}
</style>
background-color css
<style>
a { background-color: #389DBC; }
a { background-color: rgb(56,157,188); }
div.DivClassName
{
background-color: #389DBC;
}
.BgClassName
{
background-color: #389DBC;
}
</style>
border-color css
<style>
span { border-color: #389DBC; }
span { border-color: rgb(56,157,188); }
td.TdClassName
{
border-color: #389DBC;
}
.TagClassName
{
border-color: #389DBC;
}
</style>