Shades of Summer Sky #379DCB
Tints of Summer Sky #379DCB
RGB
CMYK
RGB Variations
Color information
#379DCB (or 0x379DCB) is known color: Summer Sky. HEX triplet: 37, 9D and CB. RGB value is (55,157,203). Sum of RGB (Red+Green+Blue) = 55+157+203=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #379DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DCB is #C86234. Grayscale: #838383. Windows color (decimal): -13132341 or 13344055. OLE color: 13344055.
HSL color Cylindrical-coordinate representation of color #379DCB: hue angle of 198.65º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379DCB is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 157 | 203 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.20 |
| HSL | 198.65º | 0.59% | 0.51% | - |
| HSV(B) | 198.65º | 0.73% | 0.8% | - |
| XYZ | 24.41 | 29.24 | 60.86 | - |
| YUV | 131.75 | 168.21 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 203 | 0.73 | 0.23 | 0 | 0.20 | 198.65 | 0.59 | 0.51 |
| Hex | 37 | 9D | CB | 49 | 17 | 0 | 14 | C7 | 3B | 33 |
| Octal | 67 | 235 | 313 | 111 | 27 | 0 | 24 | 307 | 73 | 63 |
| Binary | 110111 | 10011101 | 11001011 | 1001001 | 10111 | 0 | 10100 | 11000111 | 111011 | 110011 |
Color Harmonies of #379DCB
Complementary color
Monochromatic Colors of #379DCB
Black with #379DCB
Text Example
Text Example
White with #379DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379DCB; }
p { color: rgb(55,157,203); }
H1.HeaderClassName
{
color: #379DCB;
}
.AnyTagClassName
{
color: #379DCB;
}
</style>
background-color css
<style>
a { background-color: #379DCB; }
a { background-color: rgb(55,157,203); }
div.DivClassName
{
background-color: #379DCB;
}
.BgClassName
{
background-color: #379DCB;
}
</style>
border-color css
<style>
span { border-color: #379DCB; }
span { border-color: rgb(55,157,203); }
td.TdClassName
{
border-color: #379DCB;
}
.TagClassName
{
border-color: #379DCB;
}
</style>