Shades of Summer Sky #389BDB
Tints of Summer Sky #389BDB
RGB
CMYK
RGB Variations
Color information
#389BDB (or 0x389BDB) is known color: Summer Sky. HEX triplet: 38, 9B and DB. RGB value is (56,155,219). Sum of RGB (Red+Green+Blue) = 56+155+219=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #389BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BDB is #C76424. Grayscale: #848484. Windows color (decimal): -13067301 or 14392120. OLE color: 14392120.
HSL color Cylindrical-coordinate representation of color #389BDB: hue angle of 203.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #389BDB is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 155 | 219 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.14 |
| HSL | 203.56º | 0.69% | 0.54% | - |
| HSV(B) | 203.56º | 0.74% | 0.86% | - |
| XYZ | 26.14 | 29.4 | 71.31 | - |
| YUV | 132.7 | 176.7 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 219 | 0.74 | 0.29 | 0 | 0.14 | 203.56 | 0.69 | 0.54 |
| Hex | 38 | 9B | DB | 4A | 1D | 0 | E | CC | 45 | 36 |
| Octal | 70 | 233 | 333 | 112 | 35 | 0 | 16 | 314 | 105 | 66 |
| Binary | 111000 | 10011011 | 11011011 | 1001010 | 11101 | 0 | 1110 | 11001100 | 1000101 | 110110 |
Color Harmonies of #389BDB
Complementary color
Monochromatic Colors of #389BDB
Black with #389BDB
Text Example
Text Example
White with #389BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BDB; }
p { color: rgb(56,155,219); }
H1.HeaderClassName
{
color: #389BDB;
}
.AnyTagClassName
{
color: #389BDB;
}
</style>
background-color css
<style>
a { background-color: #389BDB; }
a { background-color: rgb(56,155,219); }
div.DivClassName
{
background-color: #389BDB;
}
.BgClassName
{
background-color: #389BDB;
}
</style>
border-color css
<style>
span { border-color: #389BDB; }
span { border-color: rgb(56,155,219); }
td.TdClassName
{
border-color: #389BDB;
}
.TagClassName
{
border-color: #389BDB;
}
</style>