Shades of Summer Sky #389FCB
Tints of Summer Sky #389FCB
RGB
CMYK
RGB Variations
Color information
#389FCB (or 0x389FCB) is known color: Summer Sky. HEX triplet: 38, 9F and CB. RGB value is (56,159,203). Sum of RGB (Red+Green+Blue) = 56+159+203=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #389FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FCB is #C76034. Grayscale: #848484. Windows color (decimal): -13066293 or 13344568. OLE color: 13344568.
HSL color Cylindrical-coordinate representation of color #389FCB: hue angle of 197.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389FCB is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 159 | 203 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.20 |
| HSL | 197.96º | 0.59% | 0.51% | - |
| HSV(B) | 197.96º | 0.72% | 0.8% | - |
| XYZ | 24.81 | 29.95 | 60.97 | - |
| YUV | 133.22 | 167.38 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 203 | 0.72 | 0.22 | 0 | 0.20 | 197.96 | 0.59 | 0.51 |
| Hex | 38 | 9F | CB | 48 | 16 | 0 | 14 | C6 | 3B | 33 |
| Octal | 70 | 237 | 313 | 110 | 26 | 0 | 24 | 306 | 73 | 63 |
| Binary | 111000 | 10011111 | 11001011 | 1001000 | 10110 | 0 | 10100 | 11000110 | 111011 | 110011 |
Color Harmonies of #389FCB
Complementary color
Monochromatic Colors of #389FCB
Black with #389FCB
Text Example
Text Example
White with #389FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FCB; }
p { color: rgb(56,159,203); }
H1.HeaderClassName
{
color: #389FCB;
}
.AnyTagClassName
{
color: #389FCB;
}
</style>
background-color css
<style>
a { background-color: #389FCB; }
a { background-color: rgb(56,159,203); }
div.DivClassName
{
background-color: #389FCB;
}
.BgClassName
{
background-color: #389FCB;
}
</style>
border-color css
<style>
span { border-color: #389FCB; }
span { border-color: rgb(56,159,203); }
td.TdClassName
{
border-color: #389FCB;
}
.TagClassName
{
border-color: #389FCB;
}
</style>