Shades of Summer Sky #329CE5
Tints of Summer Sky #329CE5
RGB
CMYK
RGB Variations
Color information
#329CE5 (or 0x329CE5) is known color: Summer Sky. HEX triplet: 32, 9C and E5. RGB value is (50,156,229). Sum of RGB (Red+Green+Blue) = 50+156+229=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #329CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CE5 is #CD631A. Grayscale: #848484. Windows color (decimal): -13460251 or 15047730. OLE color: 15047730.
HSL color Cylindrical-coordinate representation of color #329CE5: hue angle of 204.47º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #329CE5 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 156 | 229 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.10 |
| HSL | 204.47º | 0.77% | 0.55% | - |
| HSV(B) | 204.47º | 0.78% | 0.9% | - |
| XYZ | 27.35 | 30.11 | 78.5 | - |
| YUV | 132.63 | 182.38 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 229 | 0.78 | 0.32 | 0 | 0.10 | 204.47 | 0.77 | 0.55 |
| Hex | 32 | 9C | E5 | 4E | 20 | 0 | A | CC | 4D | 37 |
| Octal | 62 | 234 | 345 | 116 | 40 | 0 | 12 | 314 | 115 | 67 |
| Binary | 110010 | 10011100 | 11100101 | 1001110 | 100000 | 0 | 1010 | 11001100 | 1001101 | 110111 |
Color Harmonies of #329CE5
Complementary color
Monochromatic Colors of #329CE5
Black with #329CE5
Text Example
Text Example
White with #329CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CE5; }
p { color: rgb(50,156,229); }
H1.HeaderClassName
{
color: #329CE5;
}
.AnyTagClassName
{
color: #329CE5;
}
</style>
background-color css
<style>
a { background-color: #329CE5; }
a { background-color: rgb(50,156,229); }
div.DivClassName
{
background-color: #329CE5;
}
.BgClassName
{
background-color: #329CE5;
}
</style>
border-color css
<style>
span { border-color: #329CE5; }
span { border-color: rgb(50,156,229); }
td.TdClassName
{
border-color: #329CE5;
}
.TagClassName
{
border-color: #329CE5;
}
</style>