Shades of Summer Sky #379FEA
Tints of Summer Sky #379FEA
RGB
CMYK
RGB Variations
Color information
#379FEA (or 0x379FEA) is known color: Summer Sky. HEX triplet: 37, 9F and EA. RGB value is (55,159,234). Sum of RGB (Red+Green+Blue) = 55+159+234=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #379FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379FEA is #C86015. Grayscale: #888888. Windows color (decimal): -13131798 or 15376183. OLE color: 15376183.
HSL color Cylindrical-coordinate representation of color #379FEA: hue angle of 205.14º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #379FEA is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 159 | 234 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.08 |
| HSL | 205.14º | 0.81% | 0.57% | - |
| HSV(B) | 205.14º | 0.76% | 0.92% | - |
| XYZ | 28.82 | 31.55 | 82.41 | - |
| YUV | 136.45 | 183.04 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 159 | 234 | 0.76 | 0.32 | 0 | 0.08 | 205.14 | 0.81 | 0.57 |
| Hex | 37 | 9F | EA | 4C | 20 | 0 | 8 | CD | 51 | 39 |
| Octal | 67 | 237 | 352 | 114 | 40 | 0 | 10 | 315 | 121 | 71 |
| Binary | 110111 | 10011111 | 11101010 | 1001100 | 100000 | 0 | 1000 | 11001101 | 1010001 | 111001 |
Color Harmonies of #379FEA
Complementary color
Monochromatic Colors of #379FEA
Black with #379FEA
Text Example
Text Example
White with #379FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379FEA; }
p { color: rgb(55,159,234); }
H1.HeaderClassName
{
color: #379FEA;
}
.AnyTagClassName
{
color: #379FEA;
}
</style>
background-color css
<style>
a { background-color: #379FEA; }
a { background-color: rgb(55,159,234); }
div.DivClassName
{
background-color: #379FEA;
}
.BgClassName
{
background-color: #379FEA;
}
</style>
border-color css
<style>
span { border-color: #379FEA; }
span { border-color: rgb(55,159,234); }
td.TdClassName
{
border-color: #379FEA;
}
.TagClassName
{
border-color: #379FEA;
}
</style>