Shades of Pelorous #319BC8
Tints of Pelorous #319BC8
RGB
CMYK
RGB Variations
Color information
#319BC8 (or 0x319BC8) is known color: Pelorous. HEX triplet: 31, 9B and C8. RGB value is (49,155,200). Sum of RGB (Red+Green+Blue) = 49+155+200=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #319BC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BC8 is #CE6437. Grayscale: #808080. Windows color (decimal): -13526072 or 13146929. OLE color: 13146929.
HSL color Cylindrical-coordinate representation of color #319BC8: hue angle of 197.88º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #319BC8 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 155 | 200 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.22 |
| HSL | 197.88º | 0.61% | 0.49% | - |
| HSV(B) | 197.88º | 0.76% | 0.78% | - |
| XYZ | 23.41 | 28.27 | 58.87 | - |
| YUV | 128.44 | 168.38 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 200 | 0.76 | 0.22 | 0 | 0.22 | 197.88 | 0.61 | 0.49 |
| Hex | 31 | 9B | C8 | 4C | 16 | 0 | 16 | C6 | 3D | 31 |
| Octal | 61 | 233 | 310 | 114 | 26 | 0 | 26 | 306 | 75 | 61 |
| Binary | 110001 | 10011011 | 11001000 | 1001100 | 10110 | 0 | 10110 | 11000110 | 111101 | 110001 |
Color Harmonies of #319BC8
Complementary color
Monochromatic Colors of #319BC8
Black with #319BC8
Text Example
Text Example
White with #319BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BC8; }
p { color: rgb(49,155,200); }
H1.HeaderClassName
{
color: #319BC8;
}
.AnyTagClassName
{
color: #319BC8;
}
</style>
background-color css
<style>
a { background-color: #319BC8; }
a { background-color: rgb(49,155,200); }
div.DivClassName
{
background-color: #319BC8;
}
.BgClassName
{
background-color: #319BC8;
}
</style>
border-color css
<style>
span { border-color: #319BC8; }
span { border-color: rgb(49,155,200); }
td.TdClassName
{
border-color: #319BC8;
}
.TagClassName
{
border-color: #319BC8;
}
</style>