Shades of Pelorous #3394BA
Tints of Pelorous #3394BA
RGB
CMYK
RGB Variations
Color information
#3394BA (or 0x3394BA) is known color: Pelorous. HEX triplet: 33, 94 and BA. RGB value is (51,148,186). Sum of RGB (Red+Green+Blue) = 51+148+186=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #3394BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3394BA is #CC6B45. Grayscale: #7B7B7B. Windows color (decimal): -13396806 or 12227635. OLE color: 12227635.
HSL color Cylindrical-coordinate representation of color #3394BA: hue angle of 196.89º degrees, saturation: 0.57, 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 #3394BA is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 148 | 186 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.27 |
| HSL | 196.89º | 0.57% | 0.46% | - |
| HSV(B) | 196.89º | 0.73% | 0.73% | - |
| XYZ | 20.82 | 25.43 | 50.27 | - |
| YUV | 123.33 | 163.36 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 186 | 0.73 | 0.20 | 0 | 0.27 | 196.89 | 0.57 | 0.46 |
| Hex | 33 | 94 | BA | 49 | 14 | 0 | 1B | C5 | 39 | 2E |
| Octal | 63 | 224 | 272 | 111 | 24 | 0 | 33 | 305 | 71 | 56 |
| Binary | 110011 | 10010100 | 10111010 | 1001001 | 10100 | 0 | 11011 | 11000101 | 111001 | 101110 |
Color Harmonies of #3394BA
Complementary color
Monochromatic Colors of #3394BA
Black with #3394BA
Text Example
Text Example
White with #3394BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3394BA; }
p { color: rgb(51,148,186); }
H1.HeaderClassName
{
color: #3394BA;
}
.AnyTagClassName
{
color: #3394BA;
}
</style>
background-color css
<style>
a { background-color: #3394BA; }
a { background-color: rgb(51,148,186); }
div.DivClassName
{
background-color: #3394BA;
}
.BgClassName
{
background-color: #3394BA;
}
</style>
border-color css
<style>
span { border-color: #3394BA; }
span { border-color: rgb(51,148,186); }
td.TdClassName
{
border-color: #3394BA;
}
.TagClassName
{
border-color: #3394BA;
}
</style>