Shades of Pelorous #319DB0
Tints of Pelorous #319DB0
RGB
CMYK
RGB Variations
Color information
#319DB0 (or 0x319DB0) is known color: Pelorous. HEX triplet: 31, 9D and B0. RGB value is (49,157,176). Sum of RGB (Red+Green+Blue) = 49+157+176=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #319DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319DB0 is #CE624F. Grayscale: #7E7E7E. Windows color (decimal): -13525584 or 11574577. OLE color: 11574577.
HSL color Cylindrical-coordinate representation of color #319DB0: hue angle of 188.98º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #319DB0 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 157 | 176 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.31 |
| HSL | 188.98º | 0.56% | 0.44% | - |
| HSV(B) | 188.98º | 0.72% | 0.69% | - |
| XYZ | 21.16 | 27.9 | 45.34 | - |
| YUV | 126.87 | 155.72 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 176 | 0.72 | 0.11 | 0 | 0.31 | 188.98 | 0.56 | 0.44 |
| Hex | 31 | 9D | B0 | 48 | B | 0 | 1F | BD | 38 | 2C |
| Octal | 61 | 235 | 260 | 110 | 13 | 0 | 37 | 275 | 70 | 54 |
| Binary | 110001 | 10011101 | 10110000 | 1001000 | 1011 | 0 | 11111 | 10111101 | 111000 | 101100 |
Color Harmonies of #319DB0
Complementary color
Monochromatic Colors of #319DB0
Black with #319DB0
Text Example
Text Example
White with #319DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319DB0; }
p { color: rgb(49,157,176); }
H1.HeaderClassName
{
color: #319DB0;
}
.AnyTagClassName
{
color: #319DB0;
}
</style>
background-color css
<style>
a { background-color: #319DB0; }
a { background-color: rgb(49,157,176); }
div.DivClassName
{
background-color: #319DB0;
}
.BgClassName
{
background-color: #319DB0;
}
</style>
border-color css
<style>
span { border-color: #319DB0; }
span { border-color: rgb(49,157,176); }
td.TdClassName
{
border-color: #319DB0;
}
.TagClassName
{
border-color: #319DB0;
}
</style>