Shades of Summer Sky #389CC8
Tints of Summer Sky #389CC8
RGB
CMYK
RGB Variations
Color information
#389CC8 (or 0x389CC8) is known color: Summer Sky. HEX triplet: 38, 9C and C8. RGB value is (56,156,200). Sum of RGB (Red+Green+Blue) = 56+156+200=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #389CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CC8 is #C76337. Grayscale: #828282. Windows color (decimal): -13067064 or 13147192. OLE color: 13147192.
HSL color Cylindrical-coordinate representation of color #389CC8: hue angle of 198.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389CC8 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 156 | 200 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.22 |
| HSL | 198.33º | 0.57% | 0.5% | - |
| HSV(B) | 198.33º | 0.72% | 0.78% | - |
| XYZ | 23.94 | 28.79 | 58.94 | - |
| YUV | 131.12 | 166.87 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 200 | 0.72 | 0.22 | 0 | 0.22 | 198.33 | 0.57 | 0.5 |
| Hex | 38 | 9C | C8 | 48 | 16 | 0 | 16 | C6 | 39 | 32 |
| Octal | 70 | 234 | 310 | 110 | 26 | 0 | 26 | 306 | 71 | 62 |
| Binary | 111000 | 10011100 | 11001000 | 1001000 | 10110 | 0 | 10110 | 11000110 | 111001 | 110010 |
Color Harmonies of #389CC8
Complementary color
Monochromatic Colors of #389CC8
Black with #389CC8
Text Example
Text Example
White with #389CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389CC8; }
p { color: rgb(56,156,200); }
H1.HeaderClassName
{
color: #389CC8;
}
.AnyTagClassName
{
color: #389CC8;
}
</style>
background-color css
<style>
a { background-color: #389CC8; }
a { background-color: rgb(56,156,200); }
div.DivClassName
{
background-color: #389CC8;
}
.BgClassName
{
background-color: #389CC8;
}
</style>
border-color css
<style>
span { border-color: #389CC8; }
span { border-color: rgb(56,156,200); }
td.TdClassName
{
border-color: #389CC8;
}
.TagClassName
{
border-color: #389CC8;
}
</style>