Shades of Curious Blue #2E7BBB
Tints of Curious Blue #2E7BBB
RGB
CMYK
RGB Variations
Color information
#2E7BBB (or 0x2E7BBB) is known color: Curious Blue. HEX triplet: 2E, 7B and BB. RGB value is (46,123,187). Sum of RGB (Red+Green+Blue) = 46+123+187=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E7BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7BBB is #D18444. Grayscale: #6A6A6A. Windows color (decimal): -13730885 or 12286766. OLE color: 12286766.
HSL color Cylindrical-coordinate representation of color #2E7BBB: hue angle of 207.23º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E7BBB is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 123 | 187 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.27 |
| HSL | 207.23º | 0.61% | 0.46% | - |
| HSV(B) | 207.23º | 0.75% | 0.73% | - |
| XYZ | 17.18 | 18.33 | 49.65 | - |
| YUV | 107.27 | 172.99 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 187 | 0.75 | 0.34 | 0 | 0.27 | 207.23 | 0.61 | 0.46 |
| Hex | 2E | 7B | BB | 4B | 22 | 0 | 1B | CF | 3D | 2E |
| Octal | 56 | 173 | 273 | 113 | 42 | 0 | 33 | 317 | 75 | 56 |
| Binary | 101110 | 1111011 | 10111011 | 1001011 | 100010 | 0 | 11011 | 11001111 | 111101 | 101110 |
Color Harmonies of #2E7BBB
Complementary color
Monochromatic Colors of #2E7BBB
Black with #2E7BBB
Text Example
Text Example
White with #2E7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7BBB; }
p { color: rgb(46,123,187); }
H1.HeaderClassName
{
color: #2E7BBB;
}
.AnyTagClassName
{
color: #2E7BBB;
}
</style>
background-color css
<style>
a { background-color: #2E7BBB; }
a { background-color: rgb(46,123,187); }
div.DivClassName
{
background-color: #2E7BBB;
}
.BgClassName
{
background-color: #2E7BBB;
}
</style>
border-color css
<style>
span { border-color: #2E7BBB; }
span { border-color: rgb(46,123,187); }
td.TdClassName
{
border-color: #2E7BBB;
}
.TagClassName
{
border-color: #2E7BBB;
}
</style>