Shades of Curious Blue #2E7BC1
Tints of Curious Blue #2E7BC1
RGB
CMYK
RGB Variations
Color information
#2E7BC1 (or 0x2E7BC1) is known color: Curious Blue. HEX triplet: 2E, 7B and C1. RGB value is (46,123,193). Sum of RGB (Red+Green+Blue) = 46+123+193=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E7BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7BC1 is #D1843E. Grayscale: #6B6B6B. Windows color (decimal): -13730879 or 12679982. OLE color: 12679982.
HSL color Cylindrical-coordinate representation of color #2E7BC1: hue angle of 208.57º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E7BC1 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 123 | 193 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.24 |
| HSL | 208.57º | 0.62% | 0.47% | - |
| HSV(B) | 208.57º | 0.76% | 0.76% | - |
| XYZ | 17.84 | 18.6 | 53.1 | - |
| YUV | 107.96 | 175.99 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 193 | 0.76 | 0.36 | 0 | 0.24 | 208.57 | 0.62 | 0.47 |
| Hex | 2E | 7B | C1 | 4C | 24 | 0 | 18 | D1 | 3E | 2F |
| Octal | 56 | 173 | 301 | 114 | 44 | 0 | 30 | 321 | 76 | 57 |
| Binary | 101110 | 1111011 | 11000001 | 1001100 | 100100 | 0 | 11000 | 11010001 | 111110 | 101111 |
Color Harmonies of #2E7BC1
Complementary color
Monochromatic Colors of #2E7BC1
Black with #2E7BC1
Text Example
Text Example
White with #2E7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7BC1; }
p { color: rgb(46,123,193); }
H1.HeaderClassName
{
color: #2E7BC1;
}
.AnyTagClassName
{
color: #2E7BC1;
}
</style>
background-color css
<style>
a { background-color: #2E7BC1; }
a { background-color: rgb(46,123,193); }
div.DivClassName
{
background-color: #2E7BC1;
}
.BgClassName
{
background-color: #2E7BC1;
}
</style>
border-color css
<style>
span { border-color: #2E7BC1; }
span { border-color: rgb(46,123,193); }
td.TdClassName
{
border-color: #2E7BC1;
}
.TagClassName
{
border-color: #2E7BC1;
}
</style>