Shades of Curious Blue #3986CE
Tints of Curious Blue #3986CE
RGB
CMYK
RGB Variations
Color information
#3986CE (or 0x3986CE) is known color: Curious Blue. HEX triplet: 39, 86 and CE. RGB value is (57,134,206). Sum of RGB (Red+Green+Blue) = 57+134+206=397 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.36% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #3986CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3986CE is #C67931. Grayscale: #767676. Windows color (decimal): -13007154 or 13534777. OLE color: 13534777.
HSL color Cylindrical-coordinate representation of color #3986CE: hue angle of 208.99º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3986CE is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 134 | 206 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.19 |
| HSL | 208.99º | 0.6% | 0.52% | - |
| HSV(B) | 208.99º | 0.72% | 0.81% | - |
| XYZ | 21.35 | 22.38 | 61.59 | - |
| YUV | 119.19 | 176.99 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 134 | 206 | 0.72 | 0.35 | 0 | 0.19 | 208.99 | 0.6 | 0.52 |
| Hex | 39 | 86 | CE | 48 | 23 | 0 | 13 | D1 | 3C | 34 |
| Octal | 71 | 206 | 316 | 110 | 43 | 0 | 23 | 321 | 74 | 64 |
| Binary | 111001 | 10000110 | 11001110 | 1001000 | 100011 | 0 | 10011 | 11010001 | 111100 | 110100 |
Color Harmonies of #3986CE
Complementary color
Monochromatic Colors of #3986CE
Black with #3986CE
Text Example
Text Example
White with #3986CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3986CE; }
p { color: rgb(57,134,206); }
H1.HeaderClassName
{
color: #3986CE;
}
.AnyTagClassName
{
color: #3986CE;
}
</style>
background-color css
<style>
a { background-color: #3986CE; }
a { background-color: rgb(57,134,206); }
div.DivClassName
{
background-color: #3986CE;
}
.BgClassName
{
background-color: #3986CE;
}
</style>
border-color css
<style>
span { border-color: #3986CE; }
span { border-color: rgb(57,134,206); }
td.TdClassName
{
border-color: #3986CE;
}
.TagClassName
{
border-color: #3986CE;
}
</style>