Shades of Pelorous #339BAD
Tints of Pelorous #339BAD
RGB
CMYK
RGB Variations
Color information
#339BAD (or 0x339BAD) is known color: Pelorous. HEX triplet: 33, 9B and AD. RGB value is (51,155,173). Sum of RGB (Red+Green+Blue) = 51+155+173=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #339BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339BAD is #CC6452. Grayscale: #7D7D7D. Windows color (decimal): -13395027 or 11377459. OLE color: 11377459.
HSL color Cylindrical-coordinate representation of color #339BAD: hue angle of 188.85º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #339BAD is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 155 | 173 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.32 |
| HSL | 188.85º | 0.54% | 0.44% | - |
| HSV(B) | 188.85º | 0.71% | 0.68% | - |
| XYZ | 20.63 | 27.16 | 43.69 | - |
| YUV | 125.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 173 | 0.71 | 0.10 | 0 | 0.32 | 188.85 | 0.54 | 0.44 |
| Hex | 33 | 9B | AD | 47 | A | 0 | 20 | BD | 36 | 2C |
| Octal | 63 | 233 | 255 | 107 | 12 | 0 | 40 | 275 | 66 | 54 |
| Binary | 110011 | 10011011 | 10101101 | 1000111 | 1010 | 0 | 100000 | 10111101 | 110110 | 101100 |
Color Harmonies of #339BAD
Complementary color
Monochromatic Colors of #339BAD
Black with #339BAD
Text Example
Text Example
White with #339BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339BAD; }
p { color: rgb(51,155,173); }
H1.HeaderClassName
{
color: #339BAD;
}
.AnyTagClassName
{
color: #339BAD;
}
</style>
background-color css
<style>
a { background-color: #339BAD; }
a { background-color: rgb(51,155,173); }
div.DivClassName
{
background-color: #339BAD;
}
.BgClassName
{
background-color: #339BAD;
}
</style>
border-color css
<style>
span { border-color: #339BAD; }
span { border-color: rgb(51,155,173); }
td.TdClassName
{
border-color: #339BAD;
}
.TagClassName
{
border-color: #339BAD;
}
</style>