Shades of Pelorous #339EC0
Tints of Pelorous #339EC0
RGB
CMYK
RGB Variations
Color information
#339EC0 (or 0x339EC0) is known color: Pelorous. HEX triplet: 33, 9E and C0. RGB value is (51,158,192). Sum of RGB (Red+Green+Blue) = 51+158+192=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #339EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339EC0 is #CC613F. Grayscale: #818181. Windows color (decimal): -13394240 or 12623411. OLE color: 12623411.
HSL color Cylindrical-coordinate representation of color #339EC0: hue angle of 194.47º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339EC0 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 158 | 192 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.25 |
| HSL | 194.47º | 0.58% | 0.48% | - |
| HSV(B) | 194.47º | 0.73% | 0.75% | - |
| XYZ | 23.11 | 28.96 | 54.24 | - |
| YUV | 129.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 158 | 192 | 0.73 | 0.18 | 0 | 0.25 | 194.47 | 0.58 | 0.48 |
| Hex | 33 | 9E | C0 | 49 | 12 | 0 | 19 | C2 | 3A | 30 |
| Octal | 63 | 236 | 300 | 111 | 22 | 0 | 31 | 302 | 72 | 60 |
| Binary | 110011 | 10011110 | 11000000 | 1001001 | 10010 | 0 | 11001 | 11000010 | 111010 | 110000 |
Color Harmonies of #339EC0
Complementary color
Monochromatic Colors of #339EC0
Black with #339EC0
Text Example
Text Example
White with #339EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339EC0; }
p { color: rgb(51,158,192); }
H1.HeaderClassName
{
color: #339EC0;
}
.AnyTagClassName
{
color: #339EC0;
}
</style>
background-color css
<style>
a { background-color: #339EC0; }
a { background-color: rgb(51,158,192); }
div.DivClassName
{
background-color: #339EC0;
}
.BgClassName
{
background-color: #339EC0;
}
</style>
border-color css
<style>
span { border-color: #339EC0; }
span { border-color: rgb(51,158,192); }
td.TdClassName
{
border-color: #339EC0;
}
.TagClassName
{
border-color: #339EC0;
}
</style>