Shades of Curious Blue #3E7DBE
Tints of Curious Blue #3E7DBE
RGB
CMYK
RGB Variations
Color information
#3E7DBE (or 0x3E7DBE) is known color: Curious Blue. HEX triplet: 3E, 7D and BE. RGB value is (62,125,190). Sum of RGB (Red+Green+Blue) = 62+125+190=377 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.45% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E7DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7DBE is #C18241. Grayscale: #717171. Windows color (decimal): -12681794 or 12483902. OLE color: 12483902.
HSL color Cylindrical-coordinate representation of color #3E7DBE: hue angle of 210.47º 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 #3E7DBE is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 125 | 190 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.25 |
| HSL | 210.47º | 0.51% | 0.49% | - |
| HSV(B) | 210.47º | 0.67% | 0.75% | - |
| XYZ | 18.61 | 19.41 | 51.48 | - |
| YUV | 113.57 | 171.13 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 125 | 190 | 0.67 | 0.34 | 0 | 0.25 | 210.47 | 0.51 | 0.49 |
| Hex | 3E | 7D | BE | 43 | 22 | 0 | 19 | D2 | 33 | 31 |
| Octal | 76 | 175 | 276 | 103 | 42 | 0 | 31 | 322 | 63 | 61 |
| Binary | 111110 | 1111101 | 10111110 | 1000011 | 100010 | 0 | 11001 | 11010010 | 110011 | 110001 |
Color Harmonies of #3E7DBE
Complementary color
Monochromatic Colors of #3E7DBE
Black with #3E7DBE
Text Example
Text Example
White with #3E7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7DBE; }
p { color: rgb(62,125,190); }
H1.HeaderClassName
{
color: #3E7DBE;
}
.AnyTagClassName
{
color: #3E7DBE;
}
</style>
background-color css
<style>
a { background-color: #3E7DBE; }
a { background-color: rgb(62,125,190); }
div.DivClassName
{
background-color: #3E7DBE;
}
.BgClassName
{
background-color: #3E7DBE;
}
</style>
border-color css
<style>
span { border-color: #3E7DBE; }
span { border-color: rgb(62,125,190); }
td.TdClassName
{
border-color: #3E7DBE;
}
.TagClassName
{
border-color: #3E7DBE;
}
</style>