Shades of Pelorous #389FAB
Tints of Pelorous #389FAB
RGB
CMYK
RGB Variations
Color information
#389FAB (or 0x389FAB) is known color: Pelorous. HEX triplet: 38, 9F and AB. RGB value is (56,159,171). Sum of RGB (Red+Green+Blue) = 56+159+171=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #389FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389FAB is #C76054. Grayscale: #818181. Windows color (decimal): -13066325 or 11247416. OLE color: 11247416.
HSL color Cylindrical-coordinate representation of color #389FAB: hue angle of 186.26º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #389FAB is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 159 | 171 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.33 |
| HSL | 186.26º | 0.51% | 0.45% | - |
| HSV(B) | 186.26º | 0.67% | 0.67% | - |
| XYZ | 21.38 | 28.58 | 42.92 | - |
| YUV | 129.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 171 | 0.67 | 0.07 | 0 | 0.33 | 186.26 | 0.51 | 0.45 |
| Hex | 38 | 9F | AB | 43 | 7 | 0 | 21 | BA | 33 | 2D |
| Octal | 70 | 237 | 253 | 103 | 7 | 0 | 41 | 272 | 63 | 55 |
| Binary | 111000 | 10011111 | 10101011 | 1000011 | 111 | 0 | 100001 | 10111010 | 110011 | 101101 |
Color Harmonies of #389FAB
Complementary color
Monochromatic Colors of #389FAB
Black with #389FAB
Text Example
Text Example
White with #389FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FAB; }
p { color: rgb(56,159,171); }
H1.HeaderClassName
{
color: #389FAB;
}
.AnyTagClassName
{
color: #389FAB;
}
</style>
background-color css
<style>
a { background-color: #389FAB; }
a { background-color: rgb(56,159,171); }
div.DivClassName
{
background-color: #389FAB;
}
.BgClassName
{
background-color: #389FAB;
}
</style>
border-color css
<style>
span { border-color: #389FAB; }
span { border-color: rgb(56,159,171); }
td.TdClassName
{
border-color: #389FAB;
}
.TagClassName
{
border-color: #389FAB;
}
</style>