Shades of Curious Blue #3984BA
Tints of Curious Blue #3984BA
RGB
CMYK
RGB Variations
Color information
#3984BA (or 0x3984BA) is known color: Curious Blue. HEX triplet: 39, 84 and BA. RGB value is (57,132,186). Sum of RGB (Red+Green+Blue) = 57+132+186=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #3984BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3984BA is #C67B45. Grayscale: #737373. Windows color (decimal): -13007686 or 12223545. OLE color: 12223545.
HSL color Cylindrical-coordinate representation of color #3984BA: hue angle of 205.12º 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 #3984BA is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 132 | 186 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.27 |
| HSL | 205.12º | 0.53% | 0.48% | - |
| HSV(B) | 205.12º | 0.69% | 0.73% | - |
| XYZ | 18.8 | 20.92 | 49.5 | - |
| YUV | 115.73 | 167.65 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 186 | 0.69 | 0.29 | 0 | 0.27 | 205.12 | 0.53 | 0.48 |
| Hex | 39 | 84 | BA | 45 | 1D | 0 | 1B | CD | 35 | 30 |
| Octal | 71 | 204 | 272 | 105 | 35 | 0 | 33 | 315 | 65 | 60 |
| Binary | 111001 | 10000100 | 10111010 | 1000101 | 11101 | 0 | 11011 | 11001101 | 110101 | 110000 |
Color Harmonies of #3984BA
Complementary color
Monochromatic Colors of #3984BA
Black with #3984BA
Text Example
Text Example
White with #3984BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3984BA; }
p { color: rgb(57,132,186); }
H1.HeaderClassName
{
color: #3984BA;
}
.AnyTagClassName
{
color: #3984BA;
}
</style>
background-color css
<style>
a { background-color: #3984BA; }
a { background-color: rgb(57,132,186); }
div.DivClassName
{
background-color: #3984BA;
}
.BgClassName
{
background-color: #3984BA;
}
</style>
border-color css
<style>
span { border-color: #3984BA; }
span { border-color: rgb(57,132,186); }
td.TdClassName
{
border-color: #3984BA;
}
.TagClassName
{
border-color: #3984BA;
}
</style>