Shades of Summer Sky #379BEF
Tints of Summer Sky #379BEF
RGB
CMYK
RGB Variations
Color information
#379BEF (or 0x379BEF) is known color: Summer Sky. HEX triplet: 37, 9B and EF. RGB value is (55,155,239). Sum of RGB (Red+Green+Blue) = 55+155+239=449 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.25% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #379BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379BEF is #C86410. Grayscale: #868686. Windows color (decimal): -13132817 or 15702839. OLE color: 15702839.
HSL color Cylindrical-coordinate representation of color #379BEF: hue angle of 207.39º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #379BEF is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 155 | 239 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.06 |
| HSL | 207.39º | 0.85% | 0.58% | - |
| HSV(B) | 207.39º | 0.77% | 0.94% | - |
| XYZ | 28.88 | 30.49 | 86.02 | - |
| YUV | 134.68 | 186.87 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 239 | 0.77 | 0.35 | 0 | 0.06 | 207.39 | 0.85 | 0.58 |
| Hex | 37 | 9B | EF | 4D | 23 | 0 | 6 | CF | 55 | 3A |
| Octal | 67 | 233 | 357 | 115 | 43 | 0 | 6 | 317 | 125 | 72 |
| Binary | 110111 | 10011011 | 11101111 | 1001101 | 100011 | 0 | 110 | 11001111 | 1010101 | 111010 |
Color Harmonies of #379BEF
Complementary color
Monochromatic Colors of #379BEF
Black with #379BEF
Text Example
Text Example
White with #379BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379BEF; }
p { color: rgb(55,155,239); }
H1.HeaderClassName
{
color: #379BEF;
}
.AnyTagClassName
{
color: #379BEF;
}
</style>
background-color css
<style>
a { background-color: #379BEF; }
a { background-color: rgb(55,155,239); }
div.DivClassName
{
background-color: #379BEF;
}
.BgClassName
{
background-color: #379BEF;
}
</style>
border-color css
<style>
span { border-color: #379BEF; }
span { border-color: rgb(55,155,239); }
td.TdClassName
{
border-color: #379BEF;
}
.TagClassName
{
border-color: #379BEF;
}
</style>