Shades of Pelorous #339BBC
Tints of Pelorous #339BBC
RGB
CMYK
RGB Variations
Color information
#339BBC (or 0x339BBC) is known color: Pelorous. HEX triplet: 33, 9B and BC. RGB value is (51,155,188). Sum of RGB (Red+Green+Blue) = 51+155+188=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #339BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BBC is #CC6443. Grayscale: #7F7F7F. Windows color (decimal): -13395012 or 12360499. OLE color: 12360499.
HSL color Cylindrical-coordinate representation of color #339BBC: hue angle of 194.45º 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 #339BBC is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 155 | 188 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.26 |
| HSL | 194.45º | 0.57% | 0.47% | - |
| HSV(B) | 194.45º | 0.73% | 0.74% | - |
| XYZ | 22.16 | 27.78 | 51.77 | - |
| YUV | 127.67 | 162.04 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 188 | 0.73 | 0.18 | 0 | 0.26 | 194.45 | 0.57 | 0.47 |
| Hex | 33 | 9B | BC | 49 | 12 | 0 | 1A | C2 | 39 | 2F |
| Octal | 63 | 233 | 274 | 111 | 22 | 0 | 32 | 302 | 71 | 57 |
| Binary | 110011 | 10011011 | 10111100 | 1001001 | 10010 | 0 | 11010 | 11000010 | 111001 | 101111 |
Color Harmonies of #339BBC
Complementary color
Monochromatic Colors of #339BBC
Black with #339BBC
Text Example
Text Example
White with #339BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339BBC; }
p { color: rgb(51,155,188); }
H1.HeaderClassName
{
color: #339BBC;
}
.AnyTagClassName
{
color: #339BBC;
}
</style>
background-color css
<style>
a { background-color: #339BBC; }
a { background-color: rgb(51,155,188); }
div.DivClassName
{
background-color: #339BBC;
}
.BgClassName
{
background-color: #339BBC;
}
</style>
border-color css
<style>
span { border-color: #339BBC; }
span { border-color: rgb(51,155,188); }
td.TdClassName
{
border-color: #339BBC;
}
.TagClassName
{
border-color: #339BBC;
}
</style>