Shades of Pelorous #319ABA
Tints of Pelorous #319ABA
RGB
CMYK
RGB Variations
Color information
#319ABA (or 0x319ABA) is known color: Pelorous. HEX triplet: 31, 9A and BA. RGB value is (49,154,186). Sum of RGB (Red+Green+Blue) = 49+154+186=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #319ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ABA is #CE6545. Grayscale: #7E7E7E. Windows color (decimal): -13526342 or 12229169. OLE color: 12229169.
HSL color Cylindrical-coordinate representation of color #319ABA: hue angle of 194.01º 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 #319ABA is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 154 | 186 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.27 |
| HSL | 194.01º | 0.58% | 0.46% | - |
| HSV(B) | 194.01º | 0.74% | 0.73% | - |
| XYZ | 21.69 | 27.31 | 50.58 | - |
| YUV | 126.25 | 161.71 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 186 | 0.74 | 0.17 | 0 | 0.27 | 194.01 | 0.58 | 0.46 |
| Hex | 31 | 9A | BA | 4A | 11 | 0 | 1B | C2 | 3A | 2E |
| Octal | 61 | 232 | 272 | 112 | 21 | 0 | 33 | 302 | 72 | 56 |
| Binary | 110001 | 10011010 | 10111010 | 1001010 | 10001 | 0 | 11011 | 11000010 | 111010 | 101110 |
Color Harmonies of #319ABA
Complementary color
Monochromatic Colors of #319ABA
Black with #319ABA
Text Example
Text Example
White with #319ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319ABA; }
p { color: rgb(49,154,186); }
H1.HeaderClassName
{
color: #319ABA;
}
.AnyTagClassName
{
color: #319ABA;
}
</style>
background-color css
<style>
a { background-color: #319ABA; }
a { background-color: rgb(49,154,186); }
div.DivClassName
{
background-color: #319ABA;
}
.BgClassName
{
background-color: #319ABA;
}
</style>
border-color css
<style>
span { border-color: #319ABA; }
span { border-color: rgb(49,154,186); }
td.TdClassName
{
border-color: #319ABA;
}
.TagClassName
{
border-color: #319ABA;
}
</style>