Shades of Pelorous #3198AD
Tints of Pelorous #3198AD
RGB
CMYK
RGB Variations
Color information
#3198AD (or 0x3198AD) is known color: Pelorous. HEX triplet: 31, 98 and AD. RGB value is (49,152,173). Sum of RGB (Red+Green+Blue) = 49+152+173=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #3198AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3198AD is #CE6752. Grayscale: #7B7B7B. Windows color (decimal): -13526867 or 11376689. OLE color: 11376689.
HSL color Cylindrical-coordinate representation of color #3198AD: hue angle of 190.16º 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 #3198AD is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 152 | 173 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.32 |
| HSL | 190.16º | 0.56% | 0.44% | - |
| HSV(B) | 190.16º | 0.72% | 0.68% | - |
| XYZ | 20.04 | 26.13 | 43.52 | - |
| YUV | 123.6 | 155.88 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 173 | 0.72 | 0.12 | 0 | 0.32 | 190.16 | 0.56 | 0.44 |
| Hex | 31 | 98 | AD | 48 | C | 0 | 20 | BE | 38 | 2C |
| Octal | 61 | 230 | 255 | 110 | 14 | 0 | 40 | 276 | 70 | 54 |
| Binary | 110001 | 10011000 | 10101101 | 1001000 | 1100 | 0 | 100000 | 10111110 | 111000 | 101100 |
Color Harmonies of #3198AD
Complementary color
Monochromatic Colors of #3198AD
Black with #3198AD
Text Example
Text Example
White with #3198AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3198AD; }
p { color: rgb(49,152,173); }
H1.HeaderClassName
{
color: #3198AD;
}
.AnyTagClassName
{
color: #3198AD;
}
</style>
background-color css
<style>
a { background-color: #3198AD; }
a { background-color: rgb(49,152,173); }
div.DivClassName
{
background-color: #3198AD;
}
.BgClassName
{
background-color: #3198AD;
}
</style>
border-color css
<style>
span { border-color: #3198AD; }
span { border-color: rgb(49,152,173); }
td.TdClassName
{
border-color: #3198AD;
}
.TagClassName
{
border-color: #3198AD;
}
</style>