Shades of Pelorous #389FB5
Tints of Pelorous #389FB5
RGB
CMYK
RGB Variations
Color information
#389FB5 (or 0x389FB5) is known color: Pelorous. HEX triplet: 38, 9F and B5. RGB value is (56,159,181). Sum of RGB (Red+Green+Blue) = 56+159+181=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #389FB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FB5 is #C7604A. Grayscale: #828282. Windows color (decimal): -13066315 or 11902776. OLE color: 11902776.
HSL color Cylindrical-coordinate representation of color #389FB5: hue angle of 190.56º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #389FB5 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 159 | 181 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.29 |
| HSL | 190.56º | 0.53% | 0.46% | - |
| HSV(B) | 190.56º | 0.69% | 0.71% | - |
| XYZ | 22.37 | 28.97 | 48.13 | - |
| YUV | 130.71 | 156.38 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 181 | 0.69 | 0.12 | 0 | 0.29 | 190.56 | 0.53 | 0.46 |
| Hex | 38 | 9F | B5 | 45 | C | 0 | 1D | BF | 35 | 2E |
| Octal | 70 | 237 | 265 | 105 | 14 | 0 | 35 | 277 | 65 | 56 |
| Binary | 111000 | 10011111 | 10110101 | 1000101 | 1100 | 0 | 11101 | 10111111 | 110101 | 101110 |
Color Harmonies of #389FB5
Complementary color
Monochromatic Colors of #389FB5
Black with #389FB5
Text Example
Text Example
White with #389FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FB5; }
p { color: rgb(56,159,181); }
H1.HeaderClassName
{
color: #389FB5;
}
.AnyTagClassName
{
color: #389FB5;
}
</style>
background-color css
<style>
a { background-color: #389FB5; }
a { background-color: rgb(56,159,181); }
div.DivClassName
{
background-color: #389FB5;
}
.BgClassName
{
background-color: #389FB5;
}
</style>
border-color css
<style>
span { border-color: #389FB5; }
span { border-color: rgb(56,159,181); }
td.TdClassName
{
border-color: #389FB5;
}
.TagClassName
{
border-color: #389FB5;
}
</style>