Shades of Pelorous #319EA8
Tints of Pelorous #319EA8
RGB
CMYK
RGB Variations
Color information
#319EA8 (or 0x319EA8) is known color: Pelorous. HEX triplet: 31, 9E and A8. RGB value is (49,158,168). Sum of RGB (Red+Green+Blue) = 49+158+168=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #319EA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319EA8 is #CE6157. Grayscale: #7E7E7E. Windows color (decimal): -13525336 or 11050545. OLE color: 11050545.
HSL color Cylindrical-coordinate representation of color #319EA8: hue angle of 185.04º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #319EA8 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 158 | 168 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.34 |
| HSL | 185.04º | 0.55% | 0.43% | - |
| HSV(B) | 185.04º | 0.71% | 0.66% | - |
| XYZ | 20.56 | 27.93 | 41.35 | - |
| YUV | 126.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 168 | 0.71 | 0.06 | 0 | 0.34 | 185.04 | 0.55 | 0.43 |
| Hex | 31 | 9E | A8 | 47 | 6 | 0 | 22 | B9 | 37 | 2B |
| Octal | 61 | 236 | 250 | 107 | 6 | 0 | 42 | 271 | 67 | 53 |
| Binary | 110001 | 10011110 | 10101000 | 1000111 | 110 | 0 | 100010 | 10111001 | 110111 | 101011 |
Color Harmonies of #319EA8
Complementary color
Monochromatic Colors of #319EA8
Black with #319EA8
Text Example
Text Example
White with #319EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319EA8; }
p { color: rgb(49,158,168); }
H1.HeaderClassName
{
color: #319EA8;
}
.AnyTagClassName
{
color: #319EA8;
}
</style>
background-color css
<style>
a { background-color: #319EA8; }
a { background-color: rgb(49,158,168); }
div.DivClassName
{
background-color: #319EA8;
}
.BgClassName
{
background-color: #319EA8;
}
</style>
border-color css
<style>
span { border-color: #319EA8; }
span { border-color: rgb(49,158,168); }
td.TdClassName
{
border-color: #319EA8;
}
.TagClassName
{
border-color: #319EA8;
}
</style>