Shades of Summer Sky #329CE0
Tints of Summer Sky #329CE0
RGB
CMYK
RGB Variations
Color information
#329CE0 (or 0x329CE0) is known color: Summer Sky. HEX triplet: 32, 9C and E0. RGB value is (50,156,224). Sum of RGB (Red+Green+Blue) = 50+156+224=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #329CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CE0 is #CD631F. Grayscale: #838383. Windows color (decimal): -13460256 or 14720050. OLE color: 14720050.
HSL color Cylindrical-coordinate representation of color #329CE0: hue angle of 203.45º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #329CE0 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 156 | 224 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.12 |
| HSL | 203.45º | 0.74% | 0.54% | - |
| HSV(B) | 203.45º | 0.78% | 0.88% | - |
| XYZ | 26.66 | 29.84 | 74.88 | - |
| YUV | 132.06 | 179.88 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 224 | 0.78 | 0.30 | 0 | 0.12 | 203.45 | 0.74 | 0.54 |
| Hex | 32 | 9C | E0 | 4E | 1E | 0 | C | CB | 4A | 36 |
| Octal | 62 | 234 | 340 | 116 | 36 | 0 | 14 | 313 | 112 | 66 |
| Binary | 110010 | 10011100 | 11100000 | 1001110 | 11110 | 0 | 1100 | 11001011 | 1001010 | 110110 |
Color Harmonies of #329CE0
Complementary color
Monochromatic Colors of #329CE0
Black with #329CE0
Text Example
Text Example
White with #329CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CE0; }
p { color: rgb(50,156,224); }
H1.HeaderClassName
{
color: #329CE0;
}
.AnyTagClassName
{
color: #329CE0;
}
</style>
background-color css
<style>
a { background-color: #329CE0; }
a { background-color: rgb(50,156,224); }
div.DivClassName
{
background-color: #329CE0;
}
.BgClassName
{
background-color: #329CE0;
}
</style>
border-color css
<style>
span { border-color: #329CE0; }
span { border-color: rgb(50,156,224); }
td.TdClassName
{
border-color: #329CE0;
}
.TagClassName
{
border-color: #329CE0;
}
</style>