Shades of Curious Blue #3E8FCD
Tints of Curious Blue #3E8FCD
RGB
CMYK
RGB Variations
Color information
#3E8FCD (or 0x3E8FCD) is known color: Curious Blue. HEX triplet: 3E, 8F and CD. RGB value is (62,143,205). Sum of RGB (Red+Green+Blue) = 62+143+205=410 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.12% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E8FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8FCD is #C17032. Grayscale: #7D7D7D. Windows color (decimal): -12677171 or 13471550. OLE color: 13471550.
HSL color Cylindrical-coordinate representation of color #3E8FCD: hue angle of 206.01º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E8FCD is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 143 | 205 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.20 |
| HSL | 206.01º | 0.59% | 0.52% | - |
| HSV(B) | 206.01º | 0.7% | 0.8% | - |
| XYZ | 22.83 | 25.08 | 61.39 | - |
| YUV | 125.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 143 | 205 | 0.70 | 0.30 | 0 | 0.20 | 206.01 | 0.59 | 0.52 |
| Hex | 3E | 8F | CD | 46 | 1E | 0 | 14 | CE | 3B | 34 |
| Octal | 76 | 217 | 315 | 106 | 36 | 0 | 24 | 316 | 73 | 64 |
| Binary | 111110 | 10001111 | 11001101 | 1000110 | 11110 | 0 | 10100 | 11001110 | 111011 | 110100 |
Color Harmonies of #3E8FCD
Complementary color
Monochromatic Colors of #3E8FCD
Black with #3E8FCD
Text Example
Text Example
White with #3E8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8FCD; }
p { color: rgb(62,143,205); }
H1.HeaderClassName
{
color: #3E8FCD;
}
.AnyTagClassName
{
color: #3E8FCD;
}
</style>
background-color css
<style>
a { background-color: #3E8FCD; }
a { background-color: rgb(62,143,205); }
div.DivClassName
{
background-color: #3E8FCD;
}
.BgClassName
{
background-color: #3E8FCD;
}
</style>
border-color css
<style>
span { border-color: #3E8FCD; }
span { border-color: rgb(62,143,205); }
td.TdClassName
{
border-color: #3E8FCD;
}
.TagClassName
{
border-color: #3E8FCD;
}
</style>