Shades of Curious Blue #3E7EBA
Tints of Curious Blue #3E7EBA
RGB
CMYK
RGB Variations
Color information
#3E7EBA (or 0x3E7EBA) is known color: Curious Blue. HEX triplet: 3E, 7E and BA. RGB value is (62,126,186). Sum of RGB (Red+Green+Blue) = 62+126+186=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7EBA is #C18145. Grayscale: #717171. Windows color (decimal): -12681542 or 12222014. OLE color: 12222014.
HSL color Cylindrical-coordinate representation of color #3E7EBA: hue angle of 209.03º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E7EBA is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 126 | 186 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.27 |
| HSL | 209.03º | 0.5% | 0.49% | - |
| HSV(B) | 209.03º | 0.67% | 0.73% | - |
| XYZ | 18.31 | 19.49 | 49.25 | - |
| YUV | 113.7 | 168.8 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 126 | 186 | 0.67 | 0.32 | 0 | 0.27 | 209.03 | 0.5 | 0.49 |
| Hex | 3E | 7E | BA | 43 | 20 | 0 | 1B | D1 | 32 | 31 |
| Octal | 76 | 176 | 272 | 103 | 40 | 0 | 33 | 321 | 62 | 61 |
| Binary | 111110 | 1111110 | 10111010 | 1000011 | 100000 | 0 | 11011 | 11010001 | 110010 | 110001 |
Color Harmonies of #3E7EBA
Complementary color
Monochromatic Colors of #3E7EBA
Black with #3E7EBA
Text Example
Text Example
White with #3E7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7EBA; }
p { color: rgb(62,126,186); }
H1.HeaderClassName
{
color: #3E7EBA;
}
.AnyTagClassName
{
color: #3E7EBA;
}
</style>
background-color css
<style>
a { background-color: #3E7EBA; }
a { background-color: rgb(62,126,186); }
div.DivClassName
{
background-color: #3E7EBA;
}
.BgClassName
{
background-color: #3E7EBA;
}
</style>
border-color css
<style>
span { border-color: #3E7EBA; }
span { border-color: rgb(62,126,186); }
td.TdClassName
{
border-color: #3E7EBA;
}
.TagClassName
{
border-color: #3E7EBA;
}
</style>