Shades of Summer Sky #379CDD
Tints of Summer Sky #379CDD
RGB
CMYK
RGB Variations
Color information
#379CDD (or 0x379CDD) is known color: Summer Sky. HEX triplet: 37, 9C and DD. RGB value is (55,156,221). Sum of RGB (Red+Green+Blue) = 55+156+221=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #379CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CDD is #C86322. Grayscale: #848484. Windows color (decimal): -13132579 or 14523447. OLE color: 14523447.
HSL color Cylindrical-coordinate representation of color #379CDD: hue angle of 203.49º 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 #379CDD is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 156 | 221 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.13 |
| HSL | 203.49º | 0.71% | 0.54% | - |
| HSV(B) | 203.49º | 0.75% | 0.87% | - |
| XYZ | 26.52 | 29.81 | 72.76 | - |
| YUV | 133.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 156 | 221 | 0.75 | 0.29 | 0 | 0.13 | 203.49 | 0.71 | 0.54 |
| Hex | 37 | 9C | DD | 4B | 1D | 0 | D | CB | 47 | 36 |
| Octal | 67 | 234 | 335 | 113 | 35 | 0 | 15 | 313 | 107 | 66 |
| Binary | 110111 | 10011100 | 11011101 | 1001011 | 11101 | 0 | 1101 | 11001011 | 1000111 | 110110 |
Color Harmonies of #379CDD
Complementary color
Monochromatic Colors of #379CDD
Black with #379CDD
Text Example
Text Example
White with #379CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379CDD; }
p { color: rgb(55,156,221); }
H1.HeaderClassName
{
color: #379CDD;
}
.AnyTagClassName
{
color: #379CDD;
}
</style>
background-color css
<style>
a { background-color: #379CDD; }
a { background-color: rgb(55,156,221); }
div.DivClassName
{
background-color: #379CDD;
}
.BgClassName
{
background-color: #379CDD;
}
</style>
border-color css
<style>
span { border-color: #379CDD; }
span { border-color: rgb(55,156,221); }
td.TdClassName
{
border-color: #379CDD;
}
.TagClassName
{
border-color: #379CDD;
}
</style>