Shades of Curious Blue #3E7EBC
Tints of Curious Blue #3E7EBC
RGB
CMYK
RGB Variations
Color information
#3E7EBC (or 0x3E7EBC) is known color: Curious Blue. HEX triplet: 3E, 7E and BC. RGB value is (62,126,188). Sum of RGB (Red+Green+Blue) = 62+126+188=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E7EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7EBC is #C18143. Grayscale: #717171. Windows color (decimal): -12681540 or 12353086. OLE color: 12353086.
HSL color Cylindrical-coordinate representation of color #3E7EBC: hue angle of 209.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E7EBC is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 126 | 188 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.26 |
| HSL | 209.52º | 0.5% | 0.49% | - |
| HSV(B) | 209.52º | 0.67% | 0.74% | - |
| XYZ | 18.52 | 19.58 | 50.38 | - |
| YUV | 113.93 | 169.8 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 126 | 188 | 0.67 | 0.33 | 0 | 0.26 | 209.52 | 0.5 | 0.49 |
| Hex | 3E | 7E | BC | 43 | 21 | 0 | 1A | D2 | 32 | 31 |
| Octal | 76 | 176 | 274 | 103 | 41 | 0 | 32 | 322 | 62 | 61 |
| Binary | 111110 | 1111110 | 10111100 | 1000011 | 100001 | 0 | 11010 | 11010010 | 110010 | 110001 |
Color Harmonies of #3E7EBC
Complementary color
Monochromatic Colors of #3E7EBC
Black with #3E7EBC
Text Example
Text Example
White with #3E7EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7EBC; }
p { color: rgb(62,126,188); }
H1.HeaderClassName
{
color: #3E7EBC;
}
.AnyTagClassName
{
color: #3E7EBC;
}
</style>
background-color css
<style>
a { background-color: #3E7EBC; }
a { background-color: rgb(62,126,188); }
div.DivClassName
{
background-color: #3E7EBC;
}
.BgClassName
{
background-color: #3E7EBC;
}
</style>
border-color css
<style>
span { border-color: #3E7EBC; }
span { border-color: rgb(62,126,188); }
td.TdClassName
{
border-color: #3E7EBC;
}
.TagClassName
{
border-color: #3E7EBC;
}
</style>