Shades of Curious Blue #3E8ECE
Tints of Curious Blue #3E8ECE
RGB
CMYK
RGB Variations
Color information
#3E8ECE (or 0x3E8ECE) is known color: Curious Blue. HEX triplet: 3E, 8E and CE. RGB value is (62,142,206). Sum of RGB (Red+Green+Blue) = 62+142+206=410 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.12% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E8ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8ECE is #C17131. Grayscale: #7D7D7D. Windows color (decimal): -12677426 or 13536830. OLE color: 13536830.
HSL color Cylindrical-coordinate representation of color #3E8ECE: hue angle of 206.67º 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 #3E8ECE is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 142 | 206 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.19 |
| HSL | 206.67º | 0.6% | 0.53% | - |
| HSV(B) | 206.67º | 0.7% | 0.81% | - |
| XYZ | 22.8 | 24.83 | 61.98 | - |
| YUV | 125.38 | 173.5 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 142 | 206 | 0.70 | 0.31 | 0 | 0.19 | 206.67 | 0.6 | 0.53 |
| Hex | 3E | 8E | CE | 46 | 1F | 0 | 13 | CF | 3C | 35 |
| Octal | 76 | 216 | 316 | 106 | 37 | 0 | 23 | 317 | 74 | 65 |
| Binary | 111110 | 10001110 | 11001110 | 1000110 | 11111 | 0 | 10011 | 11001111 | 111100 | 110101 |
Color Harmonies of #3E8ECE
Complementary color
Monochromatic Colors of #3E8ECE
Black with #3E8ECE
Text Example
Text Example
White with #3E8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8ECE; }
p { color: rgb(62,142,206); }
H1.HeaderClassName
{
color: #3E8ECE;
}
.AnyTagClassName
{
color: #3E8ECE;
}
</style>
background-color css
<style>
a { background-color: #3E8ECE; }
a { background-color: rgb(62,142,206); }
div.DivClassName
{
background-color: #3E8ECE;
}
.BgClassName
{
background-color: #3E8ECE;
}
</style>
border-color css
<style>
span { border-color: #3E8ECE; }
span { border-color: rgb(62,142,206); }
td.TdClassName
{
border-color: #3E8ECE;
}
.TagClassName
{
border-color: #3E8ECE;
}
</style>