Shades of Curious Blue #389BC8
Tints of Curious Blue #389BC8
RGB
CMYK
RGB Variations
Color information
#389BC8 (or 0x389BC8) is known color: Curious Blue. HEX triplet: 38, 9B and C8. RGB value is (56,155,200). Sum of RGB (Red+Green+Blue) = 56+155+200=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #389BC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BC8 is #C76437. Grayscale: #828282. Windows color (decimal): -13067320 or 13146936. OLE color: 13146936.
HSL color Cylindrical-coordinate representation of color #389BC8: hue angle of 198.75º 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 #389BC8 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 155 | 200 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.22 |
| HSL | 198.75º | 0.57% | 0.5% | - |
| HSV(B) | 198.75º | 0.72% | 0.78% | - |
| XYZ | 23.78 | 28.45 | 58.88 | - |
| YUV | 130.53 | 167.2 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 200 | 0.72 | 0.22 | 0 | 0.22 | 198.75 | 0.57 | 0.5 |
| Hex | 38 | 9B | C8 | 48 | 16 | 0 | 16 | C7 | 39 | 32 |
| Octal | 70 | 233 | 310 | 110 | 26 | 0 | 26 | 307 | 71 | 62 |
| Binary | 111000 | 10011011 | 11001000 | 1001000 | 10110 | 0 | 10110 | 11000111 | 111001 | 110010 |
Color Harmonies of #389BC8
Complementary color
Monochromatic Colors of #389BC8
Black with #389BC8
Text Example
Text Example
White with #389BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BC8; }
p { color: rgb(56,155,200); }
H1.HeaderClassName
{
color: #389BC8;
}
.AnyTagClassName
{
color: #389BC8;
}
</style>
background-color css
<style>
a { background-color: #389BC8; }
a { background-color: rgb(56,155,200); }
div.DivClassName
{
background-color: #389BC8;
}
.BgClassName
{
background-color: #389BC8;
}
</style>
border-color css
<style>
span { border-color: #389BC8; }
span { border-color: rgb(56,155,200); }
td.TdClassName
{
border-color: #389BC8;
}
.TagClassName
{
border-color: #389BC8;
}
</style>