Shades of Summer Sky #328EDC
Tints of Summer Sky #328EDC
RGB
CMYK
RGB Variations
Color information
#328EDC (or 0x328EDC) is known color: Summer Sky. HEX triplet: 32, 8E and DC. RGB value is (50,142,220). Sum of RGB (Red+Green+Blue) = 50+142+220=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #328EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328EDC is #CD7123. Grayscale: #7A7A7A. Windows color (decimal): -13463844 or 14454322. OLE color: 14454322.
HSL color Cylindrical-coordinate representation of color #328EDC: hue angle of 207.53º degrees, saturation: 0.71, 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 #328EDC is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 142 | 220 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.14 |
| HSL | 207.53º | 0.71% | 0.53% | - |
| HSV(B) | 207.53º | 0.77% | 0.86% | - |
| XYZ | 23.91 | 25.19 | 71.31 | - |
| YUV | 123.38 | 182.52 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 220 | 0.77 | 0.35 | 0 | 0.14 | 207.53 | 0.71 | 0.53 |
| Hex | 32 | 8E | DC | 4D | 23 | 0 | E | D0 | 47 | 35 |
| Octal | 62 | 216 | 334 | 115 | 43 | 0 | 16 | 320 | 107 | 65 |
| Binary | 110010 | 10001110 | 11011100 | 1001101 | 100011 | 0 | 1110 | 11010000 | 1000111 | 110101 |
Color Harmonies of #328EDC
Complementary color
Monochromatic Colors of #328EDC
Black with #328EDC
Text Example
Text Example
White with #328EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328EDC; }
p { color: rgb(50,142,220); }
H1.HeaderClassName
{
color: #328EDC;
}
.AnyTagClassName
{
color: #328EDC;
}
</style>
background-color css
<style>
a { background-color: #328EDC; }
a { background-color: rgb(50,142,220); }
div.DivClassName
{
background-color: #328EDC;
}
.BgClassName
{
background-color: #328EDC;
}
</style>
border-color css
<style>
span { border-color: #328EDC; }
span { border-color: rgb(50,142,220); }
td.TdClassName
{
border-color: #328EDC;
}
.TagClassName
{
border-color: #328EDC;
}
</style>