Shades of Curious Blue #2E7EAC
Tints of Curious Blue #2E7EAC
RGB
CMYK
RGB Variations
Color information
#2E7EAC (or 0x2E7EAC) is known color: Curious Blue. HEX triplet: 2E, 7E and AC. RGB value is (46,126,172). Sum of RGB (Red+Green+Blue) = 46+126+172=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E7EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7EAC is #D18153. Grayscale: #6B6B6B. Windows color (decimal): -13730132 or 11304494. OLE color: 11304494.
HSL color Cylindrical-coordinate representation of color #2E7EAC: hue angle of 201.9º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E7EAC is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 126 | 172 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.33 |
| HSL | 201.9º | 0.58% | 0.43% | - |
| HSV(B) | 201.9º | 0.73% | 0.67% | - |
| XYZ | 16.03 | 18.48 | 41.75 | - |
| YUV | 107.32 | 164.5 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 172 | 0.73 | 0.27 | 0 | 0.33 | 201.9 | 0.58 | 0.43 |
| Hex | 2E | 7E | AC | 49 | 1B | 0 | 21 | CA | 3A | 2B |
| Octal | 56 | 176 | 254 | 111 | 33 | 0 | 41 | 312 | 72 | 53 |
| Binary | 101110 | 1111110 | 10101100 | 1001001 | 11011 | 0 | 100001 | 11001010 | 111010 | 101011 |
Color Harmonies of #2E7EAC
Complementary color
Monochromatic Colors of #2E7EAC
Black with #2E7EAC
Text Example
Text Example
White with #2E7EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7EAC; }
p { color: rgb(46,126,172); }
H1.HeaderClassName
{
color: #2E7EAC;
}
.AnyTagClassName
{
color: #2E7EAC;
}
</style>
background-color css
<style>
a { background-color: #2E7EAC; }
a { background-color: rgb(46,126,172); }
div.DivClassName
{
background-color: #2E7EAC;
}
.BgClassName
{
background-color: #2E7EAC;
}
</style>
border-color css
<style>
span { border-color: #2E7EAC; }
span { border-color: rgb(46,126,172); }
td.TdClassName
{
border-color: #2E7EAC;
}
.TagClassName
{
border-color: #2E7EAC;
}
</style>