Shades of Pelorous #3295C1
Tints of Pelorous #3295C1
RGB
CMYK
RGB Variations
Color information
#3295C1 (or 0x3295C1) is known color: Pelorous. HEX triplet: 32, 95 and C1. RGB value is (50,149,193). Sum of RGB (Red+Green+Blue) = 50+149+193=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #3295C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3295C1 is #CD6A3E. Grayscale: #7C7C7C. Windows color (decimal): -13462079 or 12686642. OLE color: 12686642.
HSL color Cylindrical-coordinate representation of color #3295C1: hue angle of 198.46º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3295C1 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 149 | 193 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.24 |
| HSL | 198.46º | 0.59% | 0.48% | - |
| HSV(B) | 198.46º | 0.74% | 0.76% | - |
| XYZ | 21.69 | 26.02 | 54.33 | - |
| YUV | 124.42 | 166.7 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 193 | 0.74 | 0.23 | 0 | 0.24 | 198.46 | 0.59 | 0.48 |
| Hex | 32 | 95 | C1 | 4A | 17 | 0 | 18 | C6 | 3B | 30 |
| Octal | 62 | 225 | 301 | 112 | 27 | 0 | 30 | 306 | 73 | 60 |
| Binary | 110010 | 10010101 | 11000001 | 1001010 | 10111 | 0 | 11000 | 11000110 | 111011 | 110000 |
Color Harmonies of #3295C1
Complementary color
Monochromatic Colors of #3295C1
Black with #3295C1
Text Example
Text Example
White with #3295C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3295C1; }
p { color: rgb(50,149,193); }
H1.HeaderClassName
{
color: #3295C1;
}
.AnyTagClassName
{
color: #3295C1;
}
</style>
background-color css
<style>
a { background-color: #3295C1; }
a { background-color: rgb(50,149,193); }
div.DivClassName
{
background-color: #3295C1;
}
.BgClassName
{
background-color: #3295C1;
}
</style>
border-color css
<style>
span { border-color: #3295C1; }
span { border-color: rgb(50,149,193); }
td.TdClassName
{
border-color: #3295C1;
}
.TagClassName
{
border-color: #3295C1;
}
</style>