Shades of Curious Blue #398BDF
Tints of Curious Blue #398BDF
RGB
CMYK
RGB Variations
Color information
#398BDF (or 0x398BDF) is known color: Curious Blue. HEX triplet: 39, 8B and DF. RGB value is (57,139,223). Sum of RGB (Red+Green+Blue) = 57+139+223=419 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.60% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #398BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BDF is #C67420. Grayscale: #7B7B7B. Windows color (decimal): -13005857 or 14650169. OLE color: 14650169.
HSL color Cylindrical-coordinate representation of color #398BDF: hue angle of 210.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #398BDF is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 139 | 223 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.13 |
| HSL | 210.36º | 0.72% | 0.55% | - |
| HSV(B) | 210.36º | 0.74% | 0.87% | - |
| XYZ | 24.24 | 24.66 | 73.29 | - |
| YUV | 124.06 | 183.83 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 223 | 0.74 | 0.38 | 0 | 0.13 | 210.36 | 0.72 | 0.55 |
| Hex | 39 | 8B | DF | 4A | 26 | 0 | D | D2 | 48 | 37 |
| Octal | 71 | 213 | 337 | 112 | 46 | 0 | 15 | 322 | 110 | 67 |
| Binary | 111001 | 10001011 | 11011111 | 1001010 | 100110 | 0 | 1101 | 11010010 | 1001000 | 110111 |
Color Harmonies of #398BDF
Complementary color
Monochromatic Colors of #398BDF
Black with #398BDF
Text Example
Text Example
White with #398BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398BDF; }
p { color: rgb(57,139,223); }
H1.HeaderClassName
{
color: #398BDF;
}
.AnyTagClassName
{
color: #398BDF;
}
</style>
background-color css
<style>
a { background-color: #398BDF; }
a { background-color: rgb(57,139,223); }
div.DivClassName
{
background-color: #398BDF;
}
.BgClassName
{
background-color: #398BDF;
}
</style>
border-color css
<style>
span { border-color: #398BDF; }
span { border-color: rgb(57,139,223); }
td.TdClassName
{
border-color: #398BDF;
}
.TagClassName
{
border-color: #398BDF;
}
</style>