Shades of Summer Sky #389FCC
Tints of Summer Sky #389FCC
RGB
CMYK
RGB Variations
Color information
#389FCC (or 0x389FCC) is known color: Summer Sky. HEX triplet: 38, 9F and CC. RGB value is (56,159,204). Sum of RGB (Red+Green+Blue) = 56+159+204=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #389FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FCC is #C76033. Grayscale: #858585. Windows color (decimal): -13066292 or 13410104. OLE color: 13410104.
HSL color Cylindrical-coordinate representation of color #389FCC: hue angle of 198.24º 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 #389FCC is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 159 | 204 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.2 |
| HSL | 198.24º | 0.59% | 0.51% | - |
| HSV(B) | 198.24º | 0.73% | 0.8% | - |
| XYZ | 24.93 | 30 | 61.6 | - |
| YUV | 133.33 | 167.88 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 204 | 0.73 | 0.22 | 0 | 0.2 | 198.24 | 0.59 | 0.51 |
| Hex | 38 | 9F | CC | 49 | 16 | 0 | 14 | C6 | 3B | 33 |
| Octal | 70 | 237 | 314 | 111 | 26 | 0 | 24 | 306 | 73 | 63 |
| Binary | 111000 | 10011111 | 11001100 | 1001001 | 10110 | 0 | 10100 | 11000110 | 111011 | 110011 |
Color Harmonies of #389FCC
Complementary color
Monochromatic Colors of #389FCC
Black with #389FCC
Text Example
Text Example
White with #389FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389FCC; }
p { color: rgb(56,159,204); }
H1.HeaderClassName
{
color: #389FCC;
}
.AnyTagClassName
{
color: #389FCC;
}
</style>
background-color css
<style>
a { background-color: #389FCC; }
a { background-color: rgb(56,159,204); }
div.DivClassName
{
background-color: #389FCC;
}
.BgClassName
{
background-color: #389FCC;
}
</style>
border-color css
<style>
span { border-color: #389FCC; }
span { border-color: rgb(56,159,204); }
td.TdClassName
{
border-color: #389FCC;
}
.TagClassName
{
border-color: #389FCC;
}
</style>