Shades of Summer Sky #389BDD
Tints of Summer Sky #389BDD
RGB
CMYK
RGB Variations
Color information
#389BDD (or 0x389BDD) is known color: Summer Sky. HEX triplet: 38, 9B and DD. RGB value is (56,155,221). Sum of RGB (Red+Green+Blue) = 56+155+221=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #389BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BDD is #C76422. Grayscale: #848484. Windows color (decimal): -13067299 or 14523192. OLE color: 14523192.
HSL color Cylindrical-coordinate representation of color #389BDD: hue angle of 204º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #389BDD is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 155 | 221 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.13 |
| HSL | 204º | 0.71% | 0.54% | - |
| HSV(B) | 204º | 0.75% | 0.87% | - |
| XYZ | 26.4 | 29.5 | 72.71 | - |
| YUV | 132.92 | 177.7 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 221 | 0.75 | 0.30 | 0 | 0.13 | 204 | 0.71 | 0.54 |
| Hex | 38 | 9B | DD | 4B | 1E | 0 | D | CC | 47 | 36 |
| Octal | 70 | 233 | 335 | 113 | 36 | 0 | 15 | 314 | 107 | 66 |
| Binary | 111000 | 10011011 | 11011101 | 1001011 | 11110 | 0 | 1101 | 11001100 | 1000111 | 110110 |
Color Harmonies of #389BDD
Complementary color
Monochromatic Colors of #389BDD
Black with #389BDD
Text Example
Text Example
White with #389BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BDD; }
p { color: rgb(56,155,221); }
H1.HeaderClassName
{
color: #389BDD;
}
.AnyTagClassName
{
color: #389BDD;
}
</style>
background-color css
<style>
a { background-color: #389BDD; }
a { background-color: rgb(56,155,221); }
div.DivClassName
{
background-color: #389BDD;
}
.BgClassName
{
background-color: #389BDD;
}
</style>
border-color css
<style>
span { border-color: #389BDD; }
span { border-color: rgb(56,155,221); }
td.TdClassName
{
border-color: #389BDD;
}
.TagClassName
{
border-color: #389BDD;
}
</style>