Shades of Pelorous #319CBA
Tints of Pelorous #319CBA
RGB
CMYK
RGB Variations
Color information
#319CBA (or 0x319CBA) is known color: Pelorous. HEX triplet: 31, 9C and BA. RGB value is (49,156,186). Sum of RGB (Red+Green+Blue) = 49+156+186=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #319CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CBA is #CE6345. Grayscale: #7F7F7F. Windows color (decimal): -13525830 or 12229681. OLE color: 12229681.
HSL color Cylindrical-coordinate representation of color #319CBA: hue angle of 193.14º 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 #319CBA is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 156 | 186 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.27 |
| HSL | 193.14º | 0.58% | 0.46% | - |
| HSV(B) | 193.14º | 0.74% | 0.73% | - |
| XYZ | 22.02 | 27.98 | 50.69 | - |
| YUV | 127.43 | 161.05 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 186 | 0.74 | 0.16 | 0 | 0.27 | 193.14 | 0.58 | 0.46 |
| Hex | 31 | 9C | BA | 4A | 10 | 0 | 1B | C1 | 3A | 2E |
| Octal | 61 | 234 | 272 | 112 | 20 | 0 | 33 | 301 | 72 | 56 |
| Binary | 110001 | 10011100 | 10111010 | 1001010 | 10000 | 0 | 11011 | 11000001 | 111010 | 101110 |
Color Harmonies of #319CBA
Complementary color
Monochromatic Colors of #319CBA
Black with #319CBA
Text Example
Text Example
White with #319CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319CBA; }
p { color: rgb(49,156,186); }
H1.HeaderClassName
{
color: #319CBA;
}
.AnyTagClassName
{
color: #319CBA;
}
</style>
background-color css
<style>
a { background-color: #319CBA; }
a { background-color: rgb(49,156,186); }
div.DivClassName
{
background-color: #319CBA;
}
.BgClassName
{
background-color: #319CBA;
}
</style>
border-color css
<style>
span { border-color: #319CBA; }
span { border-color: rgb(49,156,186); }
td.TdClassName
{
border-color: #319CBA;
}
.TagClassName
{
border-color: #319CBA;
}
</style>