Shades of Pelorous #389DC5
Tints of Pelorous #389DC5
RGB
CMYK
RGB Variations
Color information
#389DC5 (or 0x389DC5) is known color: Pelorous. HEX triplet: 38, 9D and C5. RGB value is (56,157,197). Sum of RGB (Red+Green+Blue) = 56+157+197=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #389DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DC5 is #C7623A. Grayscale: #838383. Windows color (decimal): -13066811 or 12950840. OLE color: 12950840.
HSL color Cylindrical-coordinate representation of color #389DC5: hue angle of 197.02º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389DC5 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 157 | 197 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.23 |
| HSL | 197.02º | 0.56% | 0.5% | - |
| HSV(B) | 197.02º | 0.72% | 0.77% | - |
| XYZ | 23.77 | 28.99 | 57.17 | - |
| YUV | 131.36 | 165.04 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 197 | 0.72 | 0.20 | 0 | 0.23 | 197.02 | 0.56 | 0.5 |
| Hex | 38 | 9D | C5 | 48 | 14 | 0 | 17 | C5 | 38 | 32 |
| Octal | 70 | 235 | 305 | 110 | 24 | 0 | 27 | 305 | 70 | 62 |
| Binary | 111000 | 10011101 | 11000101 | 1001000 | 10100 | 0 | 10111 | 11000101 | 111000 | 110010 |
Color Harmonies of #389DC5
Complementary color
Monochromatic Colors of #389DC5
Black with #389DC5
Text Example
Text Example
White with #389DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DC5; }
p { color: rgb(56,157,197); }
H1.HeaderClassName
{
color: #389DC5;
}
.AnyTagClassName
{
color: #389DC5;
}
</style>
background-color css
<style>
a { background-color: #389DC5; }
a { background-color: rgb(56,157,197); }
div.DivClassName
{
background-color: #389DC5;
}
.BgClassName
{
background-color: #389DC5;
}
</style>
border-color css
<style>
span { border-color: #389DC5; }
span { border-color: rgb(56,157,197); }
td.TdClassName
{
border-color: #389DC5;
}
.TagClassName
{
border-color: #389DC5;
}
</style>