Shades of Pelorous #389CBA
Tints of Pelorous #389CBA
RGB
CMYK
RGB Variations
Color information
#389CBA (or 0x389CBA) is known color: Pelorous. HEX triplet: 38, 9C and BA. RGB value is (56,156,186). Sum of RGB (Red+Green+Blue) = 56+156+186=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #389CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CBA is #C76345. Grayscale: #818181. Windows color (decimal): -13067078 or 12229688. OLE color: 12229688.
HSL color Cylindrical-coordinate representation of color #389CBA: hue angle of 193.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #389CBA is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 156 | 186 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.27 |
| HSL | 193.85º | 0.54% | 0.47% | - |
| HSV(B) | 193.85º | 0.7% | 0.73% | - |
| XYZ | 22.38 | 28.16 | 50.71 | - |
| YUV | 129.52 | 159.87 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 186 | 0.70 | 0.16 | 0 | 0.27 | 193.85 | 0.54 | 0.47 |
| Hex | 38 | 9C | BA | 46 | 10 | 0 | 1B | C2 | 36 | 2F |
| Octal | 70 | 234 | 272 | 106 | 20 | 0 | 33 | 302 | 66 | 57 |
| Binary | 111000 | 10011100 | 10111010 | 1000110 | 10000 | 0 | 11011 | 11000010 | 110110 | 101111 |
Color Harmonies of #389CBA
Complementary color
Monochromatic Colors of #389CBA
Black with #389CBA
Text Example
Text Example
White with #389CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389CBA; }
p { color: rgb(56,156,186); }
H1.HeaderClassName
{
color: #389CBA;
}
.AnyTagClassName
{
color: #389CBA;
}
</style>
background-color css
<style>
a { background-color: #389CBA; }
a { background-color: rgb(56,156,186); }
div.DivClassName
{
background-color: #389CBA;
}
.BgClassName
{
background-color: #389CBA;
}
</style>
border-color css
<style>
span { border-color: #389CBA; }
span { border-color: rgb(56,156,186); }
td.TdClassName
{
border-color: #389CBA;
}
.TagClassName
{
border-color: #389CBA;
}
</style>