Shades of Curious Blue #2E7CAE
Tints of Curious Blue #2E7CAE
RGB
CMYK
RGB Variations
Color information
#2E7CAE (or 0x2E7CAE) is known color: Curious Blue. HEX triplet: 2E, 7C and AE. RGB value is (46,124,174). Sum of RGB (Red+Green+Blue) = 46+124+174=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E7CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7CAE is #D18351. Grayscale: #6A6A6A. Windows color (decimal): -13730642 or 11435054. OLE color: 11435054.
HSL color Cylindrical-coordinate representation of color #2E7CAE: hue angle of 203.44º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E7CAE is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 124 | 174 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.32 |
| HSL | 203.44º | 0.58% | 0.43% | - |
| HSV(B) | 203.44º | 0.74% | 0.68% | - |
| XYZ | 15.97 | 18.05 | 42.69 | - |
| YUV | 106.38 | 166.16 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 124 | 174 | 0.74 | 0.29 | 0 | 0.32 | 203.44 | 0.58 | 0.43 |
| Hex | 2E | 7C | AE | 4A | 1D | 0 | 20 | CB | 3A | 2B |
| Octal | 56 | 174 | 256 | 112 | 35 | 0 | 40 | 313 | 72 | 53 |
| Binary | 101110 | 1111100 | 10101110 | 1001010 | 11101 | 0 | 100000 | 11001011 | 111010 | 101011 |
Color Harmonies of #2E7CAE
Complementary color
Monochromatic Colors of #2E7CAE
Black with #2E7CAE
Text Example
Text Example
White with #2E7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7CAE; }
p { color: rgb(46,124,174); }
H1.HeaderClassName
{
color: #2E7CAE;
}
.AnyTagClassName
{
color: #2E7CAE;
}
</style>
background-color css
<style>
a { background-color: #2E7CAE; }
a { background-color: rgb(46,124,174); }
div.DivClassName
{
background-color: #2E7CAE;
}
.BgClassName
{
background-color: #2E7CAE;
}
</style>
border-color css
<style>
span { border-color: #2E7CAE; }
span { border-color: rgb(46,124,174); }
td.TdClassName
{
border-color: #2E7CAE;
}
.TagClassName
{
border-color: #2E7CAE;
}
</style>