Shades of Summer Sky #378CDF
Tints of Summer Sky #378CDF
RGB
CMYK
RGB Variations
Color information
#378CDF (or 0x378CDF) is known color: Summer Sky. HEX triplet: 37, 8C and DF. RGB value is (55,140,223). Sum of RGB (Red+Green+Blue) = 55+140+223=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #378CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378CDF is #C87320. Grayscale: #7B7B7B. Windows color (decimal): -13136673 or 14650423. OLE color: 14650423.
HSL color Cylindrical-coordinate representation of color #378CDF: hue angle of 209.64º 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 #378CDF is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 140 | 223 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.13 |
| HSL | 209.64º | 0.72% | 0.55% | - |
| HSV(B) | 209.64º | 0.75% | 0.87% | - |
| XYZ | 24.27 | 24.9 | 73.34 | - |
| YUV | 124.05 | 183.84 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 223 | 0.75 | 0.37 | 0 | 0.13 | 209.64 | 0.72 | 0.55 |
| Hex | 37 | 8C | DF | 4B | 25 | 0 | D | D2 | 48 | 37 |
| Octal | 67 | 214 | 337 | 113 | 45 | 0 | 15 | 322 | 110 | 67 |
| Binary | 110111 | 10001100 | 11011111 | 1001011 | 100101 | 0 | 1101 | 11010010 | 1001000 | 110111 |
Color Harmonies of #378CDF
Complementary color
Monochromatic Colors of #378CDF
Black with #378CDF
Text Example
Text Example
White with #378CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378CDF; }
p { color: rgb(55,140,223); }
H1.HeaderClassName
{
color: #378CDF;
}
.AnyTagClassName
{
color: #378CDF;
}
</style>
background-color css
<style>
a { background-color: #378CDF; }
a { background-color: rgb(55,140,223); }
div.DivClassName
{
background-color: #378CDF;
}
.BgClassName
{
background-color: #378CDF;
}
</style>
border-color css
<style>
span { border-color: #378CDF; }
span { border-color: rgb(55,140,223); }
td.TdClassName
{
border-color: #378CDF;
}
.TagClassName
{
border-color: #378CDF;
}
</style>