Shades of Pelorous #339BB4
Tints of Pelorous #339BB4
RGB
CMYK
RGB Variations
Color information
#339BB4 (or 0x339BB4) is known color: Pelorous. HEX triplet: 33, 9B and B4. RGB value is (51,155,180). Sum of RGB (Red+Green+Blue) = 51+155+180=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #339BB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BB4 is #CC644B. Grayscale: #7E7E7E. Windows color (decimal): -13395020 or 11836211. OLE color: 11836211.
HSL color Cylindrical-coordinate representation of color #339BB4: hue angle of 191.63º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #339BB4 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 155 | 180 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.29 |
| HSL | 191.63º | 0.56% | 0.45% | - |
| HSV(B) | 191.63º | 0.72% | 0.71% | - |
| XYZ | 21.32 | 27.44 | 47.35 | - |
| YUV | 126.75 | 158.04 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 180 | 0.72 | 0.14 | 0 | 0.29 | 191.63 | 0.56 | 0.45 |
| Hex | 33 | 9B | B4 | 48 | E | 0 | 1D | C0 | 38 | 2D |
| Octal | 63 | 233 | 264 | 110 | 16 | 0 | 35 | 300 | 70 | 55 |
| Binary | 110011 | 10011011 | 10110100 | 1001000 | 1110 | 0 | 11101 | 11000000 | 111000 | 101101 |
Color Harmonies of #339BB4
Complementary color
Monochromatic Colors of #339BB4
Black with #339BB4
Text Example
Text Example
White with #339BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339BB4; }
p { color: rgb(51,155,180); }
H1.HeaderClassName
{
color: #339BB4;
}
.AnyTagClassName
{
color: #339BB4;
}
</style>
background-color css
<style>
a { background-color: #339BB4; }
a { background-color: rgb(51,155,180); }
div.DivClassName
{
background-color: #339BB4;
}
.BgClassName
{
background-color: #339BB4;
}
</style>
border-color css
<style>
span { border-color: #339BB4; }
span { border-color: rgb(51,155,180); }
td.TdClassName
{
border-color: #339BB4;
}
.TagClassName
{
border-color: #339BB4;
}
</style>