Shades of Pelorous #3295BE
Tints of Pelorous #3295BE
RGB
CMYK
RGB Variations
Color information
#3295BE (or 0x3295BE) is known color: Pelorous. HEX triplet: 32, 95 and BE. RGB value is (50,149,190). Sum of RGB (Red+Green+Blue) = 50+149+190=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #3295BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3295BE is #CD6A41. Grayscale: #7B7B7B. Windows color (decimal): -13462082 or 12490034. OLE color: 12490034.
HSL color Cylindrical-coordinate representation of color #3295BE: hue angle of 197.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3295BE is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 149 | 190 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.25 |
| HSL | 197.57º | 0.58% | 0.47% | - |
| HSV(B) | 197.57º | 0.74% | 0.75% | - |
| XYZ | 21.36 | 25.89 | 52.59 | - |
| YUV | 124.07 | 165.2 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 190 | 0.74 | 0.22 | 0 | 0.25 | 197.57 | 0.58 | 0.47 |
| Hex | 32 | 95 | BE | 4A | 16 | 0 | 19 | C6 | 3A | 2F |
| Octal | 62 | 225 | 276 | 112 | 26 | 0 | 31 | 306 | 72 | 57 |
| Binary | 110010 | 10010101 | 10111110 | 1001010 | 10110 | 0 | 11001 | 11000110 | 111010 | 101111 |
Color Harmonies of #3295BE
Complementary color
Monochromatic Colors of #3295BE
Black with #3295BE
Text Example
Text Example
White with #3295BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3295BE; }
p { color: rgb(50,149,190); }
H1.HeaderClassName
{
color: #3295BE;
}
.AnyTagClassName
{
color: #3295BE;
}
</style>
background-color css
<style>
a { background-color: #3295BE; }
a { background-color: rgb(50,149,190); }
div.DivClassName
{
background-color: #3295BE;
}
.BgClassName
{
background-color: #3295BE;
}
</style>
border-color css
<style>
span { border-color: #3295BE; }
span { border-color: rgb(50,149,190); }
td.TdClassName
{
border-color: #3295BE;
}
.TagClassName
{
border-color: #3295BE;
}
</style>