Shades of Curious Blue #3E86BE
Tints of Curious Blue #3E86BE
RGB
CMYK
RGB Variations
Color information
#3E86BE (or 0x3E86BE) is known color: Curious Blue. HEX triplet: 3E, 86 and BE. RGB value is (62,134,190). Sum of RGB (Red+Green+Blue) = 62+134+190=386 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.06% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E86BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E86BE is #C17941. Grayscale: #767676. Windows color (decimal): -12679490 or 12486206. OLE color: 12486206.
HSL color Cylindrical-coordinate representation of color #3E86BE: hue angle of 206.25º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E86BE is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 134 | 190 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.25 |
| HSL | 206.25º | 0.51% | 0.49% | - |
| HSV(B) | 206.25º | 0.67% | 0.75% | - |
| XYZ | 19.81 | 21.79 | 51.88 | - |
| YUV | 118.86 | 168.15 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 134 | 190 | 0.67 | 0.29 | 0 | 0.25 | 206.25 | 0.51 | 0.49 |
| Hex | 3E | 86 | BE | 43 | 1D | 0 | 19 | CE | 33 | 31 |
| Octal | 76 | 206 | 276 | 103 | 35 | 0 | 31 | 316 | 63 | 61 |
| Binary | 111110 | 10000110 | 10111110 | 1000011 | 11101 | 0 | 11001 | 11001110 | 110011 | 110001 |
Color Harmonies of #3E86BE
Complementary color
Monochromatic Colors of #3E86BE
Black with #3E86BE
Text Example
Text Example
White with #3E86BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E86BE; }
p { color: rgb(62,134,190); }
H1.HeaderClassName
{
color: #3E86BE;
}
.AnyTagClassName
{
color: #3E86BE;
}
</style>
background-color css
<style>
a { background-color: #3E86BE; }
a { background-color: rgb(62,134,190); }
div.DivClassName
{
background-color: #3E86BE;
}
.BgClassName
{
background-color: #3E86BE;
}
</style>
border-color css
<style>
span { border-color: #3E86BE; }
span { border-color: rgb(62,134,190); }
td.TdClassName
{
border-color: #3E86BE;
}
.TagClassName
{
border-color: #3E86BE;
}
</style>