Shades of Curious Blue #3990BE
Tints of Curious Blue #3990BE
RGB
CMYK
RGB Variations
Color information
#3990BE (or 0x3990BE) is known color: Curious Blue. HEX triplet: 39, 90 and BE. RGB value is (57,144,190). Sum of RGB (Red+Green+Blue) = 57+144+190=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #3990BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3990BE is #C66F41. Grayscale: #7A7A7A. Windows color (decimal): -13004610 or 12488761. OLE color: 12488761.
HSL color Cylindrical-coordinate representation of color #3990BE: hue angle of 200.75º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3990BE is Cyan = 0.7, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 144 | 190 | - |
| CMYK | 0.7 | 0.24 | 0 | 0.25 |
| HSL | 200.75º | 0.54% | 0.48% | - |
| HSV(B) | 200.75º | 0.7% | 0.75% | - |
| XYZ | 20.95 | 24.53 | 52.35 | - |
| YUV | 123.23 | 165.68 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 190 | 0.7 | 0.24 | 0 | 0.25 | 200.75 | 0.54 | 0.48 |
| Hex | 39 | 90 | BE | 46 | 18 | 0 | 19 | C9 | 36 | 30 |
| Octal | 71 | 220 | 276 | 106 | 30 | 0 | 31 | 311 | 66 | 60 |
| Binary | 111001 | 10010000 | 10111110 | 1000110 | 11000 | 0 | 11001 | 11001001 | 110110 | 110000 |
Color Harmonies of #3990BE
Complementary color
Monochromatic Colors of #3990BE
Black with #3990BE
Text Example
Text Example
White with #3990BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3990BE; }
p { color: rgb(57,144,190); }
H1.HeaderClassName
{
color: #3990BE;
}
.AnyTagClassName
{
color: #3990BE;
}
</style>
background-color css
<style>
a { background-color: #3990BE; }
a { background-color: rgb(57,144,190); }
div.DivClassName
{
background-color: #3990BE;
}
.BgClassName
{
background-color: #3990BE;
}
</style>
border-color css
<style>
span { border-color: #3990BE; }
span { border-color: rgb(57,144,190); }
td.TdClassName
{
border-color: #3990BE;
}
.TagClassName
{
border-color: #3990BE;
}
</style>