Shades of Pelorous #339DC8
Tints of Pelorous #339DC8
RGB
CMYK
RGB Variations
Color information
#339DC8 (or 0x339DC8) is known color: Pelorous. HEX triplet: 33, 9D and C8. RGB value is (51,157,200). Sum of RGB (Red+Green+Blue) = 51+157+200=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #339DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339DC8 is #CC6237. Grayscale: #818181. Windows color (decimal): -13394488 or 13147443. OLE color: 13147443.
HSL color Cylindrical-coordinate representation of color #339DC8: hue angle of 197.32º 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 #339DC8 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 157 | 200 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.22 |
| HSL | 197.32º | 0.59% | 0.49% | - |
| HSV(B) | 197.32º | 0.75% | 0.78% | - |
| XYZ | 23.85 | 28.99 | 58.98 | - |
| YUV | 130.21 | 167.38 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 200 | 0.74 | 0.22 | 0 | 0.22 | 197.32 | 0.59 | 0.49 |
| Hex | 33 | 9D | C8 | 4A | 16 | 0 | 16 | C5 | 3B | 31 |
| Octal | 63 | 235 | 310 | 112 | 26 | 0 | 26 | 305 | 73 | 61 |
| Binary | 110011 | 10011101 | 11001000 | 1001010 | 10110 | 0 | 10110 | 11000101 | 111011 | 110001 |
Color Harmonies of #339DC8
Complementary color
Monochromatic Colors of #339DC8
Black with #339DC8
Text Example
Text Example
White with #339DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339DC8; }
p { color: rgb(51,157,200); }
H1.HeaderClassName
{
color: #339DC8;
}
.AnyTagClassName
{
color: #339DC8;
}
</style>
background-color css
<style>
a { background-color: #339DC8; }
a { background-color: rgb(51,157,200); }
div.DivClassName
{
background-color: #339DC8;
}
.BgClassName
{
background-color: #339DC8;
}
</style>
border-color css
<style>
span { border-color: #339DC8; }
span { border-color: rgb(51,157,200); }
td.TdClassName
{
border-color: #339DC8;
}
.TagClassName
{
border-color: #339DC8;
}
</style>