Shades of Pelorous #339BB7
Tints of Pelorous #339BB7
RGB
CMYK
RGB Variations
Color information
#339BB7 (or 0x339BB7) is known color: Pelorous. HEX triplet: 33, 9B and B7. RGB value is (51,155,183). Sum of RGB (Red+Green+Blue) = 51+155+183=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #339BB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BB7 is #CC6448. Grayscale: #7E7E7E. Windows color (decimal): -13395017 or 12032819. OLE color: 12032819.
HSL color Cylindrical-coordinate representation of color #339BB7: hue angle of 192.73º 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 #339BB7 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 155 | 183 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.28 |
| HSL | 192.73º | 0.56% | 0.46% | - |
| HSV(B) | 192.73º | 0.72% | 0.72% | - |
| XYZ | 21.63 | 27.57 | 48.98 | - |
| YUV | 127.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 183 | 0.72 | 0.15 | 0 | 0.28 | 192.73 | 0.56 | 0.46 |
| Hex | 33 | 9B | B7 | 48 | F | 0 | 1C | C1 | 38 | 2E |
| Octal | 63 | 233 | 267 | 110 | 17 | 0 | 34 | 301 | 70 | 56 |
| Binary | 110011 | 10011011 | 10110111 | 1001000 | 1111 | 0 | 11100 | 11000001 | 111000 | 101110 |
Color Harmonies of #339BB7
Complementary color
Monochromatic Colors of #339BB7
Black with #339BB7
Text Example
Text Example
White with #339BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339BB7; }
p { color: rgb(51,155,183); }
H1.HeaderClassName
{
color: #339BB7;
}
.AnyTagClassName
{
color: #339BB7;
}
</style>
background-color css
<style>
a { background-color: #339BB7; }
a { background-color: rgb(51,155,183); }
div.DivClassName
{
background-color: #339BB7;
}
.BgClassName
{
background-color: #339BB7;
}
</style>
border-color css
<style>
span { border-color: #339BB7; }
span { border-color: rgb(51,155,183); }
td.TdClassName
{
border-color: #339BB7;
}
.TagClassName
{
border-color: #339BB7;
}
</style>