Shades of Pelorous #3199CB
Tints of Pelorous #3199CB
RGB
CMYK
RGB Variations
Color information
#3199CB (or 0x3199CB) is known color: Pelorous. HEX triplet: 31, 99 and CB. RGB value is (49,153,203). Sum of RGB (Red+Green+Blue) = 49+153+203=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #3199CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3199CB is #CE6634. Grayscale: #7F7F7F. Windows color (decimal): -13526581 or 13343025. OLE color: 13343025.
HSL color Cylindrical-coordinate representation of color #3199CB: hue angle of 199.48º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3199CB is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 153 | 203 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.20 |
| HSL | 199.48º | 0.61% | 0.49% | - |
| HSV(B) | 199.48º | 0.76% | 0.8% | - |
| XYZ | 23.44 | 27.75 | 60.62 | - |
| YUV | 127.6 | 170.54 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 203 | 0.76 | 0.25 | 0 | 0.20 | 199.48 | 0.61 | 0.49 |
| Hex | 31 | 99 | CB | 4C | 19 | 0 | 14 | C7 | 3D | 31 |
| Octal | 61 | 231 | 313 | 114 | 31 | 0 | 24 | 307 | 75 | 61 |
| Binary | 110001 | 10011001 | 11001011 | 1001100 | 11001 | 0 | 10100 | 11000111 | 111101 | 110001 |
Color Harmonies of #3199CB
Complementary color
Monochromatic Colors of #3199CB
Black with #3199CB
Text Example
Text Example
White with #3199CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3199CB; }
p { color: rgb(49,153,203); }
H1.HeaderClassName
{
color: #3199CB;
}
.AnyTagClassName
{
color: #3199CB;
}
</style>
background-color css
<style>
a { background-color: #3199CB; }
a { background-color: rgb(49,153,203); }
div.DivClassName
{
background-color: #3199CB;
}
.BgClassName
{
background-color: #3199CB;
}
</style>
border-color css
<style>
span { border-color: #3199CB; }
span { border-color: rgb(49,153,203); }
td.TdClassName
{
border-color: #3199CB;
}
.TagClassName
{
border-color: #3199CB;
}
</style>