Shades of Summer Sky #328EDB
Tints of Summer Sky #328EDB
RGB
CMYK
RGB Variations
Color information
#328EDB (or 0x328EDB) is known color: Summer Sky. HEX triplet: 32, 8E and DB. RGB value is (50,142,219). Sum of RGB (Red+Green+Blue) = 50+142+219=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #328EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328EDB is #CD7124. Grayscale: #7A7A7A. Windows color (decimal): -13463845 or 14388786. OLE color: 14388786.
HSL color Cylindrical-coordinate representation of color #328EDB: hue angle of 207.34º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #328EDB is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 142 | 219 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.14 |
| HSL | 207.34º | 0.7% | 0.53% | - |
| HSV(B) | 207.34º | 0.77% | 0.86% | - |
| XYZ | 23.77 | 25.14 | 70.62 | - |
| YUV | 123.27 | 182.02 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 219 | 0.77 | 0.35 | 0 | 0.14 | 207.34 | 0.7 | 0.53 |
| Hex | 32 | 8E | DB | 4D | 23 | 0 | E | CF | 46 | 35 |
| Octal | 62 | 216 | 333 | 115 | 43 | 0 | 16 | 317 | 106 | 65 |
| Binary | 110010 | 10001110 | 11011011 | 1001101 | 100011 | 0 | 1110 | 11001111 | 1000110 | 110101 |
Color Harmonies of #328EDB
Complementary color
Monochromatic Colors of #328EDB
Black with #328EDB
Text Example
Text Example
White with #328EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328EDB; }
p { color: rgb(50,142,219); }
H1.HeaderClassName
{
color: #328EDB;
}
.AnyTagClassName
{
color: #328EDB;
}
</style>
background-color css
<style>
a { background-color: #328EDB; }
a { background-color: rgb(50,142,219); }
div.DivClassName
{
background-color: #328EDB;
}
.BgClassName
{
background-color: #328EDB;
}
</style>
border-color css
<style>
span { border-color: #328EDB; }
span { border-color: rgb(50,142,219); }
td.TdClassName
{
border-color: #328EDB;
}
.TagClassName
{
border-color: #328EDB;
}
</style>