Shades of Pelorous #319DB7
Tints of Pelorous #319DB7
RGB
CMYK
RGB Variations
Color information
#319DB7 (or 0x319DB7) is known color: Pelorous. HEX triplet: 31, 9D and B7. RGB value is (49,157,183). Sum of RGB (Red+Green+Blue) = 49+157+183=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #319DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DB7 is #CE6248. Grayscale: #7F7F7F. Windows color (decimal): -13525577 or 12033329. OLE color: 12033329.
HSL color Cylindrical-coordinate representation of color #319DB7: hue angle of 191.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #319DB7 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 157 | 183 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.28 |
| HSL | 191.64º | 0.58% | 0.45% | - |
| HSV(B) | 191.64º | 0.73% | 0.72% | - |
| XYZ | 21.87 | 28.19 | 49.09 | - |
| YUV | 127.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 183 | 0.73 | 0.14 | 0 | 0.28 | 191.64 | 0.58 | 0.45 |
| Hex | 31 | 9D | B7 | 49 | E | 0 | 1C | C0 | 3A | 2D |
| Octal | 61 | 235 | 267 | 111 | 16 | 0 | 34 | 300 | 72 | 55 |
| Binary | 110001 | 10011101 | 10110111 | 1001001 | 1110 | 0 | 11100 | 11000000 | 111010 | 101101 |
Color Harmonies of #319DB7
Complementary color
Monochromatic Colors of #319DB7
Black with #319DB7
Text Example
Text Example
White with #319DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319DB7; }
p { color: rgb(49,157,183); }
H1.HeaderClassName
{
color: #319DB7;
}
.AnyTagClassName
{
color: #319DB7;
}
</style>
background-color css
<style>
a { background-color: #319DB7; }
a { background-color: rgb(49,157,183); }
div.DivClassName
{
background-color: #319DB7;
}
.BgClassName
{
background-color: #319DB7;
}
</style>
border-color css
<style>
span { border-color: #319DB7; }
span { border-color: rgb(49,157,183); }
td.TdClassName
{
border-color: #319DB7;
}
.TagClassName
{
border-color: #319DB7;
}
</style>