Shades of Summer Sky #389FC8
Tints of Summer Sky #389FC8
RGB
CMYK
RGB Variations
Color information
#389FC8 (or 0x389FC8) is known color: Summer Sky. HEX triplet: 38, 9F and C8. RGB value is (56,159,200). Sum of RGB (Red+Green+Blue) = 56+159+200=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #389FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FC8 is #C76037. Grayscale: #848484. Windows color (decimal): -13066296 or 13147960. OLE color: 13147960.
HSL color Cylindrical-coordinate representation of color #389FC8: hue angle of 197.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389FC8 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 159 | 200 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.22 |
| HSL | 197.08º | 0.57% | 0.5% | - |
| HSV(B) | 197.08º | 0.72% | 0.78% | - |
| XYZ | 24.45 | 29.81 | 59.11 | - |
| YUV | 132.88 | 165.88 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 200 | 0.72 | 0.20 | 0 | 0.22 | 197.08 | 0.57 | 0.5 |
| Hex | 38 | 9F | C8 | 48 | 14 | 0 | 16 | C5 | 39 | 32 |
| Octal | 70 | 237 | 310 | 110 | 24 | 0 | 26 | 305 | 71 | 62 |
| Binary | 111000 | 10011111 | 11001000 | 1001000 | 10100 | 0 | 10110 | 11000101 | 111001 | 110010 |
Color Harmonies of #389FC8
Complementary color
Monochromatic Colors of #389FC8
Black with #389FC8
Text Example
Text Example
White with #389FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FC8; }
p { color: rgb(56,159,200); }
H1.HeaderClassName
{
color: #389FC8;
}
.AnyTagClassName
{
color: #389FC8;
}
</style>
background-color css
<style>
a { background-color: #389FC8; }
a { background-color: rgb(56,159,200); }
div.DivClassName
{
background-color: #389FC8;
}
.BgClassName
{
background-color: #389FC8;
}
</style>
border-color css
<style>
span { border-color: #389FC8; }
span { border-color: rgb(56,159,200); }
td.TdClassName
{
border-color: #389FC8;
}
.TagClassName
{
border-color: #389FC8;
}
</style>