Shades of Curious Blue #2E84C0
Tints of Curious Blue #2E84C0
RGB
CMYK
RGB Variations
Color information
#2E84C0 (or 0x2E84C0) is known color: Curious Blue. HEX triplet: 2E, 84 and C0. RGB value is (46,132,192). Sum of RGB (Red+Green+Blue) = 46+132+192=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #2E84C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E84C0 is #D17B3F. Grayscale: #707070. Windows color (decimal): -13728576 or 12616750. OLE color: 12616750.
HSL color Cylindrical-coordinate representation of color #2E84C0: hue angle of 204.66º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E84C0 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 132 | 192 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.25 |
| HSL | 204.66º | 0.61% | 0.47% | - |
| HSV(B) | 204.66º | 0.76% | 0.75% | - |
| XYZ | 18.89 | 20.89 | 52.91 | - |
| YUV | 113.13 | 172.51 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 132 | 192 | 0.76 | 0.31 | 0 | 0.25 | 204.66 | 0.61 | 0.47 |
| Hex | 2E | 84 | C0 | 4C | 1F | 0 | 19 | CD | 3D | 2F |
| Octal | 56 | 204 | 300 | 114 | 37 | 0 | 31 | 315 | 75 | 57 |
| Binary | 101110 | 10000100 | 11000000 | 1001100 | 11111 | 0 | 11001 | 11001101 | 111101 | 101111 |
Color Harmonies of #2E84C0
Complementary color
Monochromatic Colors of #2E84C0
Black with #2E84C0
Text Example
Text Example
White with #2E84C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E84C0; }
p { color: rgb(46,132,192); }
H1.HeaderClassName
{
color: #2E84C0;
}
.AnyTagClassName
{
color: #2E84C0;
}
</style>
background-color css
<style>
a { background-color: #2E84C0; }
a { background-color: rgb(46,132,192); }
div.DivClassName
{
background-color: #2E84C0;
}
.BgClassName
{
background-color: #2E84C0;
}
</style>
border-color css
<style>
span { border-color: #2E84C0; }
span { border-color: rgb(46,132,192); }
td.TdClassName
{
border-color: #2E84C0;
}
.TagClassName
{
border-color: #2E84C0;
}
</style>