Shades of Curious Blue #389BC7
Tints of Curious Blue #389BC7
RGB
CMYK
RGB Variations
Color information
#389BC7 (or 0x389BC7) is known color: Curious Blue. HEX triplet: 38, 9B and C7. RGB value is (56,155,199). Sum of RGB (Red+Green+Blue) = 56+155+199=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 199 - color contains mainly: blue. Hex color #389BC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BC7 is #C76438. Grayscale: #828282. Windows color (decimal): -13067321 or 13081400. OLE color: 13081400.
HSL color Cylindrical-coordinate representation of color #389BC7: hue angle of 198.46º 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 #389BC7 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 155 | 199 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.22 |
| HSL | 198.46º | 0.56% | 0.5% | - |
| HSV(B) | 198.46º | 0.72% | 0.78% | - |
| XYZ | 23.66 | 28.41 | 58.27 | - |
| YUV | 130.42 | 166.7 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 199 | 0.72 | 0.22 | 0 | 0.22 | 198.46 | 0.56 | 0.5 |
| Hex | 38 | 9B | C7 | 48 | 16 | 0 | 16 | C6 | 38 | 32 |
| Octal | 70 | 233 | 307 | 110 | 26 | 0 | 26 | 306 | 70 | 62 |
| Binary | 111000 | 10011011 | 11000111 | 1001000 | 10110 | 0 | 10110 | 11000110 | 111000 | 110010 |
Color Harmonies of #389BC7
Complementary color
Monochromatic Colors of #389BC7
Black with #389BC7
Text Example
Text Example
White with #389BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389BC7; }
p { color: rgb(56,155,199); }
H1.HeaderClassName
{
color: #389BC7;
}
.AnyTagClassName
{
color: #389BC7;
}
</style>
background-color css
<style>
a { background-color: #389BC7; }
a { background-color: rgb(56,155,199); }
div.DivClassName
{
background-color: #389BC7;
}
.BgClassName
{
background-color: #389BC7;
}
</style>
border-color css
<style>
span { border-color: #389BC7; }
span { border-color: rgb(56,155,199); }
td.TdClassName
{
border-color: #389BC7;
}
.TagClassName
{
border-color: #389BC7;
}
</style>