Shades of Summer Sky #378EDF
Tints of Summer Sky #378EDF
RGB
CMYK
RGB Variations
Color information
#378EDF (or 0x378EDF) is known color: Summer Sky. HEX triplet: 37, 8E and DF. RGB value is (55,142,223). Sum of RGB (Red+Green+Blue) = 55+142+223=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #378EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378EDF is #C87120. Grayscale: #7C7C7C. Windows color (decimal): -13136161 or 14650935. OLE color: 14650935.
HSL color Cylindrical-coordinate representation of color #378EDF: hue angle of 208.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #378EDF is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 142 | 223 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.13 |
| HSL | 208.93º | 0.72% | 0.55% | - |
| HSV(B) | 208.93º | 0.75% | 0.87% | - |
| XYZ | 24.57 | 25.49 | 73.44 | - |
| YUV | 125.22 | 183.18 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 223 | 0.75 | 0.36 | 0 | 0.13 | 208.93 | 0.72 | 0.55 |
| Hex | 37 | 8E | DF | 4B | 24 | 0 | D | D1 | 48 | 37 |
| Octal | 67 | 216 | 337 | 113 | 44 | 0 | 15 | 321 | 110 | 67 |
| Binary | 110111 | 10001110 | 11011111 | 1001011 | 100100 | 0 | 1101 | 11010001 | 1001000 | 110111 |
Color Harmonies of #378EDF
Complementary color
Monochromatic Colors of #378EDF
Black with #378EDF
Text Example
Text Example
White with #378EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378EDF; }
p { color: rgb(55,142,223); }
H1.HeaderClassName
{
color: #378EDF;
}
.AnyTagClassName
{
color: #378EDF;
}
</style>
background-color css
<style>
a { background-color: #378EDF; }
a { background-color: rgb(55,142,223); }
div.DivClassName
{
background-color: #378EDF;
}
.BgClassName
{
background-color: #378EDF;
}
</style>
border-color css
<style>
span { border-color: #378EDF; }
span { border-color: rgb(55,142,223); }
td.TdClassName
{
border-color: #378EDF;
}
.TagClassName
{
border-color: #378EDF;
}
</style>