Shades of Pelorous #389DBE
Tints of Pelorous #389DBE
RGB
CMYK
RGB Variations
Color information
#389DBE (or 0x389DBE) is known color: Pelorous. HEX triplet: 38, 9D and BE. RGB value is (56,157,190). Sum of RGB (Red+Green+Blue) = 56+157+190=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #389DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DBE is #C76241. Grayscale: #828282. Windows color (decimal): -13066818 or 12492088. OLE color: 12492088.
HSL color Cylindrical-coordinate representation of color #389DBE: hue angle of 194.78º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #389DBE is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 157 | 190 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.25 |
| HSL | 194.78º | 0.54% | 0.48% | - |
| HSV(B) | 194.78º | 0.71% | 0.75% | - |
| XYZ | 22.98 | 28.67 | 53.04 | - |
| YUV | 130.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 190 | 0.71 | 0.17 | 0 | 0.25 | 194.78 | 0.54 | 0.48 |
| Hex | 38 | 9D | BE | 47 | 11 | 0 | 19 | C3 | 36 | 30 |
| Octal | 70 | 235 | 276 | 107 | 21 | 0 | 31 | 303 | 66 | 60 |
| Binary | 111000 | 10011101 | 10111110 | 1000111 | 10001 | 0 | 11001 | 11000011 | 110110 | 110000 |
Color Harmonies of #389DBE
Complementary color
Monochromatic Colors of #389DBE
Black with #389DBE
Text Example
Text Example
White with #389DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DBE; }
p { color: rgb(56,157,190); }
H1.HeaderClassName
{
color: #389DBE;
}
.AnyTagClassName
{
color: #389DBE;
}
</style>
background-color css
<style>
a { background-color: #389DBE; }
a { background-color: rgb(56,157,190); }
div.DivClassName
{
background-color: #389DBE;
}
.BgClassName
{
background-color: #389DBE;
}
</style>
border-color css
<style>
span { border-color: #389DBE; }
span { border-color: rgb(56,157,190); }
td.TdClassName
{
border-color: #389DBE;
}
.TagClassName
{
border-color: #389DBE;
}
</style>