Shades of Summer Sky #389FD7
Tints of Summer Sky #389FD7
RGB
CMYK
RGB Variations
Color information
#389FD7 (or 0x389FD7) is known color: Summer Sky. HEX triplet: 38, 9F and D7. RGB value is (56,159,215). Sum of RGB (Red+Green+Blue) = 56+159+215=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #389FD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FD7 is #C76028. Grayscale: #868686. Windows color (decimal): -13066281 or 14131000. OLE color: 14131000.
HSL color Cylindrical-coordinate representation of color #389FD7: hue angle of 201.13º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #389FD7 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 159 | 215 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.16 |
| HSL | 201.13º | 0.67% | 0.53% | - |
| HSV(B) | 201.13º | 0.74% | 0.84% | - |
| XYZ | 26.29 | 30.54 | 68.8 | - |
| YUV | 134.59 | 173.38 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 215 | 0.74 | 0.26 | 0 | 0.16 | 201.13 | 0.67 | 0.53 |
| Hex | 38 | 9F | D7 | 4A | 1A | 0 | 10 | C9 | 43 | 35 |
| Octal | 70 | 237 | 327 | 112 | 32 | 0 | 20 | 311 | 103 | 65 |
| Binary | 111000 | 10011111 | 11010111 | 1001010 | 11010 | 0 | 10000 | 11001001 | 1000011 | 110101 |
Color Harmonies of #389FD7
Complementary color
Monochromatic Colors of #389FD7
Black with #389FD7
Text Example
Text Example
White with #389FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FD7; }
p { color: rgb(56,159,215); }
H1.HeaderClassName
{
color: #389FD7;
}
.AnyTagClassName
{
color: #389FD7;
}
</style>
background-color css
<style>
a { background-color: #389FD7; }
a { background-color: rgb(56,159,215); }
div.DivClassName
{
background-color: #389FD7;
}
.BgClassName
{
background-color: #389FD7;
}
</style>
border-color css
<style>
span { border-color: #389FD7; }
span { border-color: rgb(56,159,215); }
td.TdClassName
{
border-color: #389FD7;
}
.TagClassName
{
border-color: #389FD7;
}
</style>