Shades of Curious Blue #3E8ECF
Tints of Curious Blue #3E8ECF
RGB
CMYK
RGB Variations
Color information
#3E8ECF (or 0x3E8ECF) is known color: Curious Blue. HEX triplet: 3E, 8E and CF. RGB value is (62,142,207). Sum of RGB (Red+Green+Blue) = 62+142+207=411 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.09% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E8ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8ECF is #C17130. Grayscale: #7D7D7D. Windows color (decimal): -12677425 or 13602366. OLE color: 13602366.
HSL color Cylindrical-coordinate representation of color #3E8ECF: hue angle of 206.9º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E8ECF is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 142 | 207 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.19 |
| HSL | 206.9º | 0.6% | 0.53% | - |
| HSV(B) | 206.9º | 0.7% | 0.81% | - |
| XYZ | 22.92 | 24.88 | 62.62 | - |
| YUV | 125.49 | 174 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 142 | 207 | 0.70 | 0.31 | 0 | 0.19 | 206.9 | 0.6 | 0.53 |
| Hex | 3E | 8E | CF | 46 | 1F | 0 | 13 | CF | 3C | 35 |
| Octal | 76 | 216 | 317 | 106 | 37 | 0 | 23 | 317 | 74 | 65 |
| Binary | 111110 | 10001110 | 11001111 | 1000110 | 11111 | 0 | 10011 | 11001111 | 111100 | 110101 |
Color Harmonies of #3E8ECF
Complementary color
Monochromatic Colors of #3E8ECF
Black with #3E8ECF
Text Example
Text Example
White with #3E8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8ECF; }
p { color: rgb(62,142,207); }
H1.HeaderClassName
{
color: #3E8ECF;
}
.AnyTagClassName
{
color: #3E8ECF;
}
</style>
background-color css
<style>
a { background-color: #3E8ECF; }
a { background-color: rgb(62,142,207); }
div.DivClassName
{
background-color: #3E8ECF;
}
.BgClassName
{
background-color: #3E8ECF;
}
</style>
border-color css
<style>
span { border-color: #3E8ECF; }
span { border-color: rgb(62,142,207); }
td.TdClassName
{
border-color: #3E8ECF;
}
.TagClassName
{
border-color: #3E8ECF;
}
</style>