Shades of Pelorous #389BAD
Tints of Pelorous #389BAD
RGB
CMYK
RGB Variations
Color information
#389BAD (or 0x389BAD) is known color: Pelorous. HEX triplet: 38, 9B and AD. RGB value is (56,155,173). Sum of RGB (Red+Green+Blue) = 56+155+173=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #389BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BAD is #C76452. Grayscale: #7F7F7F. Windows color (decimal): -13067347 or 11377464. OLE color: 11377464.
HSL color Cylindrical-coordinate representation of color #389BAD: hue angle of 189.23º 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 #389BAD is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 155 | 173 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.32 |
| HSL | 189.23º | 0.51% | 0.45% | - |
| HSV(B) | 189.23º | 0.68% | 0.68% | - |
| XYZ | 20.9 | 27.3 | 43.7 | - |
| YUV | 127.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 173 | 0.68 | 0.10 | 0 | 0.32 | 189.23 | 0.51 | 0.45 |
| Hex | 38 | 9B | AD | 44 | A | 0 | 20 | BD | 33 | 2D |
| Octal | 70 | 233 | 255 | 104 | 12 | 0 | 40 | 275 | 63 | 55 |
| Binary | 111000 | 10011011 | 10101101 | 1000100 | 1010 | 0 | 100000 | 10111101 | 110011 | 101101 |
Color Harmonies of #389BAD
Complementary color
Monochromatic Colors of #389BAD
Black with #389BAD
Text Example
Text Example
White with #389BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BAD; }
p { color: rgb(56,155,173); }
H1.HeaderClassName
{
color: #389BAD;
}
.AnyTagClassName
{
color: #389BAD;
}
</style>
background-color css
<style>
a { background-color: #389BAD; }
a { background-color: rgb(56,155,173); }
div.DivClassName
{
background-color: #389BAD;
}
.BgClassName
{
background-color: #389BAD;
}
</style>
border-color css
<style>
span { border-color: #389BAD; }
span { border-color: rgb(56,155,173); }
td.TdClassName
{
border-color: #389BAD;
}
.TagClassName
{
border-color: #389BAD;
}
</style>