Shades of Curious Blue #3890BA
Tints of Curious Blue #3890BA
RGB
CMYK
RGB Variations
Color information
#3890BA (or 0x3890BA) is known color: Curious Blue. HEX triplet: 38, 90 and BA. RGB value is (56,144,186). Sum of RGB (Red+Green+Blue) = 56+144+186=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #3890BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3890BA is #C76F45. Grayscale: #7A7A7A. Windows color (decimal): -13070150 or 12226616. OLE color: 12226616.
HSL color Cylindrical-coordinate representation of color #3890BA: hue angle of 199.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3890BA is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 144 | 186 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.27 |
| HSL | 199.38º | 0.54% | 0.47% | - |
| HSV(B) | 199.38º | 0.7% | 0.73% | - |
| XYZ | 20.47 | 24.33 | 50.07 | - |
| YUV | 122.48 | 163.85 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 144 | 186 | 0.70 | 0.23 | 0 | 0.27 | 199.38 | 0.54 | 0.47 |
| Hex | 38 | 90 | BA | 46 | 17 | 0 | 1B | C7 | 36 | 2F |
| Octal | 70 | 220 | 272 | 106 | 27 | 0 | 33 | 307 | 66 | 57 |
| Binary | 111000 | 10010000 | 10111010 | 1000110 | 10111 | 0 | 11011 | 11000111 | 110110 | 101111 |
Color Harmonies of #3890BA
Complementary color
Monochromatic Colors of #3890BA
Black with #3890BA
Text Example
Text Example
White with #3890BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3890BA; }
p { color: rgb(56,144,186); }
H1.HeaderClassName
{
color: #3890BA;
}
.AnyTagClassName
{
color: #3890BA;
}
</style>
background-color css
<style>
a { background-color: #3890BA; }
a { background-color: rgb(56,144,186); }
div.DivClassName
{
background-color: #3890BA;
}
.BgClassName
{
background-color: #3890BA;
}
</style>
border-color css
<style>
span { border-color: #3890BA; }
span { border-color: rgb(56,144,186); }
td.TdClassName
{
border-color: #3890BA;
}
.TagClassName
{
border-color: #3890BA;
}
</style>