Shades of Summer Sky #379BCB
Tints of Summer Sky #379BCB
RGB
CMYK
RGB Variations
Color information
#379BCB (or 0x379BCB) is known color: Summer Sky. HEX triplet: 37, 9B and CB. RGB value is (55,155,203). Sum of RGB (Red+Green+Blue) = 55+155+203=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #379BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BCB is #C86434. Grayscale: #828282. Windows color (decimal): -13132853 or 13343543. OLE color: 13343543.
HSL color Cylindrical-coordinate representation of color #379BCB: hue angle of 199.46º 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 #379BCB is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 155 | 203 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.20 |
| HSL | 199.46º | 0.59% | 0.51% | - |
| HSV(B) | 199.46º | 0.73% | 0.8% | - |
| XYZ | 24.08 | 28.57 | 60.74 | - |
| YUV | 130.57 | 168.87 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 203 | 0.73 | 0.24 | 0 | 0.20 | 199.46 | 0.59 | 0.51 |
| Hex | 37 | 9B | CB | 49 | 18 | 0 | 14 | C7 | 3B | 33 |
| Octal | 67 | 233 | 313 | 111 | 30 | 0 | 24 | 307 | 73 | 63 |
| Binary | 110111 | 10011011 | 11001011 | 1001001 | 11000 | 0 | 10100 | 11000111 | 111011 | 110011 |
Color Harmonies of #379BCB
Complementary color
Monochromatic Colors of #379BCB
Black with #379BCB
Text Example
Text Example
White with #379BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379BCB; }
p { color: rgb(55,155,203); }
H1.HeaderClassName
{
color: #379BCB;
}
.AnyTagClassName
{
color: #379BCB;
}
</style>
background-color css
<style>
a { background-color: #379BCB; }
a { background-color: rgb(55,155,203); }
div.DivClassName
{
background-color: #379BCB;
}
.BgClassName
{
background-color: #379BCB;
}
</style>
border-color css
<style>
span { border-color: #379BCB; }
span { border-color: rgb(55,155,203); }
td.TdClassName
{
border-color: #379BCB;
}
.TagClassName
{
border-color: #379BCB;
}
</style>