Shades of Curious Blue #3E7BC5
Tints of Curious Blue #3E7BC5
RGB
CMYK
RGB Variations
Color information
#3E7BC5 (or 0x3E7BC5) is known color: Curious Blue. HEX triplet: 3E, 7B and C5. RGB value is (62,123,197). Sum of RGB (Red+Green+Blue) = 62+123+197=382 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.23% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #3E7BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7BC5 is #C1843A. Grayscale: #707070. Windows color (decimal): -12682299 or 12942142. OLE color: 12942142.
HSL color Cylindrical-coordinate representation of color #3E7BC5: hue angle of 212.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E7BC5 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 123 | 197 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.23 |
| HSL | 212.89º | 0.54% | 0.51% | - |
| HSV(B) | 212.89º | 0.69% | 0.77% | - |
| XYZ | 19.15 | 19.22 | 55.52 | - |
| YUV | 113.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 197 | 0.69 | 0.38 | 0 | 0.23 | 212.89 | 0.54 | 0.51 |
| Hex | 3E | 7B | C5 | 45 | 26 | 0 | 17 | D5 | 36 | 33 |
| Octal | 76 | 173 | 305 | 105 | 46 | 0 | 27 | 325 | 66 | 63 |
| Binary | 111110 | 1111011 | 11000101 | 1000101 | 100110 | 0 | 10111 | 11010101 | 110110 | 110011 |
Color Harmonies of #3E7BC5
Complementary color
Monochromatic Colors of #3E7BC5
Black with #3E7BC5
Text Example
Text Example
White with #3E7BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7BC5; }
p { color: rgb(62,123,197); }
H1.HeaderClassName
{
color: #3E7BC5;
}
.AnyTagClassName
{
color: #3E7BC5;
}
</style>
background-color css
<style>
a { background-color: #3E7BC5; }
a { background-color: rgb(62,123,197); }
div.DivClassName
{
background-color: #3E7BC5;
}
.BgClassName
{
background-color: #3E7BC5;
}
</style>
border-color css
<style>
span { border-color: #3E7BC5; }
span { border-color: rgb(62,123,197); }
td.TdClassName
{
border-color: #3E7BC5;
}
.TagClassName
{
border-color: #3E7BC5;
}
</style>