Shades of Summer Sky #389BEB
Tints of Summer Sky #389BEB
RGB
CMYK
RGB Variations
Color information
#389BEB (or 0x389BEB) is known color: Summer Sky. HEX triplet: 38, 9B and EB. RGB value is (56,155,235). Sum of RGB (Red+Green+Blue) = 56+155+235=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #389BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389BEB is #C76414. Grayscale: #868686. Windows color (decimal): -13067285 or 15440696. OLE color: 15440696.
HSL color Cylindrical-coordinate representation of color #389BEB: hue angle of 206.82º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #389BEB is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 155 | 235 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.08 |
| HSL | 206.82º | 0.82% | 0.57% | - |
| HSV(B) | 206.82º | 0.76% | 0.92% | - |
| XYZ | 28.35 | 30.28 | 82.95 | - |
| YUV | 134.52 | 184.7 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 235 | 0.76 | 0.34 | 0 | 0.08 | 206.82 | 0.82 | 0.57 |
| Hex | 38 | 9B | EB | 4C | 22 | 0 | 8 | CF | 52 | 39 |
| Octal | 70 | 233 | 353 | 114 | 42 | 0 | 10 | 317 | 122 | 71 |
| Binary | 111000 | 10011011 | 11101011 | 1001100 | 100010 | 0 | 1000 | 11001111 | 1010010 | 111001 |
Color Harmonies of #389BEB
Complementary color
Monochromatic Colors of #389BEB
Black with #389BEB
Text Example
Text Example
White with #389BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BEB; }
p { color: rgb(56,155,235); }
H1.HeaderClassName
{
color: #389BEB;
}
.AnyTagClassName
{
color: #389BEB;
}
</style>
background-color css
<style>
a { background-color: #389BEB; }
a { background-color: rgb(56,155,235); }
div.DivClassName
{
background-color: #389BEB;
}
.BgClassName
{
background-color: #389BEB;
}
</style>
border-color css
<style>
span { border-color: #389BEB; }
span { border-color: rgb(56,155,235); }
td.TdClassName
{
border-color: #389BEB;
}
.TagClassName
{
border-color: #389BEB;
}
</style>