Shades of Summer Sky #379FF2
Tints of Summer Sky #379FF2
RGB
CMYK
RGB Variations
Color information
#379FF2 (or 0x379FF2) is known color: Summer Sky. HEX triplet: 37, 9F and F2. RGB value is (55,159,242). Sum of RGB (Red+Green+Blue) = 55+159+242=456 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.06% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #379FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379FF2 is #C8600D. Grayscale: #888888. Windows color (decimal): -13131790 or 15900471. OLE color: 15900471.
HSL color Cylindrical-coordinate representation of color #379FF2: hue angle of 206.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #379FF2 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 159 | 242 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.05 |
| HSL | 206.63º | 0.88% | 0.58% | - |
| HSV(B) | 206.63º | 0.77% | 0.95% | - |
| XYZ | 30 | 32.02 | 88.6 | - |
| YUV | 137.37 | 187.04 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 159 | 242 | 0.77 | 0.34 | 0 | 0.05 | 206.63 | 0.88 | 0.58 |
| Hex | 37 | 9F | F2 | 4D | 22 | 0 | 5 | CF | 58 | 3A |
| Octal | 67 | 237 | 362 | 115 | 42 | 0 | 5 | 317 | 130 | 72 |
| Binary | 110111 | 10011111 | 11110010 | 1001101 | 100010 | 0 | 101 | 11001111 | 1011000 | 111010 |
Color Harmonies of #379FF2
Complementary color
Monochromatic Colors of #379FF2
Black with #379FF2
Text Example
Text Example
White with #379FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379FF2; }
p { color: rgb(55,159,242); }
H1.HeaderClassName
{
color: #379FF2;
}
.AnyTagClassName
{
color: #379FF2;
}
</style>
background-color css
<style>
a { background-color: #379FF2; }
a { background-color: rgb(55,159,242); }
div.DivClassName
{
background-color: #379FF2;
}
.BgClassName
{
background-color: #379FF2;
}
</style>
border-color css
<style>
span { border-color: #379FF2; }
span { border-color: rgb(55,159,242); }
td.TdClassName
{
border-color: #379FF2;
}
.TagClassName
{
border-color: #379FF2;
}
</style>