Shades of Curious Blue #3E7FBB
Tints of Curious Blue #3E7FBB
RGB
CMYK
RGB Variations
Color information
#3E7FBB (or 0x3E7FBB) is known color: Curious Blue. HEX triplet: 3E, 7F and BB. RGB value is (62,127,187). Sum of RGB (Red+Green+Blue) = 62+127+187=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E7FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7FBB is #C18044. Grayscale: #727272. Windows color (decimal): -12681285 or 12287806. OLE color: 12287806.
HSL color Cylindrical-coordinate representation of color #3E7FBB: hue angle of 208.8º 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 #3E7FBB is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 127 | 187 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.27 |
| HSL | 208.8º | 0.5% | 0.49% | - |
| HSV(B) | 208.8º | 0.67% | 0.73% | - |
| XYZ | 18.55 | 19.79 | 49.86 | - |
| YUV | 114.41 | 168.97 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 127 | 187 | 0.67 | 0.32 | 0 | 0.27 | 208.8 | 0.5 | 0.49 |
| Hex | 3E | 7F | BB | 43 | 20 | 0 | 1B | D1 | 32 | 31 |
| Octal | 76 | 177 | 273 | 103 | 40 | 0 | 33 | 321 | 62 | 61 |
| Binary | 111110 | 1111111 | 10111011 | 1000011 | 100000 | 0 | 11011 | 11010001 | 110010 | 110001 |
Color Harmonies of #3E7FBB
Complementary color
Monochromatic Colors of #3E7FBB
Black with #3E7FBB
Text Example
Text Example
White with #3E7FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7FBB; }
p { color: rgb(62,127,187); }
H1.HeaderClassName
{
color: #3E7FBB;
}
.AnyTagClassName
{
color: #3E7FBB;
}
</style>
background-color css
<style>
a { background-color: #3E7FBB; }
a { background-color: rgb(62,127,187); }
div.DivClassName
{
background-color: #3E7FBB;
}
.BgClassName
{
background-color: #3E7FBB;
}
</style>
border-color css
<style>
span { border-color: #3E7FBB; }
span { border-color: rgb(62,127,187); }
td.TdClassName
{
border-color: #3E7FBB;
}
.TagClassName
{
border-color: #3E7FBB;
}
</style>