Shades of Curious Blue #398DBC
Tints of Curious Blue #398DBC
RGB
CMYK
RGB Variations
Color information
#398DBC (or 0x398DBC) is known color: Curious Blue. HEX triplet: 39, 8D and BC. RGB value is (57,141,188). Sum of RGB (Red+Green+Blue) = 57+141+188=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #398DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DBC is #C67243. Grayscale: #787878. Windows color (decimal): -13005380 or 12356921. OLE color: 12356921.
HSL color Cylindrical-coordinate representation of color #398DBC: hue angle of 201.53º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398DBC is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 141 | 188 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.26 |
| HSL | 201.53º | 0.53% | 0.48% | - |
| HSV(B) | 201.53º | 0.7% | 0.74% | - |
| XYZ | 20.29 | 23.55 | 51.05 | - |
| YUV | 121.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 188 | 0.70 | 0.25 | 0 | 0.26 | 201.53 | 0.53 | 0.48 |
| Hex | 39 | 8D | BC | 46 | 19 | 0 | 1A | CA | 35 | 30 |
| Octal | 71 | 215 | 274 | 106 | 31 | 0 | 32 | 312 | 65 | 60 |
| Binary | 111001 | 10001101 | 10111100 | 1000110 | 11001 | 0 | 11010 | 11001010 | 110101 | 110000 |
Color Harmonies of #398DBC
Complementary color
Monochromatic Colors of #398DBC
Black with #398DBC
Text Example
Text Example
White with #398DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DBC; }
p { color: rgb(57,141,188); }
H1.HeaderClassName
{
color: #398DBC;
}
.AnyTagClassName
{
color: #398DBC;
}
</style>
background-color css
<style>
a { background-color: #398DBC; }
a { background-color: rgb(57,141,188); }
div.DivClassName
{
background-color: #398DBC;
}
.BgClassName
{
background-color: #398DBC;
}
</style>
border-color css
<style>
span { border-color: #398DBC; }
span { border-color: rgb(57,141,188); }
td.TdClassName
{
border-color: #398DBC;
}
.TagClassName
{
border-color: #398DBC;
}
</style>