Shades of Summer Sky #338DDD
Tints of Summer Sky #338DDD
RGB
CMYK
RGB Variations
Color information
#338DDD (or 0x338DDD) is known color: Summer Sky. HEX triplet: 33, 8D and DD. RGB value is (51,141,221). Sum of RGB (Red+Green+Blue) = 51+141+221=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #338DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DDD is #CC7222. Grayscale: #7A7A7A. Windows color (decimal): -13398563 or 14519603. OLE color: 14519603.
HSL color Cylindrical-coordinate representation of color #338DDD: hue angle of 208.24º 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 #338DDD is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 141 | 221 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.13 |
| HSL | 208.24º | 0.71% | 0.53% | - |
| HSV(B) | 208.24º | 0.77% | 0.87% | - |
| XYZ | 23.94 | 24.97 | 71.97 | - |
| YUV | 123.21 | 183.18 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 221 | 0.77 | 0.36 | 0 | 0.13 | 208.24 | 0.71 | 0.53 |
| Hex | 33 | 8D | DD | 4D | 24 | 0 | D | D0 | 47 | 35 |
| Octal | 63 | 215 | 335 | 115 | 44 | 0 | 15 | 320 | 107 | 65 |
| Binary | 110011 | 10001101 | 11011101 | 1001101 | 100100 | 0 | 1101 | 11010000 | 1000111 | 110101 |
Color Harmonies of #338DDD
Complementary color
Monochromatic Colors of #338DDD
Black with #338DDD
Text Example
Text Example
White with #338DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DDD; }
p { color: rgb(51,141,221); }
H1.HeaderClassName
{
color: #338DDD;
}
.AnyTagClassName
{
color: #338DDD;
}
</style>
background-color css
<style>
a { background-color: #338DDD; }
a { background-color: rgb(51,141,221); }
div.DivClassName
{
background-color: #338DDD;
}
.BgClassName
{
background-color: #338DDD;
}
</style>
border-color css
<style>
span { border-color: #338DDD; }
span { border-color: rgb(51,141,221); }
td.TdClassName
{
border-color: #338DDD;
}
.TagClassName
{
border-color: #338DDD;
}
</style>