Shades of Summer Sky #3390DD
Tints of Summer Sky #3390DD
RGB
CMYK
RGB Variations
Color information
#3390DD (or 0x3390DD) is known color: Summer Sky. HEX triplet: 33, 90 and DD. RGB value is (51,144,221). Sum of RGB (Red+Green+Blue) = 51+144+221=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #3390DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390DD is #CC6F22. Grayscale: #7C7C7C. Windows color (decimal): -13397795 or 14520371. OLE color: 14520371.
HSL color Cylindrical-coordinate representation of color #3390DD: hue angle of 207.18º degrees, saturation: 0.71, 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 #3390DD is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 144 | 221 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.13 |
| HSL | 207.18º | 0.71% | 0.53% | - |
| HSV(B) | 207.18º | 0.77% | 0.87% | - |
| XYZ | 24.39 | 25.87 | 72.11 | - |
| YUV | 124.97 | 182.19 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 221 | 0.77 | 0.35 | 0 | 0.13 | 207.18 | 0.71 | 0.53 |
| Hex | 33 | 90 | DD | 4D | 23 | 0 | D | CF | 47 | 35 |
| Octal | 63 | 220 | 335 | 115 | 43 | 0 | 15 | 317 | 107 | 65 |
| Binary | 110011 | 10010000 | 11011101 | 1001101 | 100011 | 0 | 1101 | 11001111 | 1000111 | 110101 |
Color Harmonies of #3390DD
Complementary color
Monochromatic Colors of #3390DD
Black with #3390DD
Text Example
Text Example
White with #3390DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3390DD; }
p { color: rgb(51,144,221); }
H1.HeaderClassName
{
color: #3390DD;
}
.AnyTagClassName
{
color: #3390DD;
}
</style>
background-color css
<style>
a { background-color: #3390DD; }
a { background-color: rgb(51,144,221); }
div.DivClassName
{
background-color: #3390DD;
}
.BgClassName
{
background-color: #3390DD;
}
</style>
border-color css
<style>
span { border-color: #3390DD; }
span { border-color: rgb(51,144,221); }
td.TdClassName
{
border-color: #3390DD;
}
.TagClassName
{
border-color: #3390DD;
}
</style>