Shades of Pelorous #319FC1
Tints of Pelorous #319FC1
RGB
CMYK
RGB Variations
Color information
#319FC1 (or 0x319FC1) is known color: Pelorous. HEX triplet: 31, 9F and C1. RGB value is (49,159,193). Sum of RGB (Red+Green+Blue) = 49+159+193=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #319FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FC1 is #CE603E. Grayscale: #818181. Windows color (decimal): -13525055 or 12689201. OLE color: 12689201.
HSL color Cylindrical-coordinate representation of color #319FC1: hue angle of 194.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #319FC1 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 159 | 193 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.24 |
| HSL | 194.17º | 0.6% | 0.47% | - |
| HSV(B) | 194.17º | 0.75% | 0.76% | - |
| XYZ | 23.29 | 29.3 | 54.88 | - |
| YUV | 129.99 | 163.56 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 193 | 0.75 | 0.18 | 0 | 0.24 | 194.17 | 0.6 | 0.47 |
| Hex | 31 | 9F | C1 | 4B | 12 | 0 | 18 | C2 | 3C | 2F |
| Octal | 61 | 237 | 301 | 113 | 22 | 0 | 30 | 302 | 74 | 57 |
| Binary | 110001 | 10011111 | 11000001 | 1001011 | 10010 | 0 | 11000 | 11000010 | 111100 | 101111 |
Color Harmonies of #319FC1
Complementary color
Monochromatic Colors of #319FC1
Black with #319FC1
Text Example
Text Example
White with #319FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319FC1; }
p { color: rgb(49,159,193); }
H1.HeaderClassName
{
color: #319FC1;
}
.AnyTagClassName
{
color: #319FC1;
}
</style>
background-color css
<style>
a { background-color: #319FC1; }
a { background-color: rgb(49,159,193); }
div.DivClassName
{
background-color: #319FC1;
}
.BgClassName
{
background-color: #319FC1;
}
</style>
border-color css
<style>
span { border-color: #319FC1; }
span { border-color: rgb(49,159,193); }
td.TdClassName
{
border-color: #319FC1;
}
.TagClassName
{
border-color: #319FC1;
}
</style>