Shades of Pelorous #339BAE
Tints of Pelorous #339BAE
RGB
CMYK
RGB Variations
Color information
#339BAE (or 0x339BAE) is known color: Pelorous. HEX triplet: 33, 9B and AE. RGB value is (51,155,174). Sum of RGB (Red+Green+Blue) = 51+155+174=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #339BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339BAE is #CC6451. Grayscale: #7D7D7D. Windows color (decimal): -13395026 or 11442995. OLE color: 11442995.
HSL color Cylindrical-coordinate representation of color #339BAE: hue angle of 189.27º degrees, saturation: 0.55, 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 #339BAE is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 155 | 174 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.32 |
| HSL | 189.27º | 0.55% | 0.44% | - |
| HSV(B) | 189.27º | 0.71% | 0.68% | - |
| XYZ | 20.73 | 27.2 | 44.2 | - |
| YUV | 126.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 174 | 0.71 | 0.11 | 0 | 0.32 | 189.27 | 0.55 | 0.44 |
| Hex | 33 | 9B | AE | 47 | B | 0 | 20 | BD | 37 | 2C |
| Octal | 63 | 233 | 256 | 107 | 13 | 0 | 40 | 275 | 67 | 54 |
| Binary | 110011 | 10011011 | 10101110 | 1000111 | 1011 | 0 | 100000 | 10111101 | 110111 | 101100 |
Color Harmonies of #339BAE
Complementary color
Monochromatic Colors of #339BAE
Black with #339BAE
Text Example
Text Example
White with #339BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339BAE; }
p { color: rgb(51,155,174); }
H1.HeaderClassName
{
color: #339BAE;
}
.AnyTagClassName
{
color: #339BAE;
}
</style>
background-color css
<style>
a { background-color: #339BAE; }
a { background-color: rgb(51,155,174); }
div.DivClassName
{
background-color: #339BAE;
}
.BgClassName
{
background-color: #339BAE;
}
</style>
border-color css
<style>
span { border-color: #339BAE; }
span { border-color: rgb(51,155,174); }
td.TdClassName
{
border-color: #339BAE;
}
.TagClassName
{
border-color: #339BAE;
}
</style>