Shades of Pelorous #339BC6
Tints of Pelorous #339BC6
RGB
CMYK
RGB Variations
Color information
#339BC6 (or 0x339BC6) is known color: Pelorous. HEX triplet: 33, 9B and C6. RGB value is (51,155,198). Sum of RGB (Red+Green+Blue) = 51+155+198=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #339BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BC6 is #CC6439. Grayscale: #808080. Windows color (decimal): -13395002 or 13015859. OLE color: 13015859.
HSL color Cylindrical-coordinate representation of color #339BC6: hue angle of 197.55º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #339BC6 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 155 | 198 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.22 |
| HSL | 197.55º | 0.59% | 0.49% | - |
| HSV(B) | 197.55º | 0.74% | 0.78% | - |
| XYZ | 23.28 | 28.22 | 57.65 | - |
| YUV | 128.81 | 167.04 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 198 | 0.74 | 0.22 | 0 | 0.22 | 197.55 | 0.59 | 0.49 |
| Hex | 33 | 9B | C6 | 4A | 16 | 0 | 16 | C6 | 3B | 31 |
| Octal | 63 | 233 | 306 | 112 | 26 | 0 | 26 | 306 | 73 | 61 |
| Binary | 110011 | 10011011 | 11000110 | 1001010 | 10110 | 0 | 10110 | 11000110 | 111011 | 110001 |
Color Harmonies of #339BC6
Complementary color
Monochromatic Colors of #339BC6
Black with #339BC6
Text Example
Text Example
White with #339BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339BC6; }
p { color: rgb(51,155,198); }
H1.HeaderClassName
{
color: #339BC6;
}
.AnyTagClassName
{
color: #339BC6;
}
</style>
background-color css
<style>
a { background-color: #339BC6; }
a { background-color: rgb(51,155,198); }
div.DivClassName
{
background-color: #339BC6;
}
.BgClassName
{
background-color: #339BC6;
}
</style>
border-color css
<style>
span { border-color: #339BC6; }
span { border-color: rgb(51,155,198); }
td.TdClassName
{
border-color: #339BC6;
}
.TagClassName
{
border-color: #339BC6;
}
</style>