Shades of Pelorous #339DB0
Tints of Pelorous #339DB0
RGB
CMYK
RGB Variations
Color information
#339DB0 (or 0x339DB0) is known color: Pelorous. HEX triplet: 33, 9D and B0. RGB value is (51,157,176). Sum of RGB (Red+Green+Blue) = 51+157+176=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #339DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339DB0 is #CC624F. Grayscale: #7F7F7F. Windows color (decimal): -13394512 or 11574579. OLE color: 11574579.
HSL color Cylindrical-coordinate representation of color #339DB0: hue angle of 189.12º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #339DB0 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 157 | 176 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.31 |
| HSL | 189.12º | 0.55% | 0.45% | - |
| HSV(B) | 189.12º | 0.71% | 0.69% | - |
| XYZ | 21.26 | 27.95 | 45.35 | - |
| YUV | 127.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 176 | 0.71 | 0.11 | 0 | 0.31 | 189.12 | 0.55 | 0.45 |
| Hex | 33 | 9D | B0 | 47 | B | 0 | 1F | BD | 37 | 2D |
| Octal | 63 | 235 | 260 | 107 | 13 | 0 | 37 | 275 | 67 | 55 |
| Binary | 110011 | 10011101 | 10110000 | 1000111 | 1011 | 0 | 11111 | 10111101 | 110111 | 101101 |
Color Harmonies of #339DB0
Complementary color
Monochromatic Colors of #339DB0
Black with #339DB0
Text Example
Text Example
White with #339DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339DB0; }
p { color: rgb(51,157,176); }
H1.HeaderClassName
{
color: #339DB0;
}
.AnyTagClassName
{
color: #339DB0;
}
</style>
background-color css
<style>
a { background-color: #339DB0; }
a { background-color: rgb(51,157,176); }
div.DivClassName
{
background-color: #339DB0;
}
.BgClassName
{
background-color: #339DB0;
}
</style>
border-color css
<style>
span { border-color: #339DB0; }
span { border-color: rgb(51,157,176); }
td.TdClassName
{
border-color: #339DB0;
}
.TagClassName
{
border-color: #339DB0;
}
</style>