Shades of Summer Sky #329BDF
Tints of Summer Sky #329BDF
RGB
CMYK
RGB Variations
Color information
#329BDF (or 0x329BDF) is known color: Summer Sky. HEX triplet: 32, 9B and DF. RGB value is (50,155,223). Sum of RGB (Red+Green+Blue) = 50+155+223=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #329BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BDF is #CD6420. Grayscale: #828282. Windows color (decimal): -13460513 or 14654258. OLE color: 14654258.
HSL color Cylindrical-coordinate representation of color #329BDF: hue angle of 203.58º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #329BDF is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 155 | 223 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.13 |
| HSL | 203.58º | 0.73% | 0.54% | - |
| HSV(B) | 203.58º | 0.78% | 0.87% | - |
| XYZ | 26.36 | 29.45 | 74.11 | - |
| YUV | 131.36 | 179.71 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 223 | 0.78 | 0.30 | 0 | 0.13 | 203.58 | 0.73 | 0.54 |
| Hex | 32 | 9B | DF | 4E | 1E | 0 | D | CC | 49 | 36 |
| Octal | 62 | 233 | 337 | 116 | 36 | 0 | 15 | 314 | 111 | 66 |
| Binary | 110010 | 10011011 | 11011111 | 1001110 | 11110 | 0 | 1101 | 11001100 | 1001001 | 110110 |
Color Harmonies of #329BDF
Complementary color
Monochromatic Colors of #329BDF
Black with #329BDF
Text Example
Text Example
White with #329BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BDF; }
p { color: rgb(50,155,223); }
H1.HeaderClassName
{
color: #329BDF;
}
.AnyTagClassName
{
color: #329BDF;
}
</style>
background-color css
<style>
a { background-color: #329BDF; }
a { background-color: rgb(50,155,223); }
div.DivClassName
{
background-color: #329BDF;
}
.BgClassName
{
background-color: #329BDF;
}
</style>
border-color css
<style>
span { border-color: #329BDF; }
span { border-color: rgb(50,155,223); }
td.TdClassName
{
border-color: #329BDF;
}
.TagClassName
{
border-color: #329BDF;
}
</style>