Shades of Summer Sky #389BEF
Tints of Summer Sky #389BEF
RGB
CMYK
RGB Variations
Color information
#389BEF (or 0x389BEF) is known color: Summer Sky. HEX triplet: 38, 9B and EF. RGB value is (56,155,239). Sum of RGB (Red+Green+Blue) = 56+155+239=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #389BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389BEF is #C76410. Grayscale: #868686. Windows color (decimal): -13067281 or 15702840. OLE color: 15702840.
HSL color Cylindrical-coordinate representation of color #389BEF: hue angle of 207.54º degrees, saturation: 0.85, 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 #389BEF is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 155 | 239 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.06 |
| HSL | 207.54º | 0.85% | 0.58% | - |
| HSV(B) | 207.54º | 0.77% | 0.94% | - |
| XYZ | 28.93 | 30.52 | 86.03 | - |
| YUV | 134.98 | 186.7 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 239 | 0.77 | 0.35 | 0 | 0.06 | 207.54 | 0.85 | 0.58 |
| Hex | 38 | 9B | EF | 4D | 23 | 0 | 6 | D0 | 55 | 3A |
| Octal | 70 | 233 | 357 | 115 | 43 | 0 | 6 | 320 | 125 | 72 |
| Binary | 111000 | 10011011 | 11101111 | 1001101 | 100011 | 0 | 110 | 11010000 | 1010101 | 111010 |
Color Harmonies of #389BEF
Complementary color
Monochromatic Colors of #389BEF
Black with #389BEF
Text Example
Text Example
White with #389BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BEF; }
p { color: rgb(56,155,239); }
H1.HeaderClassName
{
color: #389BEF;
}
.AnyTagClassName
{
color: #389BEF;
}
</style>
background-color css
<style>
a { background-color: #389BEF; }
a { background-color: rgb(56,155,239); }
div.DivClassName
{
background-color: #389BEF;
}
.BgClassName
{
background-color: #389BEF;
}
</style>
border-color css
<style>
span { border-color: #389BEF; }
span { border-color: rgb(56,155,239); }
td.TdClassName
{
border-color: #389BEF;
}
.TagClassName
{
border-color: #389BEF;
}
</style>