Shades of Curious Blue #398DBF
Tints of Curious Blue #398DBF
RGB
CMYK
RGB Variations
Color information
#398DBF (or 0x398DBF) is known color: Curious Blue. HEX triplet: 39, 8D and BF. RGB value is (57,141,191). Sum of RGB (Red+Green+Blue) = 57+141+191=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #398DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DBF is #C67240. Grayscale: #797979. Windows color (decimal): -13005377 or 12553529. OLE color: 12553529.
HSL color Cylindrical-coordinate representation of color #398DBF: hue angle of 202.39º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398DBF is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 141 | 191 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.25 |
| HSL | 202.39º | 0.54% | 0.49% | - |
| HSV(B) | 202.39º | 0.7% | 0.75% | - |
| XYZ | 20.62 | 23.68 | 52.77 | - |
| YUV | 121.58 | 167.17 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 191 | 0.70 | 0.26 | 0 | 0.25 | 202.39 | 0.54 | 0.49 |
| Hex | 39 | 8D | BF | 46 | 1A | 0 | 19 | CA | 36 | 31 |
| Octal | 71 | 215 | 277 | 106 | 32 | 0 | 31 | 312 | 66 | 61 |
| Binary | 111001 | 10001101 | 10111111 | 1000110 | 11010 | 0 | 11001 | 11001010 | 110110 | 110001 |
Color Harmonies of #398DBF
Complementary color
Monochromatic Colors of #398DBF
Black with #398DBF
Text Example
Text Example
White with #398DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DBF; }
p { color: rgb(57,141,191); }
H1.HeaderClassName
{
color: #398DBF;
}
.AnyTagClassName
{
color: #398DBF;
}
</style>
background-color css
<style>
a { background-color: #398DBF; }
a { background-color: rgb(57,141,191); }
div.DivClassName
{
background-color: #398DBF;
}
.BgClassName
{
background-color: #398DBF;
}
</style>
border-color css
<style>
span { border-color: #398DBF; }
span { border-color: rgb(57,141,191); }
td.TdClassName
{
border-color: #398DBF;
}
.TagClassName
{
border-color: #398DBF;
}
</style>