Shades of Pelorous #319BB2
Tints of Pelorous #319BB2
RGB
CMYK
RGB Variations
Color information
#319BB2 (or 0x319BB2) is known color: Pelorous. HEX triplet: 31, 9B and B2. RGB value is (49,155,178). Sum of RGB (Red+Green+Blue) = 49+155+178=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #319BB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319BB2 is #CE644D. Grayscale: #7D7D7D. Windows color (decimal): -13526094 or 11705137. OLE color: 11705137.
HSL color Cylindrical-coordinate representation of color #319BB2: hue angle of 190.7º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #319BB2 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 155 | 178 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.30 |
| HSL | 190.7º | 0.57% | 0.45% | - |
| HSV(B) | 190.7º | 0.72% | 0.7% | - |
| XYZ | 21.02 | 27.31 | 46.28 | - |
| YUV | 125.93 | 157.38 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 178 | 0.72 | 0.13 | 0 | 0.30 | 190.7 | 0.57 | 0.45 |
| Hex | 31 | 9B | B2 | 48 | D | 0 | 1E | BF | 39 | 2D |
| Octal | 61 | 233 | 262 | 110 | 15 | 0 | 36 | 277 | 71 | 55 |
| Binary | 110001 | 10011011 | 10110010 | 1001000 | 1101 | 0 | 11110 | 10111111 | 111001 | 101101 |
Color Harmonies of #319BB2
Complementary color
Monochromatic Colors of #319BB2
Black with #319BB2
Text Example
Text Example
White with #319BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BB2; }
p { color: rgb(49,155,178); }
H1.HeaderClassName
{
color: #319BB2;
}
.AnyTagClassName
{
color: #319BB2;
}
</style>
background-color css
<style>
a { background-color: #319BB2; }
a { background-color: rgb(49,155,178); }
div.DivClassName
{
background-color: #319BB2;
}
.BgClassName
{
background-color: #319BB2;
}
</style>
border-color css
<style>
span { border-color: #319BB2; }
span { border-color: rgb(49,155,178); }
td.TdClassName
{
border-color: #319BB2;
}
.TagClassName
{
border-color: #319BB2;
}
</style>