Shades of Curious Blue #389BC5
Tints of Curious Blue #389BC5
RGB
CMYK
RGB Variations
Color information
#389BC5 (or 0x389BC5) is known color: Curious Blue. HEX triplet: 38, 9B and C5. RGB value is (56,155,197). Sum of RGB (Red+Green+Blue) = 56+155+197=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #389BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BC5 is #C7643A. Grayscale: #818181. Windows color (decimal): -13067323 or 12950328. OLE color: 12950328.
HSL color Cylindrical-coordinate representation of color #389BC5: hue angle of 197.87º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389BC5 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 155 | 197 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.23 |
| HSL | 197.87º | 0.56% | 0.5% | - |
| HSV(B) | 197.87º | 0.72% | 0.77% | - |
| XYZ | 23.43 | 28.31 | 57.05 | - |
| YUV | 130.19 | 165.7 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 197 | 0.72 | 0.21 | 0 | 0.23 | 197.87 | 0.56 | 0.5 |
| Hex | 38 | 9B | C5 | 48 | 15 | 0 | 17 | C6 | 38 | 32 |
| Octal | 70 | 233 | 305 | 110 | 25 | 0 | 27 | 306 | 70 | 62 |
| Binary | 111000 | 10011011 | 11000101 | 1001000 | 10101 | 0 | 10111 | 11000110 | 111000 | 110010 |
Color Harmonies of #389BC5
Complementary color
Monochromatic Colors of #389BC5
Black with #389BC5
Text Example
Text Example
White with #389BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BC5; }
p { color: rgb(56,155,197); }
H1.HeaderClassName
{
color: #389BC5;
}
.AnyTagClassName
{
color: #389BC5;
}
</style>
background-color css
<style>
a { background-color: #389BC5; }
a { background-color: rgb(56,155,197); }
div.DivClassName
{
background-color: #389BC5;
}
.BgClassName
{
background-color: #389BC5;
}
</style>
border-color css
<style>
span { border-color: #389BC5; }
span { border-color: rgb(56,155,197); }
td.TdClassName
{
border-color: #389BC5;
}
.TagClassName
{
border-color: #389BC5;
}
</style>