Shades of Curious Blue #398FBF
Tints of Curious Blue #398FBF
RGB
CMYK
RGB Variations
Color information
#398FBF (or 0x398FBF) is known color: Curious Blue. HEX triplet: 39, 8F and BF. RGB value is (57,143,191). Sum of RGB (Red+Green+Blue) = 57+143+191=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #398FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398FBF is #C67040. Grayscale: #7A7A7A. Windows color (decimal): -13004865 or 12554041. OLE color: 12554041.
HSL color Cylindrical-coordinate representation of color #398FBF: hue angle of 201.49º 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 #398FBF is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 143 | 191 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.25 |
| HSL | 201.49º | 0.54% | 0.49% | - |
| HSV(B) | 201.49º | 0.7% | 0.75% | - |
| XYZ | 20.91 | 24.28 | 52.87 | - |
| YUV | 122.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 191 | 0.70 | 0.25 | 0 | 0.25 | 201.49 | 0.54 | 0.49 |
| Hex | 39 | 8F | BF | 46 | 19 | 0 | 19 | C9 | 36 | 31 |
| Octal | 71 | 217 | 277 | 106 | 31 | 0 | 31 | 311 | 66 | 61 |
| Binary | 111001 | 10001111 | 10111111 | 1000110 | 11001 | 0 | 11001 | 11001001 | 110110 | 110001 |
Color Harmonies of #398FBF
Complementary color
Monochromatic Colors of #398FBF
Black with #398FBF
Text Example
Text Example
White with #398FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398FBF; }
p { color: rgb(57,143,191); }
H1.HeaderClassName
{
color: #398FBF;
}
.AnyTagClassName
{
color: #398FBF;
}
</style>
background-color css
<style>
a { background-color: #398FBF; }
a { background-color: rgb(57,143,191); }
div.DivClassName
{
background-color: #398FBF;
}
.BgClassName
{
background-color: #398FBF;
}
</style>
border-color css
<style>
span { border-color: #398FBF; }
span { border-color: rgb(57,143,191); }
td.TdClassName
{
border-color: #398FBF;
}
.TagClassName
{
border-color: #398FBF;
}
</style>