Shades of Curious Blue #398FDB
Tints of Curious Blue #398FDB
RGB
CMYK
RGB Variations
Color information
#398FDB (or 0x398FDB) is known color: Curious Blue. HEX triplet: 39, 8F and DB. RGB value is (57,143,219). Sum of RGB (Red+Green+Blue) = 57+143+219=419 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.60% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #398FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398FDB is #C67024. Grayscale: #7D7D7D. Windows color (decimal): -13004837 or 14389049. OLE color: 14389049.
HSL color Cylindrical-coordinate representation of color #398FDB: hue angle of 208.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #398FDB is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 143 | 219 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.14 |
| HSL | 208.15º | 0.69% | 0.54% | - |
| HSV(B) | 208.15º | 0.74% | 0.86% | - |
| XYZ | 24.3 | 25.63 | 70.68 | - |
| YUV | 125.95 | 180.51 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 219 | 0.74 | 0.35 | 0 | 0.14 | 208.15 | 0.69 | 0.54 |
| Hex | 39 | 8F | DB | 4A | 23 | 0 | E | D0 | 45 | 36 |
| Octal | 71 | 217 | 333 | 112 | 43 | 0 | 16 | 320 | 105 | 66 |
| Binary | 111001 | 10001111 | 11011011 | 1001010 | 100011 | 0 | 1110 | 11010000 | 1000101 | 110110 |
Color Harmonies of #398FDB
Complementary color
Monochromatic Colors of #398FDB
Black with #398FDB
Text Example
Text Example
White with #398FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398FDB; }
p { color: rgb(57,143,219); }
H1.HeaderClassName
{
color: #398FDB;
}
.AnyTagClassName
{
color: #398FDB;
}
</style>
background-color css
<style>
a { background-color: #398FDB; }
a { background-color: rgb(57,143,219); }
div.DivClassName
{
background-color: #398FDB;
}
.BgClassName
{
background-color: #398FDB;
}
</style>
border-color css
<style>
span { border-color: #398FDB; }
span { border-color: rgb(57,143,219); }
td.TdClassName
{
border-color: #398FDB;
}
.TagClassName
{
border-color: #398FDB;
}
</style>