Shades of Pelorous #3294BF
Tints of Pelorous #3294BF
RGB
CMYK
RGB Variations
Color information
#3294BF (or 0x3294BF) is known color: Pelorous. HEX triplet: 32, 94 and BF. RGB value is (50,148,191). Sum of RGB (Red+Green+Blue) = 50+148+191=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #3294BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3294BF is #CD6B40. Grayscale: #7B7B7B. Windows color (decimal): -13462337 or 12555314. OLE color: 12555314.
HSL color Cylindrical-coordinate representation of color #3294BF: hue angle of 198.3º degrees, saturation: 0.59, 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 #3294BF is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 148 | 191 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.25 |
| HSL | 198.3º | 0.59% | 0.47% | - |
| HSV(B) | 198.3º | 0.74% | 0.75% | - |
| XYZ | 21.31 | 25.62 | 53.11 | - |
| YUV | 123.6 | 166.03 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 191 | 0.74 | 0.23 | 0 | 0.25 | 198.3 | 0.59 | 0.47 |
| Hex | 32 | 94 | BF | 4A | 17 | 0 | 19 | C6 | 3B | 2F |
| Octal | 62 | 224 | 277 | 112 | 27 | 0 | 31 | 306 | 73 | 57 |
| Binary | 110010 | 10010100 | 10111111 | 1001010 | 10111 | 0 | 11001 | 11000110 | 111011 | 101111 |
Color Harmonies of #3294BF
Complementary color
Monochromatic Colors of #3294BF
Black with #3294BF
Text Example
Text Example
White with #3294BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3294BF; }
p { color: rgb(50,148,191); }
H1.HeaderClassName
{
color: #3294BF;
}
.AnyTagClassName
{
color: #3294BF;
}
</style>
background-color css
<style>
a { background-color: #3294BF; }
a { background-color: rgb(50,148,191); }
div.DivClassName
{
background-color: #3294BF;
}
.BgClassName
{
background-color: #3294BF;
}
</style>
border-color css
<style>
span { border-color: #3294BF; }
span { border-color: rgb(50,148,191); }
td.TdClassName
{
border-color: #3294BF;
}
.TagClassName
{
border-color: #3294BF;
}
</style>