Shades of Pelorous #319DB3
Tints of Pelorous #319DB3
RGB
CMYK
RGB Variations
Color information
#319DB3 (or 0x319DB3) is known color: Pelorous. HEX triplet: 31, 9D and B3. RGB value is (49,157,179). Sum of RGB (Red+Green+Blue) = 49+157+179=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #319DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DB3 is #CE624C. Grayscale: #7F7F7F. Windows color (decimal): -13525581 or 11771185. OLE color: 11771185.
HSL color Cylindrical-coordinate representation of color #319DB3: hue angle of 190.15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #319DB3 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 157 | 179 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.30 |
| HSL | 190.15º | 0.57% | 0.45% | - |
| HSV(B) | 190.15º | 0.73% | 0.7% | - |
| XYZ | 21.46 | 28.02 | 46.93 | - |
| YUV | 127.22 | 157.22 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 179 | 0.73 | 0.12 | 0 | 0.30 | 190.15 | 0.57 | 0.45 |
| Hex | 31 | 9D | B3 | 49 | C | 0 | 1E | BE | 39 | 2D |
| Octal | 61 | 235 | 263 | 111 | 14 | 0 | 36 | 276 | 71 | 55 |
| Binary | 110001 | 10011101 | 10110011 | 1001001 | 1100 | 0 | 11110 | 10111110 | 111001 | 101101 |
Color Harmonies of #319DB3
Complementary color
Monochromatic Colors of #319DB3
Black with #319DB3
Text Example
Text Example
White with #319DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319DB3; }
p { color: rgb(49,157,179); }
H1.HeaderClassName
{
color: #319DB3;
}
.AnyTagClassName
{
color: #319DB3;
}
</style>
background-color css
<style>
a { background-color: #319DB3; }
a { background-color: rgb(49,157,179); }
div.DivClassName
{
background-color: #319DB3;
}
.BgClassName
{
background-color: #319DB3;
}
</style>
border-color css
<style>
span { border-color: #319DB3; }
span { border-color: rgb(49,157,179); }
td.TdClassName
{
border-color: #319DB3;
}
.TagClassName
{
border-color: #319DB3;
}
</style>