Shades of Summer Sky #329FEB
Tints of Summer Sky #329FEB
RGB
CMYK
RGB Variations
Color information
#329FEB (or 0x329FEB) is known color: Summer Sky. HEX triplet: 32, 9F and EB. RGB value is (50,159,235). Sum of RGB (Red+Green+Blue) = 50+159+235=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #329FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329FEB is #CD6014. Grayscale: #868686. Windows color (decimal): -13459477 or 15441714. OLE color: 15441714.
HSL color Cylindrical-coordinate representation of color #329FEB: hue angle of 204.65º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329FEB is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 159 | 235 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.08 |
| HSL | 204.65º | 0.82% | 0.56% | - |
| HSV(B) | 204.65º | 0.79% | 0.92% | - |
| XYZ | 28.71 | 31.47 | 83.16 | - |
| YUV | 135.07 | 184.39 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 235 | 0.79 | 0.32 | 0 | 0.08 | 204.65 | 0.82 | 0.56 |
| Hex | 32 | 9F | EB | 4F | 20 | 0 | 8 | CD | 52 | 38 |
| Octal | 62 | 237 | 353 | 117 | 40 | 0 | 10 | 315 | 122 | 70 |
| Binary | 110010 | 10011111 | 11101011 | 1001111 | 100000 | 0 | 1000 | 11001101 | 1010010 | 111000 |
Color Harmonies of #329FEB
Complementary color
Monochromatic Colors of #329FEB
Black with #329FEB
Text Example
Text Example
White with #329FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329FEB; }
p { color: rgb(50,159,235); }
H1.HeaderClassName
{
color: #329FEB;
}
.AnyTagClassName
{
color: #329FEB;
}
</style>
background-color css
<style>
a { background-color: #329FEB; }
a { background-color: rgb(50,159,235); }
div.DivClassName
{
background-color: #329FEB;
}
.BgClassName
{
background-color: #329FEB;
}
</style>
border-color css
<style>
span { border-color: #329FEB; }
span { border-color: rgb(50,159,235); }
td.TdClassName
{
border-color: #329FEB;
}
.TagClassName
{
border-color: #329FEB;
}
</style>