Shades of Pelorous #3394BC
Tints of Pelorous #3394BC
RGB
CMYK
RGB Variations
Color information
#3394BC (or 0x3394BC) is known color: Pelorous. HEX triplet: 33, 94 and BC. RGB value is (51,148,188). Sum of RGB (Red+Green+Blue) = 51+148+188=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #3394BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3394BC is #CC6B43. Grayscale: #7B7B7B. Windows color (decimal): -13396804 or 12358707. OLE color: 12358707.
HSL color Cylindrical-coordinate representation of color #3394BC: hue angle of 197.52º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3394BC is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 148 | 188 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.26 |
| HSL | 197.52º | 0.57% | 0.47% | - |
| HSV(B) | 197.52º | 0.73% | 0.74% | - |
| XYZ | 21.03 | 25.51 | 51.39 | - |
| YUV | 123.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 188 | 0.73 | 0.21 | 0 | 0.26 | 197.52 | 0.57 | 0.47 |
| Hex | 33 | 94 | BC | 49 | 15 | 0 | 1A | C6 | 39 | 2F |
| Octal | 63 | 224 | 274 | 111 | 25 | 0 | 32 | 306 | 71 | 57 |
| Binary | 110011 | 10010100 | 10111100 | 1001001 | 10101 | 0 | 11010 | 11000110 | 111001 | 101111 |
Color Harmonies of #3394BC
Complementary color
Monochromatic Colors of #3394BC
Black with #3394BC
Text Example
Text Example
White with #3394BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3394BC; }
p { color: rgb(51,148,188); }
H1.HeaderClassName
{
color: #3394BC;
}
.AnyTagClassName
{
color: #3394BC;
}
</style>
background-color css
<style>
a { background-color: #3394BC; }
a { background-color: rgb(51,148,188); }
div.DivClassName
{
background-color: #3394BC;
}
.BgClassName
{
background-color: #3394BC;
}
</style>
border-color css
<style>
span { border-color: #3394BC; }
span { border-color: rgb(51,148,188); }
td.TdClassName
{
border-color: #3394BC;
}
.TagClassName
{
border-color: #3394BC;
}
</style>