Shades of Pelorous #319BC5
Tints of Pelorous #319BC5
RGB
CMYK
RGB Variations
Color information
#319BC5 (or 0x319BC5) is known color: Pelorous. HEX triplet: 31, 9B and C5. RGB value is (49,155,197). Sum of RGB (Red+Green+Blue) = 49+155+197=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #319BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BC5 is #CE643A. Grayscale: #7F7F7F. Windows color (decimal): -13526075 or 12950321. OLE color: 12950321.
HSL color Cylindrical-coordinate representation of color #319BC5: hue angle of 197.03º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #319BC5 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 155 | 197 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.23 |
| HSL | 197.03º | 0.6% | 0.48% | - |
| HSV(B) | 197.03º | 0.75% | 0.77% | - |
| XYZ | 23.07 | 28.13 | 57.04 | - |
| YUV | 128.09 | 166.88 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 197 | 0.75 | 0.21 | 0 | 0.23 | 197.03 | 0.6 | 0.48 |
| Hex | 31 | 9B | C5 | 4B | 15 | 0 | 17 | C5 | 3C | 30 |
| Octal | 61 | 233 | 305 | 113 | 25 | 0 | 27 | 305 | 74 | 60 |
| Binary | 110001 | 10011011 | 11000101 | 1001011 | 10101 | 0 | 10111 | 11000101 | 111100 | 110000 |
Color Harmonies of #319BC5
Complementary color
Monochromatic Colors of #319BC5
Black with #319BC5
Text Example
Text Example
White with #319BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BC5; }
p { color: rgb(49,155,197); }
H1.HeaderClassName
{
color: #319BC5;
}
.AnyTagClassName
{
color: #319BC5;
}
</style>
background-color css
<style>
a { background-color: #319BC5; }
a { background-color: rgb(49,155,197); }
div.DivClassName
{
background-color: #319BC5;
}
.BgClassName
{
background-color: #319BC5;
}
</style>
border-color css
<style>
span { border-color: #319BC5; }
span { border-color: rgb(49,155,197); }
td.TdClassName
{
border-color: #319BC5;
}
.TagClassName
{
border-color: #319BC5;
}
</style>