Shades of Curious Blue #3E82BE
Tints of Curious Blue #3E82BE
RGB
CMYK
RGB Variations
Color information
#3E82BE (or 0x3E82BE) is known color: Curious Blue. HEX triplet: 3E, 82 and BE. RGB value is (62,130,190). Sum of RGB (Red+Green+Blue) = 62+130+190=382 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.23% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E82BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E82BE is #C17D41. Grayscale: #747474. Windows color (decimal): -12680514 or 12485182. OLE color: 12485182.
HSL color Cylindrical-coordinate representation of color #3E82BE: hue angle of 208.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E82BE is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 130 | 190 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.25 |
| HSL | 208.13º | 0.51% | 0.49% | - |
| HSV(B) | 208.13º | 0.67% | 0.75% | - |
| XYZ | 19.26 | 20.71 | 51.7 | - |
| YUV | 116.51 | 169.47 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 190 | 0.67 | 0.32 | 0 | 0.25 | 208.13 | 0.51 | 0.49 |
| Hex | 3E | 82 | BE | 43 | 20 | 0 | 19 | D0 | 33 | 31 |
| Octal | 76 | 202 | 276 | 103 | 40 | 0 | 31 | 320 | 63 | 61 |
| Binary | 111110 | 10000010 | 10111110 | 1000011 | 100000 | 0 | 11001 | 11010000 | 110011 | 110001 |
Color Harmonies of #3E82BE
Complementary color
Monochromatic Colors of #3E82BE
Black with #3E82BE
Text Example
Text Example
White with #3E82BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E82BE; }
p { color: rgb(62,130,190); }
H1.HeaderClassName
{
color: #3E82BE;
}
.AnyTagClassName
{
color: #3E82BE;
}
</style>
background-color css
<style>
a { background-color: #3E82BE; }
a { background-color: rgb(62,130,190); }
div.DivClassName
{
background-color: #3E82BE;
}
.BgClassName
{
background-color: #3E82BE;
}
</style>
border-color css
<style>
span { border-color: #3E82BE; }
span { border-color: rgb(62,130,190); }
td.TdClassName
{
border-color: #3E82BE;
}
.TagClassName
{
border-color: #3E82BE;
}
</style>