Shades of Summer Sky #389EF0
Tints of Summer Sky #389EF0
RGB
CMYK
RGB Variations
Color information
#389EF0 (or 0x389EF0) is known color: Summer Sky. HEX triplet: 38, 9E and F0. RGB value is (56,158,240). Sum of RGB (Red+Green+Blue) = 56+158+240=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #389EF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389EF0 is #C7610F. Grayscale: #888888. Windows color (decimal): -13066512 or 15769144. OLE color: 15769144.
HSL color Cylindrical-coordinate representation of color #389EF0: hue angle of 206.74º 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 #389EF0 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 158 | 240 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.06 |
| HSL | 206.74º | 0.86% | 0.58% | - |
| HSV(B) | 206.74º | 0.77% | 0.94% | - |
| XYZ | 29.59 | 31.59 | 86.98 | - |
| YUV | 136.85 | 186.21 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 240 | 0.77 | 0.34 | 0 | 0.06 | 206.74 | 0.86 | 0.58 |
| Hex | 38 | 9E | F0 | 4D | 22 | 0 | 6 | CF | 56 | 3A |
| Octal | 70 | 236 | 360 | 115 | 42 | 0 | 6 | 317 | 126 | 72 |
| Binary | 111000 | 10011110 | 11110000 | 1001101 | 100010 | 0 | 110 | 11001111 | 1010110 | 111010 |
Color Harmonies of #389EF0
Complementary color
Monochromatic Colors of #389EF0
Black with #389EF0
Text Example
Text Example
White with #389EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389EF0; }
p { color: rgb(56,158,240); }
H1.HeaderClassName
{
color: #389EF0;
}
.AnyTagClassName
{
color: #389EF0;
}
</style>
background-color css
<style>
a { background-color: #389EF0; }
a { background-color: rgb(56,158,240); }
div.DivClassName
{
background-color: #389EF0;
}
.BgClassName
{
background-color: #389EF0;
}
</style>
border-color css
<style>
span { border-color: #389EF0; }
span { border-color: rgb(56,158,240); }
td.TdClassName
{
border-color: #389EF0;
}
.TagClassName
{
border-color: #389EF0;
}
</style>