Shades of Summer Sky #329ADF
Tints of Summer Sky #329ADF
RGB
CMYK
RGB Variations
Color information
#329ADF (or 0x329ADF) is known color: Summer Sky. HEX triplet: 32, 9A and DF. RGB value is (50,154,223). Sum of RGB (Red+Green+Blue) = 50+154+223=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #329ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ADF is #CD6520. Grayscale: #828282. Windows color (decimal): -13460769 or 14654002. OLE color: 14654002.
HSL color Cylindrical-coordinate representation of color #329ADF: hue angle of 203.93º 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 #329ADF is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 154 | 223 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.13 |
| HSL | 203.93º | 0.73% | 0.54% | - |
| HSV(B) | 203.93º | 0.78% | 0.87% | - |
| XYZ | 26.19 | 29.12 | 74.05 | - |
| YUV | 130.77 | 180.04 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 223 | 0.78 | 0.31 | 0 | 0.13 | 203.93 | 0.73 | 0.54 |
| Hex | 32 | 9A | DF | 4E | 1F | 0 | D | CC | 49 | 36 |
| Octal | 62 | 232 | 337 | 116 | 37 | 0 | 15 | 314 | 111 | 66 |
| Binary | 110010 | 10011010 | 11011111 | 1001110 | 11111 | 0 | 1101 | 11001100 | 1001001 | 110110 |
Color Harmonies of #329ADF
Complementary color
Monochromatic Colors of #329ADF
Black with #329ADF
Text Example
Text Example
White with #329ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329ADF; }
p { color: rgb(50,154,223); }
H1.HeaderClassName
{
color: #329ADF;
}
.AnyTagClassName
{
color: #329ADF;
}
</style>
background-color css
<style>
a { background-color: #329ADF; }
a { background-color: rgb(50,154,223); }
div.DivClassName
{
background-color: #329ADF;
}
.BgClassName
{
background-color: #329ADF;
}
</style>
border-color css
<style>
span { border-color: #329ADF; }
span { border-color: rgb(50,154,223); }
td.TdClassName
{
border-color: #329ADF;
}
.TagClassName
{
border-color: #329ADF;
}
</style>