Shades of Pelorous #389CB6
Tints of Pelorous #389CB6
RGB
CMYK
RGB Variations
Color information
#389CB6 (or 0x389CB6) is known color: Pelorous. HEX triplet: 38, 9C and B6. RGB value is (56,156,182). Sum of RGB (Red+Green+Blue) = 56+156+182=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #389CB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CB6 is #C76349. Grayscale: #808080. Windows color (decimal): -13067082 or 11967544. OLE color: 11967544.
HSL color Cylindrical-coordinate representation of color #389CB6: hue angle of 192.38º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #389CB6 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 156 | 182 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.29 |
| HSL | 192.38º | 0.53% | 0.47% | - |
| HSV(B) | 192.38º | 0.69% | 0.71% | - |
| XYZ | 21.96 | 28 | 48.5 | - |
| YUV | 129.06 | 157.87 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 182 | 0.69 | 0.14 | 0 | 0.29 | 192.38 | 0.53 | 0.47 |
| Hex | 38 | 9C | B6 | 45 | E | 0 | 1D | C0 | 35 | 2F |
| Octal | 70 | 234 | 266 | 105 | 16 | 0 | 35 | 300 | 65 | 57 |
| Binary | 111000 | 10011100 | 10110110 | 1000101 | 1110 | 0 | 11101 | 11000000 | 110101 | 101111 |
Color Harmonies of #389CB6
Complementary color
Monochromatic Colors of #389CB6
Black with #389CB6
Text Example
Text Example
White with #389CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389CB6; }
p { color: rgb(56,156,182); }
H1.HeaderClassName
{
color: #389CB6;
}
.AnyTagClassName
{
color: #389CB6;
}
</style>
background-color css
<style>
a { background-color: #389CB6; }
a { background-color: rgb(56,156,182); }
div.DivClassName
{
background-color: #389CB6;
}
.BgClassName
{
background-color: #389CB6;
}
</style>
border-color css
<style>
span { border-color: #389CB6; }
span { border-color: rgb(56,156,182); }
td.TdClassName
{
border-color: #389CB6;
}
.TagClassName
{
border-color: #389CB6;
}
</style>