Shades of Summer Sky #378EDD
Tints of Summer Sky #378EDD
RGB
CMYK
RGB Variations
Color information
#378EDD (or 0x378EDD) is known color: Summer Sky. HEX triplet: 37, 8E and DD. RGB value is (55,142,221). Sum of RGB (Red+Green+Blue) = 55+142+221=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #378EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378EDD is #C87122. Grayscale: #7C7C7C. Windows color (decimal): -13136163 or 14519863. OLE color: 14519863.
HSL color Cylindrical-coordinate representation of color #378EDD: hue angle of 208.55º 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 #378EDD is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 142 | 221 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.13 |
| HSL | 208.55º | 0.71% | 0.54% | - |
| HSV(B) | 208.55º | 0.75% | 0.87% | - |
| XYZ | 24.3 | 25.38 | 72.02 | - |
| YUV | 124.99 | 182.18 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 221 | 0.75 | 0.36 | 0 | 0.13 | 208.55 | 0.71 | 0.54 |
| Hex | 37 | 8E | DD | 4B | 24 | 0 | D | D1 | 47 | 36 |
| Octal | 67 | 216 | 335 | 113 | 44 | 0 | 15 | 321 | 107 | 66 |
| Binary | 110111 | 10001110 | 11011101 | 1001011 | 100100 | 0 | 1101 | 11010001 | 1000111 | 110110 |
Color Harmonies of #378EDD
Complementary color
Monochromatic Colors of #378EDD
Black with #378EDD
Text Example
Text Example
White with #378EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378EDD; }
p { color: rgb(55,142,221); }
H1.HeaderClassName
{
color: #378EDD;
}
.AnyTagClassName
{
color: #378EDD;
}
</style>
background-color css
<style>
a { background-color: #378EDD; }
a { background-color: rgb(55,142,221); }
div.DivClassName
{
background-color: #378EDD;
}
.BgClassName
{
background-color: #378EDD;
}
</style>
border-color css
<style>
span { border-color: #378EDD; }
span { border-color: rgb(55,142,221); }
td.TdClassName
{
border-color: #378EDD;
}
.TagClassName
{
border-color: #378EDD;
}
</style>