Shades of Summer Sky #379DCD
Tints of Summer Sky #379DCD
RGB
CMYK
RGB Variations
Color information
#379DCD (or 0x379DCD) is known color: Summer Sky. HEX triplet: 37, 9D and CD. RGB value is (55,157,205). Sum of RGB (Red+Green+Blue) = 55+157+205=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #379DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DCD is #C86232. Grayscale: #838383. Windows color (decimal): -13132339 or 13475127. OLE color: 13475127.
HSL color Cylindrical-coordinate representation of color #379DCD: hue angle of 199.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379DCD is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 157 | 205 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.20 |
| HSL | 199.2º | 0.6% | 0.51% | - |
| HSV(B) | 199.2º | 0.73% | 0.8% | - |
| XYZ | 24.65 | 29.33 | 62.12 | - |
| YUV | 131.97 | 169.21 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 205 | 0.73 | 0.23 | 0 | 0.20 | 199.2 | 0.6 | 0.51 |
| Hex | 37 | 9D | CD | 49 | 17 | 0 | 14 | C7 | 3C | 33 |
| Octal | 67 | 235 | 315 | 111 | 27 | 0 | 24 | 307 | 74 | 63 |
| Binary | 110111 | 10011101 | 11001101 | 1001001 | 10111 | 0 | 10100 | 11000111 | 111100 | 110011 |
Color Harmonies of #379DCD
Complementary color
Monochromatic Colors of #379DCD
Black with #379DCD
Text Example
Text Example
White with #379DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379DCD; }
p { color: rgb(55,157,205); }
H1.HeaderClassName
{
color: #379DCD;
}
.AnyTagClassName
{
color: #379DCD;
}
</style>
background-color css
<style>
a { background-color: #379DCD; }
a { background-color: rgb(55,157,205); }
div.DivClassName
{
background-color: #379DCD;
}
.BgClassName
{
background-color: #379DCD;
}
</style>
border-color css
<style>
span { border-color: #379DCD; }
span { border-color: rgb(55,157,205); }
td.TdClassName
{
border-color: #379DCD;
}
.TagClassName
{
border-color: #379DCD;
}
</style>