Shades of Curious Blue #3E8FCF
Tints of Curious Blue #3E8FCF
RGB
CMYK
RGB Variations
Color information
#3E8FCF (or 0x3E8FCF) is known color: Curious Blue. HEX triplet: 3E, 8F and CF. RGB value is (62,143,207). Sum of RGB (Red+Green+Blue) = 62+143+207=412 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.05% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E8FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8FCF is #C17030. Grayscale: #7D7D7D. Windows color (decimal): -12677169 or 13602622. OLE color: 13602622.
HSL color Cylindrical-coordinate representation of color #3E8FCF: hue angle of 206.48º 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 #3E8FCF is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 143 | 207 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.19 |
| HSL | 206.48º | 0.6% | 0.53% | - |
| HSV(B) | 206.48º | 0.7% | 0.81% | - |
| XYZ | 23.07 | 25.17 | 62.67 | - |
| YUV | 126.08 | 173.66 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 143 | 207 | 0.70 | 0.31 | 0 | 0.19 | 206.48 | 0.6 | 0.53 |
| Hex | 3E | 8F | CF | 46 | 1F | 0 | 13 | CE | 3C | 35 |
| Octal | 76 | 217 | 317 | 106 | 37 | 0 | 23 | 316 | 74 | 65 |
| Binary | 111110 | 10001111 | 11001111 | 1000110 | 11111 | 0 | 10011 | 11001110 | 111100 | 110101 |
Color Harmonies of #3E8FCF
Complementary color
Monochromatic Colors of #3E8FCF
Black with #3E8FCF
Text Example
Text Example
White with #3E8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8FCF; }
p { color: rgb(62,143,207); }
H1.HeaderClassName
{
color: #3E8FCF;
}
.AnyTagClassName
{
color: #3E8FCF;
}
</style>
background-color css
<style>
a { background-color: #3E8FCF; }
a { background-color: rgb(62,143,207); }
div.DivClassName
{
background-color: #3E8FCF;
}
.BgClassName
{
background-color: #3E8FCF;
}
</style>
border-color css
<style>
span { border-color: #3E8FCF; }
span { border-color: rgb(62,143,207); }
td.TdClassName
{
border-color: #3E8FCF;
}
.TagClassName
{
border-color: #3E8FCF;
}
</style>