Shades of Pelorous #319DBB
Tints of Pelorous #319DBB
RGB
CMYK
RGB Variations
Color information
#319DBB (or 0x319DBB) is known color: Pelorous. HEX triplet: 31, 9D and BB. RGB value is (49,157,187). Sum of RGB (Red+Green+Blue) = 49+157+187=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #319DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DBB is #CE6244. Grayscale: #7F7F7F. Windows color (decimal): -13525573 or 12295473. OLE color: 12295473.
HSL color Cylindrical-coordinate representation of color #319DBB: hue angle of 193.04º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #319DBB is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 157 | 187 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.27 |
| HSL | 193.04º | 0.58% | 0.46% | - |
| HSV(B) | 193.04º | 0.74% | 0.73% | - |
| XYZ | 22.29 | 28.35 | 51.31 | - |
| YUV | 128.13 | 161.22 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 187 | 0.74 | 0.16 | 0 | 0.27 | 193.04 | 0.58 | 0.46 |
| Hex | 31 | 9D | BB | 4A | 10 | 0 | 1B | C1 | 3A | 2E |
| Octal | 61 | 235 | 273 | 112 | 20 | 0 | 33 | 301 | 72 | 56 |
| Binary | 110001 | 10011101 | 10111011 | 1001010 | 10000 | 0 | 11011 | 11000001 | 111010 | 101110 |
Color Harmonies of #319DBB
Complementary color
Monochromatic Colors of #319DBB
Black with #319DBB
Text Example
Text Example
White with #319DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319DBB; }
p { color: rgb(49,157,187); }
H1.HeaderClassName
{
color: #319DBB;
}
.AnyTagClassName
{
color: #319DBB;
}
</style>
background-color css
<style>
a { background-color: #319DBB; }
a { background-color: rgb(49,157,187); }
div.DivClassName
{
background-color: #319DBB;
}
.BgClassName
{
background-color: #319DBB;
}
</style>
border-color css
<style>
span { border-color: #319DBB; }
span { border-color: rgb(49,157,187); }
td.TdClassName
{
border-color: #319DBB;
}
.TagClassName
{
border-color: #319DBB;
}
</style>