Shades of Pelorous #3296AD
Tints of Pelorous #3296AD
RGB
CMYK
RGB Variations
Color information
#3296AD (or 0x3296AD) is known color: Pelorous. HEX triplet: 32, 96 and AD. RGB value is (50,150,173). Sum of RGB (Red+Green+Blue) = 50+150+173=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #3296AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3296AD is #CD6952. Grayscale: #7A7A7A. Windows color (decimal): -13461843 or 11376178. OLE color: 11376178.
HSL color Cylindrical-coordinate representation of color #3296AD: hue angle of 191.22º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3296AD is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 150 | 173 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.32 |
| HSL | 191.22º | 0.55% | 0.44% | - |
| HSV(B) | 191.22º | 0.71% | 0.68% | - |
| XYZ | 19.76 | 25.51 | 43.42 | - |
| YUV | 122.72 | 156.37 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 173 | 0.71 | 0.13 | 0 | 0.32 | 191.22 | 0.55 | 0.44 |
| Hex | 32 | 96 | AD | 47 | D | 0 | 20 | BF | 37 | 2C |
| Octal | 62 | 226 | 255 | 107 | 15 | 0 | 40 | 277 | 67 | 54 |
| Binary | 110010 | 10010110 | 10101101 | 1000111 | 1101 | 0 | 100000 | 10111111 | 110111 | 101100 |
Color Harmonies of #3296AD
Complementary color
Monochromatic Colors of #3296AD
Black with #3296AD
Text Example
Text Example
White with #3296AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3296AD; }
p { color: rgb(50,150,173); }
H1.HeaderClassName
{
color: #3296AD;
}
.AnyTagClassName
{
color: #3296AD;
}
</style>
background-color css
<style>
a { background-color: #3296AD; }
a { background-color: rgb(50,150,173); }
div.DivClassName
{
background-color: #3296AD;
}
.BgClassName
{
background-color: #3296AD;
}
</style>
border-color css
<style>
span { border-color: #3296AD; }
span { border-color: rgb(50,150,173); }
td.TdClassName
{
border-color: #3296AD;
}
.TagClassName
{
border-color: #3296AD;
}
</style>