Shades of Pelorous #339DB7
Tints of Pelorous #339DB7
RGB
CMYK
RGB Variations
Color information
#339DB7 (or 0x339DB7) is known color: Pelorous. HEX triplet: 33, 9D and B7. RGB value is (51,157,183). Sum of RGB (Red+Green+Blue) = 51+157+183=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #339DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339DB7 is #CC6248. Grayscale: #808080. Windows color (decimal): -13394505 or 12033331. OLE color: 12033331.
HSL color Cylindrical-coordinate representation of color #339DB7: hue angle of 191.82º degrees, saturation: 0.56, 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 #339DB7 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 157 | 183 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.28 |
| HSL | 191.82º | 0.56% | 0.46% | - |
| HSV(B) | 191.82º | 0.72% | 0.72% | - |
| XYZ | 21.97 | 28.24 | 49.09 | - |
| YUV | 128.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 183 | 0.72 | 0.14 | 0 | 0.28 | 191.82 | 0.56 | 0.46 |
| Hex | 33 | 9D | B7 | 48 | E | 0 | 1C | C0 | 38 | 2E |
| Octal | 63 | 235 | 267 | 110 | 16 | 0 | 34 | 300 | 70 | 56 |
| Binary | 110011 | 10011101 | 10110111 | 1001000 | 1110 | 0 | 11100 | 11000000 | 111000 | 101110 |
Color Harmonies of #339DB7
Complementary color
Monochromatic Colors of #339DB7
Black with #339DB7
Text Example
Text Example
White with #339DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339DB7; }
p { color: rgb(51,157,183); }
H1.HeaderClassName
{
color: #339DB7;
}
.AnyTagClassName
{
color: #339DB7;
}
</style>
background-color css
<style>
a { background-color: #339DB7; }
a { background-color: rgb(51,157,183); }
div.DivClassName
{
background-color: #339DB7;
}
.BgClassName
{
background-color: #339DB7;
}
</style>
border-color css
<style>
span { border-color: #339DB7; }
span { border-color: rgb(51,157,183); }
td.TdClassName
{
border-color: #339DB7;
}
.TagClassName
{
border-color: #339DB7;
}
</style>