Shades of Pelorous #389DB6
Tints of Pelorous #389DB6
RGB
CMYK
RGB Variations
Color information
#389DB6 (or 0x389DB6) is known color: Pelorous. HEX triplet: 38, 9D and B6. RGB value is (56,157,182). Sum of RGB (Red+Green+Blue) = 56+157+182=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #389DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DB6 is #C76249. Grayscale: #818181. Windows color (decimal): -13066826 or 11967800. OLE color: 11967800.
HSL color Cylindrical-coordinate representation of color #389DB6: hue angle of 191.9º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #389DB6 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 157 | 182 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.29 |
| HSL | 191.9º | 0.53% | 0.47% | - |
| HSV(B) | 191.9º | 0.69% | 0.71% | - |
| XYZ | 22.13 | 28.33 | 48.56 | - |
| YUV | 129.65 | 157.54 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 182 | 0.69 | 0.14 | 0 | 0.29 | 191.9 | 0.53 | 0.47 |
| Hex | 38 | 9D | B6 | 45 | E | 0 | 1D | C0 | 35 | 2F |
| Octal | 70 | 235 | 266 | 105 | 16 | 0 | 35 | 300 | 65 | 57 |
| Binary | 111000 | 10011101 | 10110110 | 1000101 | 1110 | 0 | 11101 | 11000000 | 110101 | 101111 |
Color Harmonies of #389DB6
Complementary color
Monochromatic Colors of #389DB6
Black with #389DB6
Text Example
Text Example
White with #389DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DB6; }
p { color: rgb(56,157,182); }
H1.HeaderClassName
{
color: #389DB6;
}
.AnyTagClassName
{
color: #389DB6;
}
</style>
background-color css
<style>
a { background-color: #389DB6; }
a { background-color: rgb(56,157,182); }
div.DivClassName
{
background-color: #389DB6;
}
.BgClassName
{
background-color: #389DB6;
}
</style>
border-color css
<style>
span { border-color: #389DB6; }
span { border-color: rgb(56,157,182); }
td.TdClassName
{
border-color: #389DB6;
}
.TagClassName
{
border-color: #389DB6;
}
</style>