Shades of Curious Blue #2E7CC1
Tints of Curious Blue #2E7CC1
RGB
CMYK
RGB Variations
Color information
#2E7CC1 (or 0x2E7CC1) is known color: Curious Blue. HEX triplet: 2E, 7C and C1. RGB value is (46,124,193). Sum of RGB (Red+Green+Blue) = 46+124+193=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E7CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7CC1 is #D1833E. Grayscale: #6C6C6C. Windows color (decimal): -13730623 or 12680238. OLE color: 12680238.
HSL color Cylindrical-coordinate representation of color #2E7CC1: hue angle of 208.16º 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 #2E7CC1 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 124 | 193 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.24 |
| HSL | 208.16º | 0.62% | 0.47% | - |
| HSV(B) | 208.16º | 0.76% | 0.76% | - |
| XYZ | 17.96 | 18.85 | 53.14 | - |
| YUV | 108.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 124 | 193 | 0.76 | 0.36 | 0 | 0.24 | 208.16 | 0.62 | 0.47 |
| Hex | 2E | 7C | C1 | 4C | 24 | 0 | 18 | D0 | 3E | 2F |
| Octal | 56 | 174 | 301 | 114 | 44 | 0 | 30 | 320 | 76 | 57 |
| Binary | 101110 | 1111100 | 11000001 | 1001100 | 100100 | 0 | 11000 | 11010000 | 111110 | 101111 |
Color Harmonies of #2E7CC1
Complementary color
Monochromatic Colors of #2E7CC1
Black with #2E7CC1
Text Example
Text Example
White with #2E7CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7CC1; }
p { color: rgb(46,124,193); }
H1.HeaderClassName
{
color: #2E7CC1;
}
.AnyTagClassName
{
color: #2E7CC1;
}
</style>
background-color css
<style>
a { background-color: #2E7CC1; }
a { background-color: rgb(46,124,193); }
div.DivClassName
{
background-color: #2E7CC1;
}
.BgClassName
{
background-color: #2E7CC1;
}
</style>
border-color css
<style>
span { border-color: #2E7CC1; }
span { border-color: rgb(46,124,193); }
td.TdClassName
{
border-color: #2E7CC1;
}
.TagClassName
{
border-color: #2E7CC1;
}
</style>