Shades of Pelorous #319FC4
Tints of Pelorous #319FC4
RGB
CMYK
RGB Variations
Color information
#319FC4 (or 0x319FC4) is known color: Pelorous. HEX triplet: 31, 9F and C4. RGB value is (49,159,196). Sum of RGB (Red+Green+Blue) = 49+159+196=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #319FC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FC4 is #CE603B. Grayscale: #828282. Windows color (decimal): -13525052 or 12885809. OLE color: 12885809.
HSL color Cylindrical-coordinate representation of color #319FC4: hue angle of 195.1º 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 #319FC4 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 159 | 196 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.23 |
| HSL | 195.1º | 0.6% | 0.48% | - |
| HSV(B) | 195.1º | 0.75% | 0.77% | - |
| XYZ | 23.63 | 29.43 | 56.66 | - |
| YUV | 130.33 | 165.06 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 196 | 0.75 | 0.19 | 0 | 0.23 | 195.1 | 0.6 | 0.48 |
| Hex | 31 | 9F | C4 | 4B | 13 | 0 | 17 | C3 | 3C | 30 |
| Octal | 61 | 237 | 304 | 113 | 23 | 0 | 27 | 303 | 74 | 60 |
| Binary | 110001 | 10011111 | 11000100 | 1001011 | 10011 | 0 | 10111 | 11000011 | 111100 | 110000 |
Color Harmonies of #319FC4
Complementary color
Monochromatic Colors of #319FC4
Black with #319FC4
Text Example
Text Example
White with #319FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319FC4; }
p { color: rgb(49,159,196); }
H1.HeaderClassName
{
color: #319FC4;
}
.AnyTagClassName
{
color: #319FC4;
}
</style>
background-color css
<style>
a { background-color: #319FC4; }
a { background-color: rgb(49,159,196); }
div.DivClassName
{
background-color: #319FC4;
}
.BgClassName
{
background-color: #319FC4;
}
</style>
border-color css
<style>
span { border-color: #319FC4; }
span { border-color: rgb(49,159,196); }
td.TdClassName
{
border-color: #319FC4;
}
.TagClassName
{
border-color: #319FC4;
}
</style>