Shades of Pelorous #389CB5
Tints of Pelorous #389CB5
RGB
CMYK
RGB Variations
Color information
#389CB5 (or 0x389CB5) is known color: Pelorous. HEX triplet: 38, 9C and B5. RGB value is (56,156,181). Sum of RGB (Red+Green+Blue) = 56+156+181=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #389CB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CB5 is #C7634A. Grayscale: #808080. Windows color (decimal): -13067083 or 11902008. OLE color: 11902008.
HSL color Cylindrical-coordinate representation of color #389CB5: hue angle of 192º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #389CB5 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 156 | 181 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.29 |
| HSL | 192º | 0.53% | 0.46% | - |
| HSV(B) | 192º | 0.69% | 0.71% | - |
| XYZ | 21.86 | 27.95 | 47.96 | - |
| YUV | 128.95 | 157.37 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 181 | 0.69 | 0.14 | 0 | 0.29 | 192 | 0.53 | 0.46 |
| Hex | 38 | 9C | B5 | 45 | E | 0 | 1D | C0 | 35 | 2E |
| Octal | 70 | 234 | 265 | 105 | 16 | 0 | 35 | 300 | 65 | 56 |
| Binary | 111000 | 10011100 | 10110101 | 1000101 | 1110 | 0 | 11101 | 11000000 | 110101 | 101110 |
Color Harmonies of #389CB5
Complementary color
Monochromatic Colors of #389CB5
Black with #389CB5
Text Example
Text Example
White with #389CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389CB5; }
p { color: rgb(56,156,181); }
H1.HeaderClassName
{
color: #389CB5;
}
.AnyTagClassName
{
color: #389CB5;
}
</style>
background-color css
<style>
a { background-color: #389CB5; }
a { background-color: rgb(56,156,181); }
div.DivClassName
{
background-color: #389CB5;
}
.BgClassName
{
background-color: #389CB5;
}
</style>
border-color css
<style>
span { border-color: #389CB5; }
span { border-color: rgb(56,156,181); }
td.TdClassName
{
border-color: #389CB5;
}
.TagClassName
{
border-color: #389CB5;
}
</style>