Shades of Pelorous #3199AC
Tints of Pelorous #3199AC
RGB
CMYK
RGB Variations
Color information
#3199AC (or 0x3199AC) is known color: Pelorous. HEX triplet: 31, 99 and AC. RGB value is (49,153,172). Sum of RGB (Red+Green+Blue) = 49+153+172=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #3199AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3199AC is #CE6653. Grayscale: #7B7B7B. Windows color (decimal): -13526612 or 11311409. OLE color: 11311409.
HSL color Cylindrical-coordinate representation of color #3199AC: hue angle of 189.27º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3199AC is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 153 | 172 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.33 |
| HSL | 189.27º | 0.56% | 0.43% | - |
| HSV(B) | 189.27º | 0.72% | 0.67% | - |
| XYZ | 20.1 | 26.41 | 43.07 | - |
| YUV | 124.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 172 | 0.72 | 0.11 | 0 | 0.33 | 189.27 | 0.56 | 0.43 |
| Hex | 31 | 99 | AC | 48 | B | 0 | 21 | BD | 38 | 2B |
| Octal | 61 | 231 | 254 | 110 | 13 | 0 | 41 | 275 | 70 | 53 |
| Binary | 110001 | 10011001 | 10101100 | 1001000 | 1011 | 0 | 100001 | 10111101 | 111000 | 101011 |
Color Harmonies of #3199AC
Complementary color
Monochromatic Colors of #3199AC
Black with #3199AC
Text Example
Text Example
White with #3199AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3199AC; }
p { color: rgb(49,153,172); }
H1.HeaderClassName
{
color: #3199AC;
}
.AnyTagClassName
{
color: #3199AC;
}
</style>
background-color css
<style>
a { background-color: #3199AC; }
a { background-color: rgb(49,153,172); }
div.DivClassName
{
background-color: #3199AC;
}
.BgClassName
{
background-color: #3199AC;
}
</style>
border-color css
<style>
span { border-color: #3199AC; }
span { border-color: rgb(49,153,172); }
td.TdClassName
{
border-color: #3199AC;
}
.TagClassName
{
border-color: #3199AC;
}
</style>