Shades of Summer Sky #329FCF
Tints of Summer Sky #329FCF
RGB
CMYK
RGB Variations
Color information
#329FCF (or 0x329FCF) is known color: Summer Sky. HEX triplet: 32, 9F and CF. RGB value is (50,159,207). Sum of RGB (Red+Green+Blue) = 50+159+207=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #329FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FCF is #CD6030. Grayscale: #838383. Windows color (decimal): -13459505 or 13606706. OLE color: 13606706.
HSL color Cylindrical-coordinate representation of color #329FCF: hue angle of 198.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #329FCF is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 159 | 207 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.19 |
| HSL | 198.34º | 0.62% | 0.5% | - |
| HSV(B) | 198.34º | 0.76% | 0.81% | - |
| XYZ | 24.98 | 29.98 | 63.5 | - |
| YUV | 131.88 | 170.39 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 207 | 0.76 | 0.23 | 0 | 0.19 | 198.34 | 0.62 | 0.5 |
| Hex | 32 | 9F | CF | 4C | 17 | 0 | 13 | C6 | 3E | 32 |
| Octal | 62 | 237 | 317 | 114 | 27 | 0 | 23 | 306 | 76 | 62 |
| Binary | 110010 | 10011111 | 11001111 | 1001100 | 10111 | 0 | 10011 | 11000110 | 111110 | 110010 |
Color Harmonies of #329FCF
Complementary color
Monochromatic Colors of #329FCF
Black with #329FCF
Text Example
Text Example
White with #329FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329FCF; }
p { color: rgb(50,159,207); }
H1.HeaderClassName
{
color: #329FCF;
}
.AnyTagClassName
{
color: #329FCF;
}
</style>
background-color css
<style>
a { background-color: #329FCF; }
a { background-color: rgb(50,159,207); }
div.DivClassName
{
background-color: #329FCF;
}
.BgClassName
{
background-color: #329FCF;
}
</style>
border-color css
<style>
span { border-color: #329FCF; }
span { border-color: rgb(50,159,207); }
td.TdClassName
{
border-color: #329FCF;
}
.TagClassName
{
border-color: #329FCF;
}
</style>