Shades of Pelorous #389DAD
Tints of Pelorous #389DAD
RGB
CMYK
RGB Variations
Color information
#389DAD (or 0x389DAD) is known color: Pelorous. HEX triplet: 38, 9D and AD. RGB value is (56,157,173). Sum of RGB (Red+Green+Blue) = 56+157+173=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #389DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389DAD is #C76252. Grayscale: #808080. Windows color (decimal): -13066835 or 11377976. OLE color: 11377976.
HSL color Cylindrical-coordinate representation of color #389DAD: hue angle of 188.21º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #389DAD is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 157 | 173 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.32 |
| HSL | 188.21º | 0.51% | 0.45% | - |
| HSV(B) | 188.21º | 0.68% | 0.68% | - |
| XYZ | 21.23 | 27.97 | 43.82 | - |
| YUV | 128.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 173 | 0.68 | 0.09 | 0 | 0.32 | 188.21 | 0.51 | 0.45 |
| Hex | 38 | 9D | AD | 44 | 9 | 0 | 20 | BC | 33 | 2D |
| Octal | 70 | 235 | 255 | 104 | 11 | 0 | 40 | 274 | 63 | 55 |
| Binary | 111000 | 10011101 | 10101101 | 1000100 | 1001 | 0 | 100000 | 10111100 | 110011 | 101101 |
Color Harmonies of #389DAD
Complementary color
Monochromatic Colors of #389DAD
Black with #389DAD
Text Example
Text Example
White with #389DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DAD; }
p { color: rgb(56,157,173); }
H1.HeaderClassName
{
color: #389DAD;
}
.AnyTagClassName
{
color: #389DAD;
}
</style>
background-color css
<style>
a { background-color: #389DAD; }
a { background-color: rgb(56,157,173); }
div.DivClassName
{
background-color: #389DAD;
}
.BgClassName
{
background-color: #389DAD;
}
</style>
border-color css
<style>
span { border-color: #389DAD; }
span { border-color: rgb(56,157,173); }
td.TdClassName
{
border-color: #389DAD;
}
.TagClassName
{
border-color: #389DAD;
}
</style>