Shades of Summer Sky #379DCA
Tints of Summer Sky #379DCA
RGB
CMYK
RGB Variations
Color information
#379DCA (or 0x379DCA) is known color: Summer Sky. HEX triplet: 37, 9D and CA. RGB value is (55,157,202). Sum of RGB (Red+Green+Blue) = 55+157+202=414 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.29% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #379DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DCA is #C86235. Grayscale: #838383. Windows color (decimal): -13132342 or 13278519. OLE color: 13278519.
HSL color Cylindrical-coordinate representation of color #379DCA: hue angle of 198.37º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379DCA is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 157 | 202 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.21 |
| HSL | 198.37º | 0.58% | 0.5% | - |
| HSV(B) | 198.37º | 0.73% | 0.79% | - |
| XYZ | 24.29 | 29.19 | 60.23 | - |
| YUV | 131.63 | 167.71 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 202 | 0.73 | 0.22 | 0 | 0.21 | 198.37 | 0.58 | 0.5 |
| Hex | 37 | 9D | CA | 49 | 16 | 0 | 15 | C6 | 3A | 32 |
| Octal | 67 | 235 | 312 | 111 | 26 | 0 | 25 | 306 | 72 | 62 |
| Binary | 110111 | 10011101 | 11001010 | 1001001 | 10110 | 0 | 10101 | 11000110 | 111010 | 110010 |
Color Harmonies of #379DCA
Complementary color
Monochromatic Colors of #379DCA
Black with #379DCA
Text Example
Text Example
White with #379DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379DCA; }
p { color: rgb(55,157,202); }
H1.HeaderClassName
{
color: #379DCA;
}
.AnyTagClassName
{
color: #379DCA;
}
</style>
background-color css
<style>
a { background-color: #379DCA; }
a { background-color: rgb(55,157,202); }
div.DivClassName
{
background-color: #379DCA;
}
.BgClassName
{
background-color: #379DCA;
}
</style>
border-color css
<style>
span { border-color: #379DCA; }
span { border-color: rgb(55,157,202); }
td.TdClassName
{
border-color: #379DCA;
}
.TagClassName
{
border-color: #379DCA;
}
</style>