Shades of Summer Sky #328FDE
Tints of Summer Sky #328FDE
RGB
CMYK
RGB Variations
Color information
#328FDE (or 0x328FDE) is known color: Summer Sky. HEX triplet: 32, 8F and DE. RGB value is (50,143,222). Sum of RGB (Red+Green+Blue) = 50+143+222=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #328FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FDE is #CD7021. Grayscale: #7B7B7B. Windows color (decimal): -13463586 or 14585650. OLE color: 14585650.
HSL color Cylindrical-coordinate representation of color #328FDE: hue angle of 207.56º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #328FDE is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 143 | 222 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.13 |
| HSL | 207.56º | 0.72% | 0.53% | - |
| HSV(B) | 207.56º | 0.77% | 0.87% | - |
| XYZ | 24.32 | 25.6 | 72.77 | - |
| YUV | 124.2 | 183.19 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 222 | 0.77 | 0.36 | 0 | 0.13 | 207.56 | 0.72 | 0.53 |
| Hex | 32 | 8F | DE | 4D | 24 | 0 | D | D0 | 48 | 35 |
| Octal | 62 | 217 | 336 | 115 | 44 | 0 | 15 | 320 | 110 | 65 |
| Binary | 110010 | 10001111 | 11011110 | 1001101 | 100100 | 0 | 1101 | 11010000 | 1001000 | 110101 |
Color Harmonies of #328FDE
Complementary color
Monochromatic Colors of #328FDE
Black with #328FDE
Text Example
Text Example
White with #328FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FDE; }
p { color: rgb(50,143,222); }
H1.HeaderClassName
{
color: #328FDE;
}
.AnyTagClassName
{
color: #328FDE;
}
</style>
background-color css
<style>
a { background-color: #328FDE; }
a { background-color: rgb(50,143,222); }
div.DivClassName
{
background-color: #328FDE;
}
.BgClassName
{
background-color: #328FDE;
}
</style>
border-color css
<style>
span { border-color: #328FDE; }
span { border-color: rgb(50,143,222); }
td.TdClassName
{
border-color: #328FDE;
}
.TagClassName
{
border-color: #328FDE;
}
</style>