Shades of Pelorous #339FC1
Tints of Pelorous #339FC1
RGB
CMYK
RGB Variations
Color information
#339FC1 (or 0x339FC1) is known color: Pelorous. HEX triplet: 33, 9F and C1. RGB value is (51,159,193). Sum of RGB (Red+Green+Blue) = 51+159+193=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #339FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339FC1 is #CC603E. Grayscale: #828282. Windows color (decimal): -13393983 or 12689203. OLE color: 12689203.
HSL color Cylindrical-coordinate representation of color #339FC1: hue angle of 194.37º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #339FC1 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 159 | 193 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.24 |
| HSL | 194.37º | 0.58% | 0.48% | - |
| HSV(B) | 194.37º | 0.74% | 0.76% | - |
| XYZ | 23.39 | 29.35 | 54.88 | - |
| YUV | 130.58 | 163.22 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 159 | 193 | 0.74 | 0.18 | 0 | 0.24 | 194.37 | 0.58 | 0.48 |
| Hex | 33 | 9F | C1 | 4A | 12 | 0 | 18 | C2 | 3A | 30 |
| Octal | 63 | 237 | 301 | 112 | 22 | 0 | 30 | 302 | 72 | 60 |
| Binary | 110011 | 10011111 | 11000001 | 1001010 | 10010 | 0 | 11000 | 11000010 | 111010 | 110000 |
Color Harmonies of #339FC1
Complementary color
Monochromatic Colors of #339FC1
Black with #339FC1
Text Example
Text Example
White with #339FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339FC1; }
p { color: rgb(51,159,193); }
H1.HeaderClassName
{
color: #339FC1;
}
.AnyTagClassName
{
color: #339FC1;
}
</style>
background-color css
<style>
a { background-color: #339FC1; }
a { background-color: rgb(51,159,193); }
div.DivClassName
{
background-color: #339FC1;
}
.BgClassName
{
background-color: #339FC1;
}
</style>
border-color css
<style>
span { border-color: #339FC1; }
span { border-color: rgb(51,159,193); }
td.TdClassName
{
border-color: #339FC1;
}
.TagClassName
{
border-color: #339FC1;
}
</style>