Shades of Pelorous #3199AA
Tints of Pelorous #3199AA
RGB
CMYK
RGB Variations
Color information
#3199AA (or 0x3199AA) is known color: Pelorous. HEX triplet: 31, 99 and AA. RGB value is (49,153,170). Sum of RGB (Red+Green+Blue) = 49+153+170=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #3199AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3199AA is #CE6655. Grayscale: #7B7B7B. Windows color (decimal): -13526614 or 11180337. OLE color: 11180337.
HSL color Cylindrical-coordinate representation of color #3199AA: hue angle of 188.43º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3199AA is Cyan = 0.71, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 153 | 170 | - |
| CMYK | 0.71 | 0.1 | 0 | 0.33 |
| HSL | 188.43º | 0.55% | 0.43% | - |
| HSV(B) | 188.43º | 0.71% | 0.67% | - |
| XYZ | 19.91 | 26.34 | 42.06 | - |
| YUV | 123.84 | 154.04 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 170 | 0.71 | 0.1 | 0 | 0.33 | 188.43 | 0.55 | 0.43 |
| Hex | 31 | 99 | AA | 47 | A | 0 | 21 | BC | 37 | 2B |
| Octal | 61 | 231 | 252 | 107 | 12 | 0 | 41 | 274 | 67 | 53 |
| Binary | 110001 | 10011001 | 10101010 | 1000111 | 1010 | 0 | 100001 | 10111100 | 110111 | 101011 |
Color Harmonies of #3199AA
Complementary color
Monochromatic Colors of #3199AA
Black with #3199AA
Text Example
Text Example
White with #3199AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3199AA; }
p { color: rgb(49,153,170); }
H1.HeaderClassName
{
color: #3199AA;
}
.AnyTagClassName
{
color: #3199AA;
}
</style>
background-color css
<style>
a { background-color: #3199AA; }
a { background-color: rgb(49,153,170); }
div.DivClassName
{
background-color: #3199AA;
}
.BgClassName
{
background-color: #3199AA;
}
</style>
border-color css
<style>
span { border-color: #3199AA; }
span { border-color: rgb(49,153,170); }
td.TdClassName
{
border-color: #3199AA;
}
.TagClassName
{
border-color: #3199AA;
}
</style>