Shades of Summer Sky #3290DD
Tints of Summer Sky #3290DD
RGB
CMYK
RGB Variations
Color information
#3290DD (or 0x3290DD) is known color: Summer Sky. HEX triplet: 32, 90 and DD. RGB value is (50,144,221). Sum of RGB (Red+Green+Blue) = 50+144+221=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #3290DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3290DD is #CD6F22. Grayscale: #7C7C7C. Windows color (decimal): -13463331 or 14520370. OLE color: 14520370.
HSL color Cylindrical-coordinate representation of color #3290DD: hue angle of 207.02º 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 #3290DD is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 144 | 221 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.13 |
| HSL | 207.02º | 0.72% | 0.53% | - |
| HSV(B) | 207.02º | 0.77% | 0.87% | - |
| XYZ | 24.34 | 25.85 | 72.11 | - |
| YUV | 124.67 | 182.36 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 221 | 0.77 | 0.35 | 0 | 0.13 | 207.02 | 0.72 | 0.53 |
| Hex | 32 | 90 | DD | 4D | 23 | 0 | D | CF | 48 | 35 |
| Octal | 62 | 220 | 335 | 115 | 43 | 0 | 15 | 317 | 110 | 65 |
| Binary | 110010 | 10010000 | 11011101 | 1001101 | 100011 | 0 | 1101 | 11001111 | 1001000 | 110101 |
Color Harmonies of #3290DD
Complementary color
Monochromatic Colors of #3290DD
Black with #3290DD
Text Example
Text Example
White with #3290DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3290DD; }
p { color: rgb(50,144,221); }
H1.HeaderClassName
{
color: #3290DD;
}
.AnyTagClassName
{
color: #3290DD;
}
</style>
background-color css
<style>
a { background-color: #3290DD; }
a { background-color: rgb(50,144,221); }
div.DivClassName
{
background-color: #3290DD;
}
.BgClassName
{
background-color: #3290DD;
}
</style>
border-color css
<style>
span { border-color: #3290DD; }
span { border-color: rgb(50,144,221); }
td.TdClassName
{
border-color: #3290DD;
}
.TagClassName
{
border-color: #3290DD;
}
</style>