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