Shades of Summer Sky #329AE1
Tints of Summer Sky #329AE1
RGB
CMYK
RGB Variations
Color information
#329AE1 (or 0x329AE1) is known color: Summer Sky. HEX triplet: 32, 9A and E1. RGB value is (50,154,225). Sum of RGB (Red+Green+Blue) = 50+154+225=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #329AE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329AE1 is #CD651E. Grayscale: #828282. Windows color (decimal): -13460767 or 14785074. OLE color: 14785074.
HSL color Cylindrical-coordinate representation of color #329AE1: hue angle of 204.34º 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 #329AE1 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 154 | 225 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.12 |
| HSL | 204.34º | 0.74% | 0.54% | - |
| HSV(B) | 204.34º | 0.78% | 0.88% | - |
| XYZ | 26.46 | 29.23 | 75.48 | - |
| YUV | 131 | 181.04 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 225 | 0.78 | 0.32 | 0 | 0.12 | 204.34 | 0.74 | 0.54 |
| Hex | 32 | 9A | E1 | 4E | 20 | 0 | C | CC | 4A | 36 |
| Octal | 62 | 232 | 341 | 116 | 40 | 0 | 14 | 314 | 112 | 66 |
| Binary | 110010 | 10011010 | 11100001 | 1001110 | 100000 | 0 | 1100 | 11001100 | 1001010 | 110110 |
Color Harmonies of #329AE1
Complementary color
Monochromatic Colors of #329AE1
Black with #329AE1
Text Example
Text Example
White with #329AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329AE1; }
p { color: rgb(50,154,225); }
H1.HeaderClassName
{
color: #329AE1;
}
.AnyTagClassName
{
color: #329AE1;
}
</style>
background-color css
<style>
a { background-color: #329AE1; }
a { background-color: rgb(50,154,225); }
div.DivClassName
{
background-color: #329AE1;
}
.BgClassName
{
background-color: #329AE1;
}
</style>
border-color css
<style>
span { border-color: #329AE1; }
span { border-color: rgb(50,154,225); }
td.TdClassName
{
border-color: #329AE1;
}
.TagClassName
{
border-color: #329AE1;
}
</style>