Shades of Summer Sky #379BEE
Tints of Summer Sky #379BEE
RGB
CMYK
RGB Variations
Color information
#379BEE (or 0x379BEE) is known color: Summer Sky. HEX triplet: 37, 9B and EE. RGB value is (55,155,238). Sum of RGB (Red+Green+Blue) = 55+155+238=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #379BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379BEE is #C86411. Grayscale: #868686. Windows color (decimal): -13132818 or 15637303. OLE color: 15637303.
HSL color Cylindrical-coordinate representation of color #379BEE: hue angle of 207.21º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #379BEE is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 155 | 238 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.07 |
| HSL | 207.21º | 0.84% | 0.57% | - |
| HSV(B) | 207.21º | 0.77% | 0.93% | - |
| XYZ | 28.73 | 30.43 | 85.25 | - |
| YUV | 134.56 | 186.37 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 238 | 0.77 | 0.35 | 0 | 0.07 | 207.21 | 0.84 | 0.57 |
| Hex | 37 | 9B | EE | 4D | 23 | 0 | 7 | CF | 54 | 39 |
| Octal | 67 | 233 | 356 | 115 | 43 | 0 | 7 | 317 | 124 | 71 |
| Binary | 110111 | 10011011 | 11101110 | 1001101 | 100011 | 0 | 111 | 11001111 | 1010100 | 111001 |
Color Harmonies of #379BEE
Complementary color
Monochromatic Colors of #379BEE
Black with #379BEE
Text Example
Text Example
White with #379BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379BEE; }
p { color: rgb(55,155,238); }
H1.HeaderClassName
{
color: #379BEE;
}
.AnyTagClassName
{
color: #379BEE;
}
</style>
background-color css
<style>
a { background-color: #379BEE; }
a { background-color: rgb(55,155,238); }
div.DivClassName
{
background-color: #379BEE;
}
.BgClassName
{
background-color: #379BEE;
}
</style>
border-color css
<style>
span { border-color: #379BEE; }
span { border-color: rgb(55,155,238); }
td.TdClassName
{
border-color: #379BEE;
}
.TagClassName
{
border-color: #379BEE;
}
</style>