Shades of Curious Blue #389BC9
Tints of Curious Blue #389BC9
RGB
CMYK
RGB Variations
Color information
#389BC9 (or 0x389BC9) is known color: Curious Blue. HEX triplet: 38, 9B and C9. RGB value is (56,155,201). Sum of RGB (Red+Green+Blue) = 56+155+201=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #389BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BC9 is #C76436. Grayscale: #828282. Windows color (decimal): -13067319 or 13212472. OLE color: 13212472.
HSL color Cylindrical-coordinate representation of color #389BC9: hue angle of 199.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389BC9 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 155 | 201 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.21 |
| HSL | 199.03º | 0.57% | 0.5% | - |
| HSV(B) | 199.03º | 0.72% | 0.79% | - |
| XYZ | 23.89 | 28.5 | 59.5 | - |
| YUV | 130.64 | 167.7 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 201 | 0.72 | 0.23 | 0 | 0.21 | 199.03 | 0.57 | 0.5 |
| Hex | 38 | 9B | C9 | 48 | 17 | 0 | 15 | C7 | 39 | 32 |
| Octal | 70 | 233 | 311 | 110 | 27 | 0 | 25 | 307 | 71 | 62 |
| Binary | 111000 | 10011011 | 11001001 | 1001000 | 10111 | 0 | 10101 | 11000111 | 111001 | 110010 |
Color Harmonies of #389BC9
Complementary color
Monochromatic Colors of #389BC9
Black with #389BC9
Text Example
Text Example
White with #389BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BC9; }
p { color: rgb(56,155,201); }
H1.HeaderClassName
{
color: #389BC9;
}
.AnyTagClassName
{
color: #389BC9;
}
</style>
background-color css
<style>
a { background-color: #389BC9; }
a { background-color: rgb(56,155,201); }
div.DivClassName
{
background-color: #389BC9;
}
.BgClassName
{
background-color: #389BC9;
}
</style>
border-color css
<style>
span { border-color: #389BC9; }
span { border-color: rgb(56,155,201); }
td.TdClassName
{
border-color: #389BC9;
}
.TagClassName
{
border-color: #389BC9;
}
</style>