Shades of Summer Sky #338FDD
Tints of Summer Sky #338FDD
RGB
CMYK
RGB Variations
Color information
#338FDD (or 0x338FDD) is known color: Summer Sky. HEX triplet: 33, 8F and DD. RGB value is (51,143,221). Sum of RGB (Red+Green+Blue) = 51+143+221=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 143 (56.25% from 255 or 34.46% 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 #338FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FDD is #CC7022. Grayscale: #7B7B7B. Windows color (decimal): -13398051 or 14520115. OLE color: 14520115.
HSL color Cylindrical-coordinate representation of color #338FDD: hue angle of 207.53º 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 #338FDD is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 143 | 221 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.13 |
| HSL | 207.53º | 0.71% | 0.53% | - |
| HSV(B) | 207.53º | 0.77% | 0.87% | - |
| XYZ | 24.24 | 25.57 | 72.06 | - |
| YUV | 124.38 | 182.52 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 221 | 0.77 | 0.35 | 0 | 0.13 | 207.53 | 0.71 | 0.53 |
| Hex | 33 | 8F | DD | 4D | 23 | 0 | D | D0 | 47 | 35 |
| Octal | 63 | 217 | 335 | 115 | 43 | 0 | 15 | 320 | 107 | 65 |
| Binary | 110011 | 10001111 | 11011101 | 1001101 | 100011 | 0 | 1101 | 11010000 | 1000111 | 110101 |
Color Harmonies of #338FDD
Complementary color
Monochromatic Colors of #338FDD
Black with #338FDD
Text Example
Text Example
White with #338FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FDD; }
p { color: rgb(51,143,221); }
H1.HeaderClassName
{
color: #338FDD;
}
.AnyTagClassName
{
color: #338FDD;
}
</style>
background-color css
<style>
a { background-color: #338FDD; }
a { background-color: rgb(51,143,221); }
div.DivClassName
{
background-color: #338FDD;
}
.BgClassName
{
background-color: #338FDD;
}
</style>
border-color css
<style>
span { border-color: #338FDD; }
span { border-color: rgb(51,143,221); }
td.TdClassName
{
border-color: #338FDD;
}
.TagClassName
{
border-color: #338FDD;
}
</style>