Shades of Summer Sky #329BE0
Tints of Summer Sky #329BE0
RGB
CMYK
RGB Variations
Color information
#329BE0 (or 0x329BE0) is known color: Summer Sky. HEX triplet: 32, 9B and E0. RGB value is (50,155,224). Sum of RGB (Red+Green+Blue) = 50+155+224=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #329BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BE0 is #CD641F. Grayscale: #838383. Windows color (decimal): -13460512 or 14719794. OLE color: 14719794.
HSL color Cylindrical-coordinate representation of color #329BE0: hue angle of 203.79º 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 #329BE0 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 155 | 224 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.12 |
| HSL | 203.79º | 0.74% | 0.54% | - |
| HSV(B) | 203.79º | 0.78% | 0.88% | - |
| XYZ | 26.49 | 29.5 | 74.82 | - |
| YUV | 131.47 | 180.21 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 224 | 0.78 | 0.31 | 0 | 0.12 | 203.79 | 0.74 | 0.54 |
| Hex | 32 | 9B | E0 | 4E | 1F | 0 | C | CC | 4A | 36 |
| Octal | 62 | 233 | 340 | 116 | 37 | 0 | 14 | 314 | 112 | 66 |
| Binary | 110010 | 10011011 | 11100000 | 1001110 | 11111 | 0 | 1100 | 11001100 | 1001010 | 110110 |
Color Harmonies of #329BE0
Complementary color
Monochromatic Colors of #329BE0
Black with #329BE0
Text Example
Text Example
White with #329BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BE0; }
p { color: rgb(50,155,224); }
H1.HeaderClassName
{
color: #329BE0;
}
.AnyTagClassName
{
color: #329BE0;
}
</style>
background-color css
<style>
a { background-color: #329BE0; }
a { background-color: rgb(50,155,224); }
div.DivClassName
{
background-color: #329BE0;
}
.BgClassName
{
background-color: #329BE0;
}
</style>
border-color css
<style>
span { border-color: #329BE0; }
span { border-color: rgb(50,155,224); }
td.TdClassName
{
border-color: #329BE0;
}
.TagClassName
{
border-color: #329BE0;
}
</style>