Shades of Summer Sky #389BCF
Tints of Summer Sky #389BCF
RGB
CMYK
RGB Variations
Color information
#389BCF (or 0x389BCF) is known color: Summer Sky. HEX triplet: 38, 9B and CF. RGB value is (56,155,207). Sum of RGB (Red+Green+Blue) = 56+155+207=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #389BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BCF is #C76430. Grayscale: #838383. Windows color (decimal): -13067313 or 13605688. OLE color: 13605688.
HSL color Cylindrical-coordinate representation of color #389BCF: hue angle of 200.66º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #389BCF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 155 | 207 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.19 |
| HSL | 200.66º | 0.61% | 0.52% | - |
| HSV(B) | 200.66º | 0.73% | 0.81% | - |
| XYZ | 24.61 | 28.79 | 63.29 | - |
| YUV | 131.33 | 170.7 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 207 | 0.73 | 0.25 | 0 | 0.19 | 200.66 | 0.61 | 0.52 |
| Hex | 38 | 9B | CF | 49 | 19 | 0 | 13 | C9 | 3D | 34 |
| Octal | 70 | 233 | 317 | 111 | 31 | 0 | 23 | 311 | 75 | 64 |
| Binary | 111000 | 10011011 | 11001111 | 1001001 | 11001 | 0 | 10011 | 11001001 | 111101 | 110100 |
Color Harmonies of #389BCF
Complementary color
Monochromatic Colors of #389BCF
Black with #389BCF
Text Example
Text Example
White with #389BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BCF; }
p { color: rgb(56,155,207); }
H1.HeaderClassName
{
color: #389BCF;
}
.AnyTagClassName
{
color: #389BCF;
}
</style>
background-color css
<style>
a { background-color: #389BCF; }
a { background-color: rgb(56,155,207); }
div.DivClassName
{
background-color: #389BCF;
}
.BgClassName
{
background-color: #389BCF;
}
</style>
border-color css
<style>
span { border-color: #389BCF; }
span { border-color: rgb(56,155,207); }
td.TdClassName
{
border-color: #389BCF;
}
.TagClassName
{
border-color: #389BCF;
}
</style>