Shades of Curious Blue #398DBD
Tints of Curious Blue #398DBD
RGB
CMYK
RGB Variations
Color information
#398DBD (or 0x398DBD) is known color: Curious Blue. HEX triplet: 39, 8D and BD. RGB value is (57,141,189). Sum of RGB (Red+Green+Blue) = 57+141+189=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #398DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DBD is #C67242. Grayscale: #797979. Windows color (decimal): -13005379 or 12422457. OLE color: 12422457.
HSL color Cylindrical-coordinate representation of color #398DBD: hue angle of 201.82º degrees, saturation: 0.54, 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 #398DBD is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 141 | 189 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.26 |
| HSL | 201.82º | 0.54% | 0.48% | - |
| HSV(B) | 201.82º | 0.7% | 0.74% | - |
| XYZ | 20.4 | 23.59 | 51.62 | - |
| YUV | 121.36 | 166.17 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 189 | 0.70 | 0.25 | 0 | 0.26 | 201.82 | 0.54 | 0.48 |
| Hex | 39 | 8D | BD | 46 | 19 | 0 | 1A | CA | 36 | 30 |
| Octal | 71 | 215 | 275 | 106 | 31 | 0 | 32 | 312 | 66 | 60 |
| Binary | 111001 | 10001101 | 10111101 | 1000110 | 11001 | 0 | 11010 | 11001010 | 110110 | 110000 |
Color Harmonies of #398DBD
Complementary color
Monochromatic Colors of #398DBD
Black with #398DBD
Text Example
Text Example
White with #398DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DBD; }
p { color: rgb(57,141,189); }
H1.HeaderClassName
{
color: #398DBD;
}
.AnyTagClassName
{
color: #398DBD;
}
</style>
background-color css
<style>
a { background-color: #398DBD; }
a { background-color: rgb(57,141,189); }
div.DivClassName
{
background-color: #398DBD;
}
.BgClassName
{
background-color: #398DBD;
}
</style>
border-color css
<style>
span { border-color: #398DBD; }
span { border-color: rgb(57,141,189); }
td.TdClassName
{
border-color: #398DBD;
}
.TagClassName
{
border-color: #398DBD;
}
</style>