Shades of Pelorous #3194AD
Tints of Pelorous #3194AD
RGB
CMYK
RGB Variations
Color information
#3194AD (or 0x3194AD) is known color: Pelorous. HEX triplet: 31, 94 and AD. RGB value is (49,148,173). Sum of RGB (Red+Green+Blue) = 49+148+173=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #3194AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3194AD is #CE6B52. Grayscale: #797979. Windows color (decimal): -13527891 or 11375665. OLE color: 11375665.
HSL color Cylindrical-coordinate representation of color #3194AD: hue angle of 192.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3194AD is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 148 | 173 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.32 |
| HSL | 192.1º | 0.56% | 0.44% | - |
| HSV(B) | 192.1º | 0.72% | 0.68% | - |
| XYZ | 19.4 | 24.85 | 43.31 | - |
| YUV | 121.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 173 | 0.72 | 0.14 | 0 | 0.32 | 192.1 | 0.56 | 0.44 |
| Hex | 31 | 94 | AD | 48 | E | 0 | 20 | C0 | 38 | 2C |
| Octal | 61 | 224 | 255 | 110 | 16 | 0 | 40 | 300 | 70 | 54 |
| Binary | 110001 | 10010100 | 10101101 | 1001000 | 1110 | 0 | 100000 | 11000000 | 111000 | 101100 |
Color Harmonies of #3194AD
Complementary color
Monochromatic Colors of #3194AD
Black with #3194AD
Text Example
Text Example
White with #3194AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3194AD; }
p { color: rgb(49,148,173); }
H1.HeaderClassName
{
color: #3194AD;
}
.AnyTagClassName
{
color: #3194AD;
}
</style>
background-color css
<style>
a { background-color: #3194AD; }
a { background-color: rgb(49,148,173); }
div.DivClassName
{
background-color: #3194AD;
}
.BgClassName
{
background-color: #3194AD;
}
</style>
border-color css
<style>
span { border-color: #3194AD; }
span { border-color: rgb(49,148,173); }
td.TdClassName
{
border-color: #3194AD;
}
.TagClassName
{
border-color: #3194AD;
}
</style>