Shades of Summer Sky #379DDD
Tints of Summer Sky #379DDD
RGB
CMYK
RGB Variations
Color information
#379DDD (or 0x379DDD) is known color: Summer Sky. HEX triplet: 37, 9D and DD. RGB value is (55,157,221). Sum of RGB (Red+Green+Blue) = 55+157+221=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #379DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DDD is #C86222. Grayscale: #858585. Windows color (decimal): -13132323 or 14523703. OLE color: 14523703.
HSL color Cylindrical-coordinate representation of color #379DDD: hue angle of 203.13º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379DDD is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 157 | 221 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.13 |
| HSL | 203.13º | 0.71% | 0.54% | - |
| HSV(B) | 203.13º | 0.75% | 0.87% | - |
| XYZ | 26.68 | 30.15 | 72.82 | - |
| YUV | 133.8 | 177.21 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 221 | 0.75 | 0.29 | 0 | 0.13 | 203.13 | 0.71 | 0.54 |
| Hex | 37 | 9D | DD | 4B | 1D | 0 | D | CB | 47 | 36 |
| Octal | 67 | 235 | 335 | 113 | 35 | 0 | 15 | 313 | 107 | 66 |
| Binary | 110111 | 10011101 | 11011101 | 1001011 | 11101 | 0 | 1101 | 11001011 | 1000111 | 110110 |
Color Harmonies of #379DDD
Complementary color
Monochromatic Colors of #379DDD
Black with #379DDD
Text Example
Text Example
White with #379DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379DDD; }
p { color: rgb(55,157,221); }
H1.HeaderClassName
{
color: #379DDD;
}
.AnyTagClassName
{
color: #379DDD;
}
</style>
background-color css
<style>
a { background-color: #379DDD; }
a { background-color: rgb(55,157,221); }
div.DivClassName
{
background-color: #379DDD;
}
.BgClassName
{
background-color: #379DDD;
}
</style>
border-color css
<style>
span { border-color: #379DDD; }
span { border-color: rgb(55,157,221); }
td.TdClassName
{
border-color: #379DDD;
}
.TagClassName
{
border-color: #379DDD;
}
</style>