Shades of Summer Sky #329EEE
Tints of Summer Sky #329EEE
RGB
CMYK
RGB Variations
Color information
#329EEE (or 0x329EEE) is known color: Summer Sky. HEX triplet: 32, 9E and EE. RGB value is (50,158,238). Sum of RGB (Red+Green+Blue) = 50+158+238=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #329EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329EEE is #CD6111. Grayscale: #868686. Windows color (decimal): -13459730 or 15638066. OLE color: 15638066.
HSL color Cylindrical-coordinate representation of color #329EEE: hue angle of 205.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329EEE is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 158 | 238 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.07 |
| HSL | 205.53º | 0.85% | 0.56% | - |
| HSV(B) | 205.53º | 0.79% | 0.93% | - |
| XYZ | 28.97 | 31.3 | 85.4 | - |
| YUV | 134.83 | 186.22 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 238 | 0.79 | 0.34 | 0 | 0.07 | 205.53 | 0.85 | 0.56 |
| Hex | 32 | 9E | EE | 4F | 22 | 0 | 7 | CE | 55 | 38 |
| Octal | 62 | 236 | 356 | 117 | 42 | 0 | 7 | 316 | 125 | 70 |
| Binary | 110010 | 10011110 | 11101110 | 1001111 | 100010 | 0 | 111 | 11001110 | 1010101 | 111000 |
Color Harmonies of #329EEE
Complementary color
Monochromatic Colors of #329EEE
Black with #329EEE
Text Example
Text Example
White with #329EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329EEE; }
p { color: rgb(50,158,238); }
H1.HeaderClassName
{
color: #329EEE;
}
.AnyTagClassName
{
color: #329EEE;
}
</style>
background-color css
<style>
a { background-color: #329EEE; }
a { background-color: rgb(50,158,238); }
div.DivClassName
{
background-color: #329EEE;
}
.BgClassName
{
background-color: #329EEE;
}
</style>
border-color css
<style>
span { border-color: #329EEE; }
span { border-color: rgb(50,158,238); }
td.TdClassName
{
border-color: #329EEE;
}
.TagClassName
{
border-color: #329EEE;
}
</style>