Shades of Pelorous #3392B8
Tints of Pelorous #3392B8
RGB
CMYK
RGB Variations
Color information
#3392B8 (or 0x3392B8) is known color: Pelorous. HEX triplet: 33, 92 and B8. RGB value is (51,146,184). Sum of RGB (Red+Green+Blue) = 51+146+184=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 184 - color contains mainly: blue. Hex color #3392B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3392B8 is #CC6D47. Grayscale: #797979. Windows color (decimal): -13397320 or 12096051. OLE color: 12096051.
HSL color Cylindrical-coordinate representation of color #3392B8: hue angle of 197.14º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3392B8 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 146 | 184 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.28 |
| HSL | 197.14º | 0.57% | 0.46% | - |
| HSV(B) | 197.14º | 0.72% | 0.72% | - |
| XYZ | 20.3 | 24.72 | 49.05 | - |
| YUV | 121.93 | 163.03 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 146 | 184 | 0.72 | 0.21 | 0 | 0.28 | 197.14 | 0.57 | 0.46 |
| Hex | 33 | 92 | B8 | 48 | 15 | 0 | 1C | C5 | 39 | 2E |
| Octal | 63 | 222 | 270 | 110 | 25 | 0 | 34 | 305 | 71 | 56 |
| Binary | 110011 | 10010010 | 10111000 | 1001000 | 10101 | 0 | 11100 | 11000101 | 111001 | 101110 |
Color Harmonies of #3392B8
Complementary color
Monochromatic Colors of #3392B8
Black with #3392B8
Text Example
Text Example
White with #3392B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3392B8; }
p { color: rgb(51,146,184); }
H1.HeaderClassName
{
color: #3392B8;
}
.AnyTagClassName
{
color: #3392B8;
}
</style>
background-color css
<style>
a { background-color: #3392B8; }
a { background-color: rgb(51,146,184); }
div.DivClassName
{
background-color: #3392B8;
}
.BgClassName
{
background-color: #3392B8;
}
</style>
border-color css
<style>
span { border-color: #3392B8; }
span { border-color: rgb(51,146,184); }
td.TdClassName
{
border-color: #3392B8;
}
.TagClassName
{
border-color: #3392B8;
}
</style>