Shades of Curious Blue #398DC9
Tints of Curious Blue #398DC9
RGB
CMYK
RGB Variations
Color information
#398DC9 (or 0x398DC9) is known color: Curious Blue. HEX triplet: 39, 8D and C9. RGB value is (57,141,201). Sum of RGB (Red+Green+Blue) = 57+141+201=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #398DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DC9 is #C67236. Grayscale: #7A7A7A. Windows color (decimal): -13005367 or 13208889. OLE color: 13208889.
HSL color Cylindrical-coordinate representation of color #398DC9: hue angle of 205º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #398DC9 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 141 | 201 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.21 |
| HSL | 205º | 0.57% | 0.51% | - |
| HSV(B) | 205º | 0.72% | 0.79% | - |
| XYZ | 21.75 | 24.14 | 58.77 | - |
| YUV | 122.72 | 172.17 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 201 | 0.72 | 0.30 | 0 | 0.21 | 205 | 0.57 | 0.51 |
| Hex | 39 | 8D | C9 | 48 | 1E | 0 | 15 | CD | 39 | 33 |
| Octal | 71 | 215 | 311 | 110 | 36 | 0 | 25 | 315 | 71 | 63 |
| Binary | 111001 | 10001101 | 11001001 | 1001000 | 11110 | 0 | 10101 | 11001101 | 111001 | 110011 |
Color Harmonies of #398DC9
Complementary color
Monochromatic Colors of #398DC9
Black with #398DC9
Text Example
Text Example
White with #398DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DC9; }
p { color: rgb(57,141,201); }
H1.HeaderClassName
{
color: #398DC9;
}
.AnyTagClassName
{
color: #398DC9;
}
</style>
background-color css
<style>
a { background-color: #398DC9; }
a { background-color: rgb(57,141,201); }
div.DivClassName
{
background-color: #398DC9;
}
.BgClassName
{
background-color: #398DC9;
}
</style>
border-color css
<style>
span { border-color: #398DC9; }
span { border-color: rgb(57,141,201); }
td.TdClassName
{
border-color: #398DC9;
}
.TagClassName
{
border-color: #398DC9;
}
</style>