Shades of Pelorous #339CB7
Tints of Pelorous #339CB7
RGB
CMYK
RGB Variations
Color information
#339CB7 (or 0x339CB7) is known color: Pelorous. HEX triplet: 33, 9C and B7. RGB value is (51,156,183). Sum of RGB (Red+Green+Blue) = 51+156+183=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #339CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339CB7 is #CC6348. Grayscale: #7F7F7F. Windows color (decimal): -13394761 or 12033075. OLE color: 12033075.
HSL color Cylindrical-coordinate representation of color #339CB7: hue angle of 192.27º 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 #339CB7 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 156 | 183 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.28 |
| HSL | 192.27º | 0.56% | 0.46% | - |
| HSV(B) | 192.27º | 0.72% | 0.72% | - |
| XYZ | 21.8 | 27.9 | 49.04 | - |
| YUV | 127.68 | 159.21 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 183 | 0.72 | 0.15 | 0 | 0.28 | 192.27 | 0.56 | 0.46 |
| Hex | 33 | 9C | B7 | 48 | F | 0 | 1C | C0 | 38 | 2E |
| Octal | 63 | 234 | 267 | 110 | 17 | 0 | 34 | 300 | 70 | 56 |
| Binary | 110011 | 10011100 | 10110111 | 1001000 | 1111 | 0 | 11100 | 11000000 | 111000 | 101110 |
Color Harmonies of #339CB7
Complementary color
Monochromatic Colors of #339CB7
Black with #339CB7
Text Example
Text Example
White with #339CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339CB7; }
p { color: rgb(51,156,183); }
H1.HeaderClassName
{
color: #339CB7;
}
.AnyTagClassName
{
color: #339CB7;
}
</style>
background-color css
<style>
a { background-color: #339CB7; }
a { background-color: rgb(51,156,183); }
div.DivClassName
{
background-color: #339CB7;
}
.BgClassName
{
background-color: #339CB7;
}
</style>
border-color css
<style>
span { border-color: #339CB7; }
span { border-color: rgb(51,156,183); }
td.TdClassName
{
border-color: #339CB7;
}
.TagClassName
{
border-color: #339CB7;
}
</style>