Shades of Curious Blue #2E7DAE
Tints of Curious Blue #2E7DAE
RGB
CMYK
RGB Variations
Color information
#2E7DAE (or 0x2E7DAE) is known color: Curious Blue. HEX triplet: 2E, 7D and AE. RGB value is (46,125,174). Sum of RGB (Red+Green+Blue) = 46+125+174=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E7DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7DAE is #D18251. Grayscale: #6A6A6A. Windows color (decimal): -13730386 or 11435310. OLE color: 11435310.
HSL color Cylindrical-coordinate representation of color #2E7DAE: hue angle of 202.97º 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 #2E7DAE is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 125 | 174 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.32 |
| HSL | 202.97º | 0.58% | 0.43% | - |
| HSV(B) | 202.97º | 0.74% | 0.68% | - |
| XYZ | 16.1 | 18.3 | 42.73 | - |
| YUV | 106.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 174 | 0.74 | 0.28 | 0 | 0.32 | 202.97 | 0.58 | 0.43 |
| Hex | 2E | 7D | AE | 4A | 1C | 0 | 20 | CB | 3A | 2B |
| Octal | 56 | 175 | 256 | 112 | 34 | 0 | 40 | 313 | 72 | 53 |
| Binary | 101110 | 1111101 | 10101110 | 1001010 | 11100 | 0 | 100000 | 11001011 | 111010 | 101011 |
Color Harmonies of #2E7DAE
Complementary color
Monochromatic Colors of #2E7DAE
Black with #2E7DAE
Text Example
Text Example
White with #2E7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7DAE; }
p { color: rgb(46,125,174); }
H1.HeaderClassName
{
color: #2E7DAE;
}
.AnyTagClassName
{
color: #2E7DAE;
}
</style>
background-color css
<style>
a { background-color: #2E7DAE; }
a { background-color: rgb(46,125,174); }
div.DivClassName
{
background-color: #2E7DAE;
}
.BgClassName
{
background-color: #2E7DAE;
}
</style>
border-color css
<style>
span { border-color: #2E7DAE; }
span { border-color: rgb(46,125,174); }
td.TdClassName
{
border-color: #2E7DAE;
}
.TagClassName
{
border-color: #2E7DAE;
}
</style>