Shades of Curious Blue #3E7BCD
Tints of Curious Blue #3E7BCD
RGB
CMYK
RGB Variations
Color information
#3E7BCD (or 0x3E7BCD) is known color: Curious Blue. HEX triplet: 3E, 7B and CD. RGB value is (62,123,205). Sum of RGB (Red+Green+Blue) = 62+123+205=390 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.90% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E7BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7BCD is #C18432. Grayscale: #717171. Windows color (decimal): -12682291 or 13466430. OLE color: 13466430.
HSL color Cylindrical-coordinate representation of color #3E7BCD: hue angle of 214.41º 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 #3E7BCD is Cyan = 0.70, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 123 | 205 | - |
| CMYK | 0.70 | 0.4 | 0 | 0.20 |
| HSL | 214.41º | 0.59% | 0.52% | - |
| HSV(B) | 214.41º | 0.7% | 0.8% | - |
| XYZ | 20.09 | 19.6 | 60.48 | - |
| YUV | 114.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 205 | 0.70 | 0.4 | 0 | 0.20 | 214.41 | 0.59 | 0.52 |
| Hex | 3E | 7B | CD | 46 | 28 | 0 | 14 | D6 | 3B | 34 |
| Octal | 76 | 173 | 315 | 106 | 50 | 0 | 24 | 326 | 73 | 64 |
| Binary | 111110 | 1111011 | 11001101 | 1000110 | 101000 | 0 | 10100 | 11010110 | 111011 | 110100 |
Color Harmonies of #3E7BCD
Complementary color
Monochromatic Colors of #3E7BCD
Black with #3E7BCD
Text Example
Text Example
White with #3E7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7BCD; }
p { color: rgb(62,123,205); }
H1.HeaderClassName
{
color: #3E7BCD;
}
.AnyTagClassName
{
color: #3E7BCD;
}
</style>
background-color css
<style>
a { background-color: #3E7BCD; }
a { background-color: rgb(62,123,205); }
div.DivClassName
{
background-color: #3E7BCD;
}
.BgClassName
{
background-color: #3E7BCD;
}
</style>
border-color css
<style>
span { border-color: #3E7BCD; }
span { border-color: rgb(62,123,205); }
td.TdClassName
{
border-color: #3E7BCD;
}
.TagClassName
{
border-color: #3E7BCD;
}
</style>