Shades of Summer Sky #379FDF
Tints of Summer Sky #379FDF
RGB
CMYK
RGB Variations
Color information
#379FDF (or 0x379FDF) is known color: Summer Sky. HEX triplet: 37, 9F and DF. RGB value is (55,159,223). Sum of RGB (Red+Green+Blue) = 55+159+223=437 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.59% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #379FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FDF is #C86020. Grayscale: #868686. Windows color (decimal): -13131809 or 14655287. OLE color: 14655287.
HSL color Cylindrical-coordinate representation of color #379FDF: hue angle of 202.86º 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 #379FDF is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 159 | 223 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.13 |
| HSL | 202.86º | 0.72% | 0.55% | - |
| HSV(B) | 202.86º | 0.75% | 0.87% | - |
| XYZ | 27.29 | 30.94 | 74.34 | - |
| YUV | 135.2 | 177.54 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 159 | 223 | 0.75 | 0.29 | 0 | 0.13 | 202.86 | 0.72 | 0.55 |
| Hex | 37 | 9F | DF | 4B | 1D | 0 | D | CB | 48 | 37 |
| Octal | 67 | 237 | 337 | 113 | 35 | 0 | 15 | 313 | 110 | 67 |
| Binary | 110111 | 10011111 | 11011111 | 1001011 | 11101 | 0 | 1101 | 11001011 | 1001000 | 110111 |
Color Harmonies of #379FDF
Complementary color
Monochromatic Colors of #379FDF
Black with #379FDF
Text Example
Text Example
White with #379FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379FDF; }
p { color: rgb(55,159,223); }
H1.HeaderClassName
{
color: #379FDF;
}
.AnyTagClassName
{
color: #379FDF;
}
</style>
background-color css
<style>
a { background-color: #379FDF; }
a { background-color: rgb(55,159,223); }
div.DivClassName
{
background-color: #379FDF;
}
.BgClassName
{
background-color: #379FDF;
}
</style>
border-color css
<style>
span { border-color: #379FDF; }
span { border-color: rgb(55,159,223); }
td.TdClassName
{
border-color: #379FDF;
}
.TagClassName
{
border-color: #379FDF;
}
</style>