Shades of Pelorous #319DB6
Tints of Pelorous #319DB6
RGB
CMYK
RGB Variations
Color information
#319DB6 (or 0x319DB6) is known color: Pelorous. HEX triplet: 31, 9D and B6. RGB value is (49,157,182). Sum of RGB (Red+Green+Blue) = 49+157+182=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #319DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DB6 is #CE6249. Grayscale: #7F7F7F. Windows color (decimal): -13525578 or 11967793. OLE color: 11967793.
HSL color Cylindrical-coordinate representation of color #319DB6: hue angle of 191.28º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #319DB6 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 157 | 182 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.29 |
| HSL | 191.28º | 0.58% | 0.45% | - |
| HSV(B) | 191.28º | 0.73% | 0.71% | - |
| XYZ | 21.77 | 28.14 | 48.54 | - |
| YUV | 127.56 | 158.72 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 182 | 0.73 | 0.14 | 0 | 0.29 | 191.28 | 0.58 | 0.45 |
| Hex | 31 | 9D | B6 | 49 | E | 0 | 1D | BF | 3A | 2D |
| Octal | 61 | 235 | 266 | 111 | 16 | 0 | 35 | 277 | 72 | 55 |
| Binary | 110001 | 10011101 | 10110110 | 1001001 | 1110 | 0 | 11101 | 10111111 | 111010 | 101101 |
Color Harmonies of #319DB6
Complementary color
Monochromatic Colors of #319DB6
Black with #319DB6
Text Example
Text Example
White with #319DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319DB6; }
p { color: rgb(49,157,182); }
H1.HeaderClassName
{
color: #319DB6;
}
.AnyTagClassName
{
color: #319DB6;
}
</style>
background-color css
<style>
a { background-color: #319DB6; }
a { background-color: rgb(49,157,182); }
div.DivClassName
{
background-color: #319DB6;
}
.BgClassName
{
background-color: #319DB6;
}
</style>
border-color css
<style>
span { border-color: #319DB6; }
span { border-color: rgb(49,157,182); }
td.TdClassName
{
border-color: #319DB6;
}
.TagClassName
{
border-color: #319DB6;
}
</style>