Shades of Summer Sky #379ACF
Tints of Summer Sky #379ACF
RGB
CMYK
RGB Variations
Color information
#379ACF (or 0x379ACF) is known color: Summer Sky. HEX triplet: 37, 9A and CF. RGB value is (55,154,207). Sum of RGB (Red+Green+Blue) = 55+154+207=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #379ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ACF is #C86530. Grayscale: #828282. Windows color (decimal): -13133105 or 13605431. OLE color: 13605431.
HSL color Cylindrical-coordinate representation of color #379ACF: hue angle of 200.92º 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 #379ACF is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 154 | 207 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.19 |
| HSL | 200.92º | 0.61% | 0.51% | - |
| HSV(B) | 200.92º | 0.73% | 0.81% | - |
| XYZ | 24.39 | 28.43 | 63.23 | - |
| YUV | 130.44 | 171.2 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 207 | 0.73 | 0.26 | 0 | 0.19 | 200.92 | 0.61 | 0.51 |
| Hex | 37 | 9A | CF | 49 | 1A | 0 | 13 | C9 | 3D | 33 |
| Octal | 67 | 232 | 317 | 111 | 32 | 0 | 23 | 311 | 75 | 63 |
| Binary | 110111 | 10011010 | 11001111 | 1001001 | 11010 | 0 | 10011 | 11001001 | 111101 | 110011 |
Color Harmonies of #379ACF
Complementary color
Monochromatic Colors of #379ACF
Black with #379ACF
Text Example
Text Example
White with #379ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379ACF; }
p { color: rgb(55,154,207); }
H1.HeaderClassName
{
color: #379ACF;
}
.AnyTagClassName
{
color: #379ACF;
}
</style>
background-color css
<style>
a { background-color: #379ACF; }
a { background-color: rgb(55,154,207); }
div.DivClassName
{
background-color: #379ACF;
}
.BgClassName
{
background-color: #379ACF;
}
</style>
border-color css
<style>
span { border-color: #379ACF; }
span { border-color: rgb(55,154,207); }
td.TdClassName
{
border-color: #379ACF;
}
.TagClassName
{
border-color: #379ACF;
}
</style>