Shades of Summer Sky #389EF2
Tints of Summer Sky #389EF2
RGB
CMYK
RGB Variations
Color information
#389EF2 (or 0x389EF2) is known color: Summer Sky. HEX triplet: 38, 9E and F2. RGB value is (56,158,242). Sum of RGB (Red+Green+Blue) = 56+158+242=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #389EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389EF2 is #C7610D. Grayscale: #888888. Windows color (decimal): -13066510 or 15900216. OLE color: 15900216.
HSL color Cylindrical-coordinate representation of color #389EF2: hue angle of 207.1º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #389EF2 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 158 | 242 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.05 |
| HSL | 207.1º | 0.88% | 0.58% | - |
| HSV(B) | 207.1º | 0.77% | 0.95% | - |
| XYZ | 29.88 | 31.71 | 88.55 | - |
| YUV | 137.08 | 187.21 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 242 | 0.77 | 0.35 | 0 | 0.05 | 207.1 | 0.88 | 0.58 |
| Hex | 38 | 9E | F2 | 4D | 23 | 0 | 5 | CF | 58 | 3A |
| Octal | 70 | 236 | 362 | 115 | 43 | 0 | 5 | 317 | 130 | 72 |
| Binary | 111000 | 10011110 | 11110010 | 1001101 | 100011 | 0 | 101 | 11001111 | 1011000 | 111010 |
Color Harmonies of #389EF2
Complementary color
Monochromatic Colors of #389EF2
Black with #389EF2
Text Example
Text Example
White with #389EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389EF2; }
p { color: rgb(56,158,242); }
H1.HeaderClassName
{
color: #389EF2;
}
.AnyTagClassName
{
color: #389EF2;
}
</style>
background-color css
<style>
a { background-color: #389EF2; }
a { background-color: rgb(56,158,242); }
div.DivClassName
{
background-color: #389EF2;
}
.BgClassName
{
background-color: #389EF2;
}
</style>
border-color css
<style>
span { border-color: #389EF2; }
span { border-color: rgb(56,158,242); }
td.TdClassName
{
border-color: #389EF2;
}
.TagClassName
{
border-color: #389EF2;
}
</style>