Shades of Curious Blue #398EBA
Tints of Curious Blue #398EBA
RGB
CMYK
RGB Variations
Color information
#398EBA (or 0x398EBA) is known color: Curious Blue. HEX triplet: 39, 8E and BA. RGB value is (57,142,186). Sum of RGB (Red+Green+Blue) = 57+142+186=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #398EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398EBA is #C67145. Grayscale: #797979. Windows color (decimal): -13005126 or 12226105. OLE color: 12226105.
HSL color Cylindrical-coordinate representation of color #398EBA: hue angle of 200.47º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #398EBA is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 142 | 186 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.27 |
| HSL | 200.47º | 0.53% | 0.48% | - |
| HSV(B) | 200.47º | 0.69% | 0.73% | - |
| XYZ | 20.22 | 23.76 | 49.97 | - |
| YUV | 121.6 | 164.34 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 186 | 0.69 | 0.24 | 0 | 0.27 | 200.47 | 0.53 | 0.48 |
| Hex | 39 | 8E | BA | 45 | 18 | 0 | 1B | C8 | 35 | 30 |
| Octal | 71 | 216 | 272 | 105 | 30 | 0 | 33 | 310 | 65 | 60 |
| Binary | 111001 | 10001110 | 10111010 | 1000101 | 11000 | 0 | 11011 | 11001000 | 110101 | 110000 |
Color Harmonies of #398EBA
Complementary color
Monochromatic Colors of #398EBA
Black with #398EBA
Text Example
Text Example
White with #398EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398EBA; }
p { color: rgb(57,142,186); }
H1.HeaderClassName
{
color: #398EBA;
}
.AnyTagClassName
{
color: #398EBA;
}
</style>
background-color css
<style>
a { background-color: #398EBA; }
a { background-color: rgb(57,142,186); }
div.DivClassName
{
background-color: #398EBA;
}
.BgClassName
{
background-color: #398EBA;
}
</style>
border-color css
<style>
span { border-color: #398EBA; }
span { border-color: rgb(57,142,186); }
td.TdClassName
{
border-color: #398EBA;
}
.TagClassName
{
border-color: #398EBA;
}
</style>