Shades of Pelorous #3296BD
Tints of Pelorous #3296BD
RGB
CMYK
RGB Variations
Color information
#3296BD (or 0x3296BD) is known color: Pelorous. HEX triplet: 32, 96 and BD. RGB value is (50,150,189). Sum of RGB (Red+Green+Blue) = 50+150+189=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #3296BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3296BD is #CD6942. Grayscale: #7C7C7C. Windows color (decimal): -13461827 or 12424754. OLE color: 12424754.
HSL color Cylindrical-coordinate representation of color #3296BD: hue angle of 196.83º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3296BD is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 150 | 189 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.26 |
| HSL | 196.83º | 0.58% | 0.47% | - |
| HSV(B) | 196.83º | 0.74% | 0.74% | - |
| XYZ | 21.41 | 26.16 | 52.07 | - |
| YUV | 124.55 | 164.37 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 189 | 0.74 | 0.21 | 0 | 0.26 | 196.83 | 0.58 | 0.47 |
| Hex | 32 | 96 | BD | 4A | 15 | 0 | 1A | C5 | 3A | 2F |
| Octal | 62 | 226 | 275 | 112 | 25 | 0 | 32 | 305 | 72 | 57 |
| Binary | 110010 | 10010110 | 10111101 | 1001010 | 10101 | 0 | 11010 | 11000101 | 111010 | 101111 |
Color Harmonies of #3296BD
Complementary color
Monochromatic Colors of #3296BD
Black with #3296BD
Text Example
Text Example
White with #3296BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3296BD; }
p { color: rgb(50,150,189); }
H1.HeaderClassName
{
color: #3296BD;
}
.AnyTagClassName
{
color: #3296BD;
}
</style>
background-color css
<style>
a { background-color: #3296BD; }
a { background-color: rgb(50,150,189); }
div.DivClassName
{
background-color: #3296BD;
}
.BgClassName
{
background-color: #3296BD;
}
</style>
border-color css
<style>
span { border-color: #3296BD; }
span { border-color: rgb(50,150,189); }
td.TdClassName
{
border-color: #3296BD;
}
.TagClassName
{
border-color: #3296BD;
}
</style>