Shades of Curious Blue #3985BA
Tints of Curious Blue #3985BA
RGB
CMYK
RGB Variations
Color information
#3985BA (or 0x3985BA) is known color: Curious Blue. HEX triplet: 39, 85 and BA. RGB value is (57,133,186). Sum of RGB (Red+Green+Blue) = 57+133+186=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #3985BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3985BA is #C67A45. Grayscale: #747474. Windows color (decimal): -13007430 or 12223801. OLE color: 12223801.
HSL color Cylindrical-coordinate representation of color #3985BA: hue angle of 204.65º 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 #3985BA is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 133 | 186 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.27 |
| HSL | 204.65º | 0.53% | 0.48% | - |
| HSV(B) | 204.65º | 0.69% | 0.73% | - |
| XYZ | 18.94 | 21.19 | 49.55 | - |
| YUV | 116.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 186 | 0.69 | 0.28 | 0 | 0.27 | 204.65 | 0.53 | 0.48 |
| Hex | 39 | 85 | BA | 45 | 1C | 0 | 1B | CD | 35 | 30 |
| Octal | 71 | 205 | 272 | 105 | 34 | 0 | 33 | 315 | 65 | 60 |
| Binary | 111001 | 10000101 | 10111010 | 1000101 | 11100 | 0 | 11011 | 11001101 | 110101 | 110000 |
Color Harmonies of #3985BA
Complementary color
Monochromatic Colors of #3985BA
Black with #3985BA
Text Example
Text Example
White with #3985BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3985BA; }
p { color: rgb(57,133,186); }
H1.HeaderClassName
{
color: #3985BA;
}
.AnyTagClassName
{
color: #3985BA;
}
</style>
background-color css
<style>
a { background-color: #3985BA; }
a { background-color: rgb(57,133,186); }
div.DivClassName
{
background-color: #3985BA;
}
.BgClassName
{
background-color: #3985BA;
}
</style>
border-color css
<style>
span { border-color: #3985BA; }
span { border-color: rgb(57,133,186); }
td.TdClassName
{
border-color: #3985BA;
}
.TagClassName
{
border-color: #3985BA;
}
</style>