Shades of Curious Blue #2E73BE
Tints of Curious Blue #2E73BE
RGB
CMYK
RGB Variations
Color information
#2E73BE (or 0x2E73BE) is known color: Curious Blue. HEX triplet: 2E, 73 and BE. RGB value is (46,115,190). Sum of RGB (Red+Green+Blue) = 46+115+190=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E73BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E73BE is #D18C41. Grayscale: #666666. Windows color (decimal): -13732930 or 12481326. OLE color: 12481326.
HSL color Cylindrical-coordinate representation of color #2E73BE: hue angle of 211.25º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E73BE is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 115 | 190 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.25 |
| HSL | 211.25º | 0.61% | 0.46% | - |
| HSV(B) | 211.25º | 0.76% | 0.75% | - |
| XYZ | 16.55 | 16.56 | 51.04 | - |
| YUV | 102.92 | 177.14 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 190 | 0.76 | 0.39 | 0 | 0.25 | 211.25 | 0.61 | 0.46 |
| Hex | 2E | 73 | BE | 4C | 27 | 0 | 19 | D3 | 3D | 2E |
| Octal | 56 | 163 | 276 | 114 | 47 | 0 | 31 | 323 | 75 | 56 |
| Binary | 101110 | 1110011 | 10111110 | 1001100 | 100111 | 0 | 11001 | 11010011 | 111101 | 101110 |
Color Harmonies of #2E73BE
Complementary color
Monochromatic Colors of #2E73BE
Black with #2E73BE
Text Example
Text Example
White with #2E73BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E73BE; }
p { color: rgb(46,115,190); }
H1.HeaderClassName
{
color: #2E73BE;
}
.AnyTagClassName
{
color: #2E73BE;
}
</style>
background-color css
<style>
a { background-color: #2E73BE; }
a { background-color: rgb(46,115,190); }
div.DivClassName
{
background-color: #2E73BE;
}
.BgClassName
{
background-color: #2E73BE;
}
</style>
border-color css
<style>
span { border-color: #2E73BE; }
span { border-color: rgb(46,115,190); }
td.TdClassName
{
border-color: #2E73BE;
}
.TagClassName
{
border-color: #2E73BE;
}
</style>