Shades of Summer Sky #389FF1
Tints of Summer Sky #389FF1
RGB
CMYK
RGB Variations
Color information
#389FF1 (or 0x389FF1) is known color: Summer Sky. HEX triplet: 38, 9F and F1. RGB value is (56,159,241). Sum of RGB (Red+Green+Blue) = 56+159+241=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #389FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389FF1 is #C7600E. Grayscale: #898989. Windows color (decimal): -13066255 or 15834936. OLE color: 15834936.
HSL color Cylindrical-coordinate representation of color #389FF1: hue angle of 206.59º degrees, saturation: 0.87, 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 #389FF1 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 159 | 241 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.05 |
| HSL | 206.59º | 0.87% | 0.58% | - |
| HSV(B) | 206.59º | 0.77% | 0.95% | - |
| XYZ | 29.91 | 31.99 | 87.82 | - |
| YUV | 137.55 | 186.38 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 241 | 0.77 | 0.34 | 0 | 0.05 | 206.59 | 0.87 | 0.58 |
| Hex | 38 | 9F | F1 | 4D | 22 | 0 | 5 | CF | 57 | 3A |
| Octal | 70 | 237 | 361 | 115 | 42 | 0 | 5 | 317 | 127 | 72 |
| Binary | 111000 | 10011111 | 11110001 | 1001101 | 100010 | 0 | 101 | 11001111 | 1010111 | 111010 |
Color Harmonies of #389FF1
Complementary color
Monochromatic Colors of #389FF1
Black with #389FF1
Text Example
Text Example
White with #389FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FF1; }
p { color: rgb(56,159,241); }
H1.HeaderClassName
{
color: #389FF1;
}
.AnyTagClassName
{
color: #389FF1;
}
</style>
background-color css
<style>
a { background-color: #389FF1; }
a { background-color: rgb(56,159,241); }
div.DivClassName
{
background-color: #389FF1;
}
.BgClassName
{
background-color: #389FF1;
}
</style>
border-color css
<style>
span { border-color: #389FF1; }
span { border-color: rgb(56,159,241); }
td.TdClassName
{
border-color: #389FF1;
}
.TagClassName
{
border-color: #389FF1;
}
</style>