Shades of Pelorous #3295BB
Tints of Pelorous #3295BB
RGB
CMYK
RGB Variations
Color information
#3295BB (or 0x3295BB) is known color: Pelorous. HEX triplet: 32, 95 and BB. RGB value is (50,149,187). Sum of RGB (Red+Green+Blue) = 50+149+187=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #3295BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3295BB is #CD6A44. Grayscale: #7B7B7B. Windows color (decimal): -13462085 or 12293426. OLE color: 12293426.
HSL color Cylindrical-coordinate representation of color #3295BB: hue angle of 196.64º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3295BB is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 149 | 187 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.27 |
| HSL | 196.64º | 0.58% | 0.46% | - |
| HSV(B) | 196.64º | 0.73% | 0.73% | - |
| XYZ | 21.03 | 25.76 | 50.88 | - |
| YUV | 123.73 | 163.7 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 187 | 0.73 | 0.20 | 0 | 0.27 | 196.64 | 0.58 | 0.46 |
| Hex | 32 | 95 | BB | 49 | 14 | 0 | 1B | C5 | 3A | 2E |
| Octal | 62 | 225 | 273 | 111 | 24 | 0 | 33 | 305 | 72 | 56 |
| Binary | 110010 | 10010101 | 10111011 | 1001001 | 10100 | 0 | 11011 | 11000101 | 111010 | 101110 |
Color Harmonies of #3295BB
Complementary color
Monochromatic Colors of #3295BB
Black with #3295BB
Text Example
Text Example
White with #3295BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3295BB; }
p { color: rgb(50,149,187); }
H1.HeaderClassName
{
color: #3295BB;
}
.AnyTagClassName
{
color: #3295BB;
}
</style>
background-color css
<style>
a { background-color: #3295BB; }
a { background-color: rgb(50,149,187); }
div.DivClassName
{
background-color: #3295BB;
}
.BgClassName
{
background-color: #3295BB;
}
</style>
border-color css
<style>
span { border-color: #3295BB; }
span { border-color: rgb(50,149,187); }
td.TdClassName
{
border-color: #3295BB;
}
.TagClassName
{
border-color: #3295BB;
}
</style>