Shades of Pelorous #3292B7
Tints of Pelorous #3292B7
RGB
CMYK
RGB Variations
Color information
#3292B7 (or 0x3292B7) is known color: Pelorous. HEX triplet: 32, 92 and B7. RGB value is (50,146,183). Sum of RGB (Red+Green+Blue) = 50+146+183=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #3292B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3292B7 is #CD6D48. Grayscale: #797979. Windows color (decimal): -13462857 or 12030514. OLE color: 12030514.
HSL color Cylindrical-coordinate representation of color #3292B7: hue angle of 196.69º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3292B7 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 146 | 183 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.28 |
| HSL | 196.69º | 0.57% | 0.46% | - |
| HSV(B) | 196.69º | 0.73% | 0.72% | - |
| XYZ | 20.14 | 24.65 | 48.5 | - |
| YUV | 121.51 | 162.7 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 183 | 0.73 | 0.20 | 0 | 0.28 | 196.69 | 0.57 | 0.46 |
| Hex | 32 | 92 | B7 | 49 | 14 | 0 | 1C | C5 | 39 | 2E |
| Octal | 62 | 222 | 267 | 111 | 24 | 0 | 34 | 305 | 71 | 56 |
| Binary | 110010 | 10010010 | 10110111 | 1001001 | 10100 | 0 | 11100 | 11000101 | 111001 | 101110 |
Color Harmonies of #3292B7
Complementary color
Monochromatic Colors of #3292B7
Black with #3292B7
Text Example
Text Example
White with #3292B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3292B7; }
p { color: rgb(50,146,183); }
H1.HeaderClassName
{
color: #3292B7;
}
.AnyTagClassName
{
color: #3292B7;
}
</style>
background-color css
<style>
a { background-color: #3292B7; }
a { background-color: rgb(50,146,183); }
div.DivClassName
{
background-color: #3292B7;
}
.BgClassName
{
background-color: #3292B7;
}
</style>
border-color css
<style>
span { border-color: #3292B7; }
span { border-color: rgb(50,146,183); }
td.TdClassName
{
border-color: #3292B7;
}
.TagClassName
{
border-color: #3292B7;
}
</style>