Shades of Summer Sky #379BCF
Tints of Summer Sky #379BCF
RGB
CMYK
RGB Variations
Color information
#379BCF (or 0x379BCF) is known color: Summer Sky. HEX triplet: 37, 9B and CF. RGB value is (55,155,207). Sum of RGB (Red+Green+Blue) = 55+155+207=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #379BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BCF is #C86430. Grayscale: #828282. Windows color (decimal): -13132849 or 13605687. OLE color: 13605687.
HSL color Cylindrical-coordinate representation of color #379BCF: hue angle of 200.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379BCF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 155 | 207 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.19 |
| HSL | 200.53º | 0.61% | 0.51% | - |
| HSV(B) | 200.53º | 0.73% | 0.81% | - |
| XYZ | 24.56 | 28.76 | 63.29 | - |
| YUV | 131.03 | 170.87 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 207 | 0.73 | 0.25 | 0 | 0.19 | 200.53 | 0.61 | 0.51 |
| Hex | 37 | 9B | CF | 49 | 19 | 0 | 13 | C9 | 3D | 33 |
| Octal | 67 | 233 | 317 | 111 | 31 | 0 | 23 | 311 | 75 | 63 |
| Binary | 110111 | 10011011 | 11001111 | 1001001 | 11001 | 0 | 10011 | 11001001 | 111101 | 110011 |
Color Harmonies of #379BCF
Complementary color
Monochromatic Colors of #379BCF
Black with #379BCF
Text Example
Text Example
White with #379BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379BCF; }
p { color: rgb(55,155,207); }
H1.HeaderClassName
{
color: #379BCF;
}
.AnyTagClassName
{
color: #379BCF;
}
</style>
background-color css
<style>
a { background-color: #379BCF; }
a { background-color: rgb(55,155,207); }
div.DivClassName
{
background-color: #379BCF;
}
.BgClassName
{
background-color: #379BCF;
}
</style>
border-color css
<style>
span { border-color: #379BCF; }
span { border-color: rgb(55,155,207); }
td.TdClassName
{
border-color: #379BCF;
}
.TagClassName
{
border-color: #379BCF;
}
</style>