Shades of Curious Blue #3E8DC7
Tints of Curious Blue #3E8DC7
RGB
CMYK
RGB Variations
Color information
#3E8DC7 (or 0x3E8DC7) is known color: Curious Blue. HEX triplet: 3E, 8D and C7. RGB value is (62,141,199). Sum of RGB (Red+Green+Blue) = 62+141+199=402 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.42% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 199 (78.12% from 255 or 49.50% from 402); Max value from RGB is 199 - color contains mainly: blue. Hex color #3E8DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8DC7 is #C17238. Grayscale: #7B7B7B. Windows color (decimal): -12677689 or 13077822. OLE color: 13077822.
HSL color Cylindrical-coordinate representation of color #3E8DC7: hue angle of 205.4º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E8DC7 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 141 | 199 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.22 |
| HSL | 205.4º | 0.55% | 0.51% | - |
| HSV(B) | 205.4º | 0.69% | 0.78% | - |
| XYZ | 21.82 | 24.2 | 57.55 | - |
| YUV | 123.99 | 170.33 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 199 | 0.69 | 0.29 | 0 | 0.22 | 205.4 | 0.55 | 0.51 |
| Hex | 3E | 8D | C7 | 45 | 1D | 0 | 16 | CD | 37 | 33 |
| Octal | 76 | 215 | 307 | 105 | 35 | 0 | 26 | 315 | 67 | 63 |
| Binary | 111110 | 10001101 | 11000111 | 1000101 | 11101 | 0 | 10110 | 11001101 | 110111 | 110011 |
Color Harmonies of #3E8DC7
Complementary color
Monochromatic Colors of #3E8DC7
Black with #3E8DC7
Text Example
Text Example
White with #3E8DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8DC7; }
p { color: rgb(62,141,199); }
H1.HeaderClassName
{
color: #3E8DC7;
}
.AnyTagClassName
{
color: #3E8DC7;
}
</style>
background-color css
<style>
a { background-color: #3E8DC7; }
a { background-color: rgb(62,141,199); }
div.DivClassName
{
background-color: #3E8DC7;
}
.BgClassName
{
background-color: #3E8DC7;
}
</style>
border-color css
<style>
span { border-color: #3E8DC7; }
span { border-color: rgb(62,141,199); }
td.TdClassName
{
border-color: #3E8DC7;
}
.TagClassName
{
border-color: #3E8DC7;
}
</style>