Shades of Pelorous #339DBE
Tints of Pelorous #339DBE
RGB
CMYK
RGB Variations
Color information
#339DBE (or 0x339DBE) is known color: Pelorous. HEX triplet: 33, 9D and BE. RGB value is (51,157,190). Sum of RGB (Red+Green+Blue) = 51+157+190=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #339DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339DBE is #CC6241. Grayscale: #808080. Windows color (decimal): -13394498 or 12492083. OLE color: 12492083.
HSL color Cylindrical-coordinate representation of color #339DBE: hue angle of 194.24º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339DBE is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 157 | 190 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.25 |
| HSL | 194.24º | 0.58% | 0.47% | - |
| HSV(B) | 194.24º | 0.73% | 0.75% | - |
| XYZ | 22.72 | 28.54 | 53.03 | - |
| YUV | 129.07 | 162.38 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 190 | 0.73 | 0.17 | 0 | 0.25 | 194.24 | 0.58 | 0.47 |
| Hex | 33 | 9D | BE | 49 | 11 | 0 | 19 | C2 | 3A | 2F |
| Octal | 63 | 235 | 276 | 111 | 21 | 0 | 31 | 302 | 72 | 57 |
| Binary | 110011 | 10011101 | 10111110 | 1001001 | 10001 | 0 | 11001 | 11000010 | 111010 | 101111 |
Color Harmonies of #339DBE
Complementary color
Monochromatic Colors of #339DBE
Black with #339DBE
Text Example
Text Example
White with #339DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339DBE; }
p { color: rgb(51,157,190); }
H1.HeaderClassName
{
color: #339DBE;
}
.AnyTagClassName
{
color: #339DBE;
}
</style>
background-color css
<style>
a { background-color: #339DBE; }
a { background-color: rgb(51,157,190); }
div.DivClassName
{
background-color: #339DBE;
}
.BgClassName
{
background-color: #339DBE;
}
</style>
border-color css
<style>
span { border-color: #339DBE; }
span { border-color: rgb(51,157,190); }
td.TdClassName
{
border-color: #339DBE;
}
.TagClassName
{
border-color: #339DBE;
}
</style>