Shades of Pelorous #399FB7
Tints of Pelorous #399FB7
RGB
CMYK
RGB Variations
Color information
#399FB7 (or 0x399FB7) is known color: Pelorous. HEX triplet: 39, 9F and B7. RGB value is (57,159,183). Sum of RGB (Red+Green+Blue) = 57+159+183=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #399FB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399FB7 is #C66048. Grayscale: #838383. Windows color (decimal): -13000777 or 12033849. OLE color: 12033849.
HSL color Cylindrical-coordinate representation of color #399FB7: hue angle of 191.43º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #399FB7 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 57 | 159 | 183 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.28 |
| HSL | 191.43º | 0.53% | 0.47% | - |
| HSV(B) | 191.43º | 0.69% | 0.72% | - |
| XYZ | 22.63 | 29.09 | 49.22 | - |
| YUV | 131.24 | 157.21 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 159 | 183 | 0.69 | 0.13 | 0 | 0.28 | 191.43 | 0.53 | 0.47 |
| Hex | 39 | 9F | B7 | 45 | D | 0 | 1C | BF | 34 | 2F |
| Octal | 71 | 237 | 267 | 105 | 15 | 0 | 34 | 277 | 64 | 57 |
| Binary | 111001 | 10011111 | 10110111 | 1000101 | 1101 | 0 | 11100 | 10111111 | 110100 | 101111 |
Color Harmonies of #399FB7
Complementary color
Monochromatic Colors of #399FB7
Black with #399FB7
Text Example
Text Example
White with #399FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399FB7; }
p { color: rgb(57,159,183); }
H1.HeaderClassName
{
color: #399FB7;
}
.AnyTagClassName
{
color: #399FB7;
}
</style>
background-color css
<style>
a { background-color: #399FB7; }
a { background-color: rgb(57,159,183); }
div.DivClassName
{
background-color: #399FB7;
}
.BgClassName
{
background-color: #399FB7;
}
</style>
border-color css
<style>
span { border-color: #399FB7; }
span { border-color: rgb(57,159,183); }
td.TdClassName
{
border-color: #399FB7;
}
.TagClassName
{
border-color: #399FB7;
}
</style>