Shades of Pelorous #389AB9
Tints of Pelorous #389AB9
RGB
CMYK
RGB Variations
Color information
#389AB9 (or 0x389AB9) is known color: Pelorous. HEX triplet: 38, 9A and B9. RGB value is (56,154,185). Sum of RGB (Red+Green+Blue) = 56+154+185=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #389AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389AB9 is #C76546. Grayscale: #808080. Windows color (decimal): -13067591 or 12163640. OLE color: 12163640.
HSL color Cylindrical-coordinate representation of color #389AB9: hue angle of 194.42º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #389AB9 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 154 | 185 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.27 |
| HSL | 194.42º | 0.54% | 0.47% | - |
| HSV(B) | 194.42º | 0.7% | 0.73% | - |
| XYZ | 21.94 | 27.45 | 50.04 | - |
| YUV | 128.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 154 | 185 | 0.70 | 0.17 | 0 | 0.27 | 194.42 | 0.54 | 0.47 |
| Hex | 38 | 9A | B9 | 46 | 11 | 0 | 1B | C2 | 36 | 2F |
| Octal | 70 | 232 | 271 | 106 | 21 | 0 | 33 | 302 | 66 | 57 |
| Binary | 111000 | 10011010 | 10111001 | 1000110 | 10001 | 0 | 11011 | 11000010 | 110110 | 101111 |
Color Harmonies of #389AB9
Complementary color
Monochromatic Colors of #389AB9
Black with #389AB9
Text Example
Text Example
White with #389AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389AB9; }
p { color: rgb(56,154,185); }
H1.HeaderClassName
{
color: #389AB9;
}
.AnyTagClassName
{
color: #389AB9;
}
</style>
background-color css
<style>
a { background-color: #389AB9; }
a { background-color: rgb(56,154,185); }
div.DivClassName
{
background-color: #389AB9;
}
.BgClassName
{
background-color: #389AB9;
}
</style>
border-color css
<style>
span { border-color: #389AB9; }
span { border-color: rgb(56,154,185); }
td.TdClassName
{
border-color: #389AB9;
}
.TagClassName
{
border-color: #389AB9;
}
</style>