Shades of Summer Sky #389FF0
Tints of Summer Sky #389FF0
RGB
CMYK
RGB Variations
Color information
#389FF0 (or 0x389FF0) is known color: Summer Sky. HEX triplet: 38, 9F and F0. RGB value is (56,159,240). Sum of RGB (Red+Green+Blue) = 56+159+240=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #389FF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389FF0 is #C7600F. Grayscale: #898989. Windows color (decimal): -13066256 or 15769400. OLE color: 15769400.
HSL color Cylindrical-coordinate representation of color #389FF0: hue angle of 206.41º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #389FF0 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 159 | 240 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.06 |
| HSL | 206.41º | 0.86% | 0.58% | - |
| HSV(B) | 206.41º | 0.77% | 0.94% | - |
| XYZ | 29.76 | 31.93 | 87.03 | - |
| YUV | 137.44 | 185.88 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 240 | 0.77 | 0.34 | 0 | 0.06 | 206.41 | 0.86 | 0.58 |
| Hex | 38 | 9F | F0 | 4D | 22 | 0 | 6 | CE | 56 | 3A |
| Octal | 70 | 237 | 360 | 115 | 42 | 0 | 6 | 316 | 126 | 72 |
| Binary | 111000 | 10011111 | 11110000 | 1001101 | 100010 | 0 | 110 | 11001110 | 1010110 | 111010 |
Color Harmonies of #389FF0
Complementary color
Monochromatic Colors of #389FF0
Black with #389FF0
Text Example
Text Example
White with #389FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FF0; }
p { color: rgb(56,159,240); }
H1.HeaderClassName
{
color: #389FF0;
}
.AnyTagClassName
{
color: #389FF0;
}
</style>
background-color css
<style>
a { background-color: #389FF0; }
a { background-color: rgb(56,159,240); }
div.DivClassName
{
background-color: #389FF0;
}
.BgClassName
{
background-color: #389FF0;
}
</style>
border-color css
<style>
span { border-color: #389FF0; }
span { border-color: rgb(56,159,240); }
td.TdClassName
{
border-color: #389FF0;
}
.TagClassName
{
border-color: #389FF0;
}
</style>