Shades of Summer Sky #389DCC
Tints of Summer Sky #389DCC
RGB
CMYK
RGB Variations
Color information
#389DCC (or 0x389DCC) is known color: Summer Sky. HEX triplet: 38, 9D and CC. RGB value is (56,157,204). Sum of RGB (Red+Green+Blue) = 56+157+204=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #389DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DCC is #C76233. Grayscale: #838383. Windows color (decimal): -13066804 or 13409592. OLE color: 13409592.
HSL color Cylindrical-coordinate representation of color #389DCC: hue angle of 199.05º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389DCC is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 157 | 204 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.2 |
| HSL | 199.05º | 0.59% | 0.51% | - |
| HSV(B) | 199.05º | 0.73% | 0.8% | - |
| XYZ | 24.59 | 29.31 | 61.49 | - |
| YUV | 132.16 | 168.54 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 204 | 0.73 | 0.23 | 0 | 0.2 | 199.05 | 0.59 | 0.51 |
| Hex | 38 | 9D | CC | 49 | 17 | 0 | 14 | C7 | 3B | 33 |
| Octal | 70 | 235 | 314 | 111 | 27 | 0 | 24 | 307 | 73 | 63 |
| Binary | 111000 | 10011101 | 11001100 | 1001001 | 10111 | 0 | 10100 | 11000111 | 111011 | 110011 |
Color Harmonies of #389DCC
Complementary color
Monochromatic Colors of #389DCC
Black with #389DCC
Text Example
Text Example
White with #389DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DCC; }
p { color: rgb(56,157,204); }
H1.HeaderClassName
{
color: #389DCC;
}
.AnyTagClassName
{
color: #389DCC;
}
</style>
background-color css
<style>
a { background-color: #389DCC; }
a { background-color: rgb(56,157,204); }
div.DivClassName
{
background-color: #389DCC;
}
.BgClassName
{
background-color: #389DCC;
}
</style>
border-color css
<style>
span { border-color: #389DCC; }
span { border-color: rgb(56,157,204); }
td.TdClassName
{
border-color: #389DCC;
}
.TagClassName
{
border-color: #389DCC;
}
</style>