Shades of Pelorous #339BC5
Tints of Pelorous #339BC5
RGB
CMYK
RGB Variations
Color information
#339BC5 (or 0x339BC5) is known color: Pelorous. HEX triplet: 33, 9B and C5. RGB value is (51,155,197). Sum of RGB (Red+Green+Blue) = 51+155+197=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #339BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339BC5 is #CC643A. Grayscale: #808080. Windows color (decimal): -13395003 or 12950323. OLE color: 12950323.
HSL color Cylindrical-coordinate representation of color #339BC5: hue angle of 197.26º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #339BC5 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 155 | 197 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.23 |
| HSL | 197.26º | 0.59% | 0.49% | - |
| HSV(B) | 197.26º | 0.74% | 0.77% | - |
| XYZ | 23.16 | 28.18 | 57.04 | - |
| YUV | 128.69 | 166.54 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 197 | 0.74 | 0.21 | 0 | 0.23 | 197.26 | 0.59 | 0.49 |
| Hex | 33 | 9B | C5 | 4A | 15 | 0 | 17 | C5 | 3B | 31 |
| Octal | 63 | 233 | 305 | 112 | 25 | 0 | 27 | 305 | 73 | 61 |
| Binary | 110011 | 10011011 | 11000101 | 1001010 | 10101 | 0 | 10111 | 11000101 | 111011 | 110001 |
Color Harmonies of #339BC5
Complementary color
Monochromatic Colors of #339BC5
Black with #339BC5
Text Example
Text Example
White with #339BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339BC5; }
p { color: rgb(51,155,197); }
H1.HeaderClassName
{
color: #339BC5;
}
.AnyTagClassName
{
color: #339BC5;
}
</style>
background-color css
<style>
a { background-color: #339BC5; }
a { background-color: rgb(51,155,197); }
div.DivClassName
{
background-color: #339BC5;
}
.BgClassName
{
background-color: #339BC5;
}
</style>
border-color css
<style>
span { border-color: #339BC5; }
span { border-color: rgb(51,155,197); }
td.TdClassName
{
border-color: #339BC5;
}
.TagClassName
{
border-color: #339BC5;
}
</style>