Shades of Summer Sky #389BDF
Tints of Summer Sky #389BDF
RGB
CMYK
RGB Variations
Color information
#389BDF (or 0x389BDF) is known color: Summer Sky. HEX triplet: 38, 9B and DF. RGB value is (56,155,223). Sum of RGB (Red+Green+Blue) = 56+155+223=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #389BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BDF is #C76420. Grayscale: #848484. Windows color (decimal): -13067297 or 14654264. OLE color: 14654264.
HSL color Cylindrical-coordinate representation of color #389BDF: hue angle of 204.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #389BDF is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 155 | 223 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.13 |
| HSL | 204.43º | 0.72% | 0.55% | - |
| HSV(B) | 204.43º | 0.75% | 0.87% | - |
| XYZ | 26.67 | 29.61 | 74.12 | - |
| YUV | 133.15 | 178.7 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 223 | 0.75 | 0.30 | 0 | 0.13 | 204.43 | 0.72 | 0.55 |
| Hex | 38 | 9B | DF | 4B | 1E | 0 | D | CC | 48 | 37 |
| Octal | 70 | 233 | 337 | 113 | 36 | 0 | 15 | 314 | 110 | 67 |
| Binary | 111000 | 10011011 | 11011111 | 1001011 | 11110 | 0 | 1101 | 11001100 | 1001000 | 110111 |
Color Harmonies of #389BDF
Complementary color
Monochromatic Colors of #389BDF
Black with #389BDF
Text Example
Text Example
White with #389BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BDF; }
p { color: rgb(56,155,223); }
H1.HeaderClassName
{
color: #389BDF;
}
.AnyTagClassName
{
color: #389BDF;
}
</style>
background-color css
<style>
a { background-color: #389BDF; }
a { background-color: rgb(56,155,223); }
div.DivClassName
{
background-color: #389BDF;
}
.BgClassName
{
background-color: #389BDF;
}
</style>
border-color css
<style>
span { border-color: #389BDF; }
span { border-color: rgb(56,155,223); }
td.TdClassName
{
border-color: #389BDF;
}
.TagClassName
{
border-color: #389BDF;
}
</style>