Shades of Curious Blue #398EBF
Tints of Curious Blue #398EBF
RGB
CMYK
RGB Variations
Color information
#398EBF (or 0x398EBF) is known color: Curious Blue. HEX triplet: 39, 8E and BF. RGB value is (57,142,191). Sum of RGB (Red+Green+Blue) = 57+142+191=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #398EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398EBF is #C67140. Grayscale: #797979. Windows color (decimal): -13005121 or 12553785. OLE color: 12553785.
HSL color Cylindrical-coordinate representation of color #398EBF: hue angle of 201.94º 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 #398EBF is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 142 | 191 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.25 |
| HSL | 201.94º | 0.54% | 0.49% | - |
| HSV(B) | 201.94º | 0.7% | 0.75% | - |
| XYZ | 20.76 | 23.98 | 52.82 | - |
| YUV | 122.17 | 166.84 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 191 | 0.70 | 0.26 | 0 | 0.25 | 201.94 | 0.54 | 0.49 |
| Hex | 39 | 8E | BF | 46 | 1A | 0 | 19 | CA | 36 | 31 |
| Octal | 71 | 216 | 277 | 106 | 32 | 0 | 31 | 312 | 66 | 61 |
| Binary | 111001 | 10001110 | 10111111 | 1000110 | 11010 | 0 | 11001 | 11001010 | 110110 | 110001 |
Color Harmonies of #398EBF
Complementary color
Monochromatic Colors of #398EBF
Black with #398EBF
Text Example
Text Example
White with #398EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398EBF; }
p { color: rgb(57,142,191); }
H1.HeaderClassName
{
color: #398EBF;
}
.AnyTagClassName
{
color: #398EBF;
}
</style>
background-color css
<style>
a { background-color: #398EBF; }
a { background-color: rgb(57,142,191); }
div.DivClassName
{
background-color: #398EBF;
}
.BgClassName
{
background-color: #398EBF;
}
</style>
border-color css
<style>
span { border-color: #398EBF; }
span { border-color: rgb(57,142,191); }
td.TdClassName
{
border-color: #398EBF;
}
.TagClassName
{
border-color: #398EBF;
}
</style>