Shades of Summer Sky #379BDA
Tints of Summer Sky #379BDA
RGB
CMYK
RGB Variations
Color information
#379BDA (or 0x379BDA) is known color: Summer Sky. HEX triplet: 37, 9B and DA. RGB value is (55,155,218). Sum of RGB (Red+Green+Blue) = 55+155+218=428 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.85% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #379BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BDA is #C86425. Grayscale: #838383. Windows color (decimal): -13132838 or 14326583. OLE color: 14326583.
HSL color Cylindrical-coordinate representation of color #379BDA: hue angle of 203.19º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379BDA is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 155 | 218 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.15 |
| HSL | 203.19º | 0.69% | 0.54% | - |
| HSV(B) | 203.19º | 0.75% | 0.85% | - |
| XYZ | 25.95 | 29.32 | 70.62 | - |
| YUV | 132.28 | 176.37 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 218 | 0.75 | 0.29 | 0 | 0.15 | 203.19 | 0.69 | 0.54 |
| Hex | 37 | 9B | DA | 4B | 1D | 0 | F | CB | 45 | 36 |
| Octal | 67 | 233 | 332 | 113 | 35 | 0 | 17 | 313 | 105 | 66 |
| Binary | 110111 | 10011011 | 11011010 | 1001011 | 11101 | 0 | 1111 | 11001011 | 1000101 | 110110 |
Color Harmonies of #379BDA
Complementary color
Monochromatic Colors of #379BDA
Black with #379BDA
Text Example
Text Example
White with #379BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379BDA; }
p { color: rgb(55,155,218); }
H1.HeaderClassName
{
color: #379BDA;
}
.AnyTagClassName
{
color: #379BDA;
}
</style>
background-color css
<style>
a { background-color: #379BDA; }
a { background-color: rgb(55,155,218); }
div.DivClassName
{
background-color: #379BDA;
}
.BgClassName
{
background-color: #379BDA;
}
</style>
border-color css
<style>
span { border-color: #379BDA; }
span { border-color: rgb(55,155,218); }
td.TdClassName
{
border-color: #379BDA;
}
.TagClassName
{
border-color: #379BDA;
}
</style>