Shades of Curious Blue #2E89BE
Tints of Curious Blue #2E89BE
RGB
CMYK
RGB Variations
Color information
#2E89BE (or 0x2E89BE) is known color: Curious Blue. HEX triplet: 2E, 89 and BE. RGB value is (46,137,190). Sum of RGB (Red+Green+Blue) = 46+137+190=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E89BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E89BE is #D17641. Grayscale: #737373. Windows color (decimal): -13727298 or 12486958. OLE color: 12486958.
HSL color Cylindrical-coordinate representation of color #2E89BE: hue angle of 202.08º 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 #2E89BE is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 137 | 190 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.25 |
| HSL | 202.08º | 0.61% | 0.46% | - |
| HSV(B) | 202.08º | 0.76% | 0.75% | - |
| XYZ | 19.37 | 22.19 | 51.98 | - |
| YUV | 115.83 | 169.85 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 190 | 0.76 | 0.28 | 0 | 0.25 | 202.08 | 0.61 | 0.46 |
| Hex | 2E | 89 | BE | 4C | 1C | 0 | 19 | CA | 3D | 2E |
| Octal | 56 | 211 | 276 | 114 | 34 | 0 | 31 | 312 | 75 | 56 |
| Binary | 101110 | 10001001 | 10111110 | 1001100 | 11100 | 0 | 11001 | 11001010 | 111101 | 101110 |
Color Harmonies of #2E89BE
Complementary color
Monochromatic Colors of #2E89BE
Black with #2E89BE
Text Example
Text Example
White with #2E89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E89BE; }
p { color: rgb(46,137,190); }
H1.HeaderClassName
{
color: #2E89BE;
}
.AnyTagClassName
{
color: #2E89BE;
}
</style>
background-color css
<style>
a { background-color: #2E89BE; }
a { background-color: rgb(46,137,190); }
div.DivClassName
{
background-color: #2E89BE;
}
.BgClassName
{
background-color: #2E89BE;
}
</style>
border-color css
<style>
span { border-color: #2E89BE; }
span { border-color: rgb(46,137,190); }
td.TdClassName
{
border-color: #2E89BE;
}
.TagClassName
{
border-color: #2E89BE;
}
</style>