Shades of Curious Blue #389BC6
Tints of Curious Blue #389BC6
RGB
CMYK
RGB Variations
Color information
#389BC6 (or 0x389BC6) is known color: Curious Blue. HEX triplet: 38, 9B and C6. RGB value is (56,155,198). Sum of RGB (Red+Green+Blue) = 56+155+198=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #389BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BC6 is #C76439. Grayscale: #828282. Windows color (decimal): -13067322 or 13015864. OLE color: 13015864.
HSL color Cylindrical-coordinate representation of color #389BC6: hue angle of 198.17º degrees, saturation: 0.56, 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 #389BC6 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 155 | 198 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.22 |
| HSL | 198.17º | 0.56% | 0.5% | - |
| HSV(B) | 198.17º | 0.72% | 0.78% | - |
| XYZ | 23.55 | 28.36 | 57.66 | - |
| YUV | 130.3 | 166.2 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 198 | 0.72 | 0.22 | 0 | 0.22 | 198.17 | 0.56 | 0.5 |
| Hex | 38 | 9B | C6 | 48 | 16 | 0 | 16 | C6 | 38 | 32 |
| Octal | 70 | 233 | 306 | 110 | 26 | 0 | 26 | 306 | 70 | 62 |
| Binary | 111000 | 10011011 | 11000110 | 1001000 | 10110 | 0 | 10110 | 11000110 | 111000 | 110010 |
Color Harmonies of #389BC6
Complementary color
Monochromatic Colors of #389BC6
Black with #389BC6
Text Example
Text Example
White with #389BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BC6; }
p { color: rgb(56,155,198); }
H1.HeaderClassName
{
color: #389BC6;
}
.AnyTagClassName
{
color: #389BC6;
}
</style>
background-color css
<style>
a { background-color: #389BC6; }
a { background-color: rgb(56,155,198); }
div.DivClassName
{
background-color: #389BC6;
}
.BgClassName
{
background-color: #389BC6;
}
</style>
border-color css
<style>
span { border-color: #389BC6; }
span { border-color: rgb(56,155,198); }
td.TdClassName
{
border-color: #389BC6;
}
.TagClassName
{
border-color: #389BC6;
}
</style>