Shades of Curious Blue #2E73BF
Tints of Curious Blue #2E73BF
RGB
CMYK
RGB Variations
Color information
#2E73BF (or 0x2E73BF) is known color: Curious Blue. HEX triplet: 2E, 73 and BF. RGB value is (46,115,191). Sum of RGB (Red+Green+Blue) = 46+115+191=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E73BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E73BF is #D18C40. Grayscale: #666666. Windows color (decimal): -13732929 or 12546862. OLE color: 12546862.
HSL color Cylindrical-coordinate representation of color #2E73BF: hue angle of 211.45º 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 #2E73BF is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 115 | 191 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.25 |
| HSL | 211.45º | 0.61% | 0.46% | - |
| HSV(B) | 211.45º | 0.76% | 0.75% | - |
| XYZ | 16.66 | 16.6 | 51.62 | - |
| YUV | 103.03 | 177.64 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 191 | 0.76 | 0.40 | 0 | 0.25 | 211.45 | 0.61 | 0.46 |
| Hex | 2E | 73 | BF | 4C | 28 | 0 | 19 | D3 | 3D | 2E |
| Octal | 56 | 163 | 277 | 114 | 50 | 0 | 31 | 323 | 75 | 56 |
| Binary | 101110 | 1110011 | 10111111 | 1001100 | 101000 | 0 | 11001 | 11010011 | 111101 | 101110 |
Color Harmonies of #2E73BF
Complementary color
Monochromatic Colors of #2E73BF
Black with #2E73BF
Text Example
Text Example
White with #2E73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E73BF; }
p { color: rgb(46,115,191); }
H1.HeaderClassName
{
color: #2E73BF;
}
.AnyTagClassName
{
color: #2E73BF;
}
</style>
background-color css
<style>
a { background-color: #2E73BF; }
a { background-color: rgb(46,115,191); }
div.DivClassName
{
background-color: #2E73BF;
}
.BgClassName
{
background-color: #2E73BF;
}
</style>
border-color css
<style>
span { border-color: #2E73BF; }
span { border-color: rgb(46,115,191); }
td.TdClassName
{
border-color: #2E73BF;
}
.TagClassName
{
border-color: #2E73BF;
}
</style>