Shades of Pelorous #339EBD
Tints of Pelorous #339EBD
RGB
CMYK
RGB Variations
Color information
#339EBD (or 0x339EBD) is known color: Pelorous. HEX triplet: 33, 9E and BD. RGB value is (51,158,189). Sum of RGB (Red+Green+Blue) = 51+158+189=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #339EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339EBD is #CC6142. Grayscale: #818181. Windows color (decimal): -13394243 or 12426803. OLE color: 12426803.
HSL color Cylindrical-coordinate representation of color #339EBD: hue angle of 193.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339EBD is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 158 | 189 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.26 |
| HSL | 193.48º | 0.58% | 0.47% | - |
| HSV(B) | 193.48º | 0.73% | 0.74% | - |
| XYZ | 22.78 | 28.83 | 52.51 | - |
| YUV | 129.54 | 161.55 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 158 | 189 | 0.73 | 0.16 | 0 | 0.26 | 193.48 | 0.58 | 0.47 |
| Hex | 33 | 9E | BD | 49 | 10 | 0 | 1A | C1 | 3A | 2F |
| Octal | 63 | 236 | 275 | 111 | 20 | 0 | 32 | 301 | 72 | 57 |
| Binary | 110011 | 10011110 | 10111101 | 1001001 | 10000 | 0 | 11010 | 11000001 | 111010 | 101111 |
Color Harmonies of #339EBD
Complementary color
Monochromatic Colors of #339EBD
Black with #339EBD
Text Example
Text Example
White with #339EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339EBD; }
p { color: rgb(51,158,189); }
H1.HeaderClassName
{
color: #339EBD;
}
.AnyTagClassName
{
color: #339EBD;
}
</style>
background-color css
<style>
a { background-color: #339EBD; }
a { background-color: rgb(51,158,189); }
div.DivClassName
{
background-color: #339EBD;
}
.BgClassName
{
background-color: #339EBD;
}
</style>
border-color css
<style>
span { border-color: #339EBD; }
span { border-color: rgb(51,158,189); }
td.TdClassName
{
border-color: #339EBD;
}
.TagClassName
{
border-color: #339EBD;
}
</style>