Shades of Curious Blue #2E7ECE
Tints of Curious Blue #2E7ECE
RGB
CMYK
RGB Variations
Color information
#2E7ECE (or 0x2E7ECE) is known color: Curious Blue. HEX triplet: 2E, 7E and CE. RGB value is (46,126,206). Sum of RGB (Red+Green+Blue) = 46+126+206=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E7ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7ECE is #D18131. Grayscale: #6E6E6E. Windows color (decimal): -13730098 or 13532718. OLE color: 13532718.
HSL color Cylindrical-coordinate representation of color #2E7ECE: hue angle of 210º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E7ECE is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 126 | 206 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.19 |
| HSL | 210º | 0.63% | 0.49% | - |
| HSV(B) | 210º | 0.78% | 0.81% | - |
| XYZ | 19.73 | 19.96 | 61.21 | - |
| YUV | 111.2 | 181.5 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 206 | 0.78 | 0.39 | 0 | 0.19 | 210 | 0.63 | 0.49 |
| Hex | 2E | 7E | CE | 4E | 27 | 0 | 13 | D2 | 3F | 31 |
| Octal | 56 | 176 | 316 | 116 | 47 | 0 | 23 | 322 | 77 | 61 |
| Binary | 101110 | 1111110 | 11001110 | 1001110 | 100111 | 0 | 10011 | 11010010 | 111111 | 110001 |
Color Harmonies of #2E7ECE
Complementary color
Monochromatic Colors of #2E7ECE
Black with #2E7ECE
Text Example
Text Example
White with #2E7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7ECE; }
p { color: rgb(46,126,206); }
H1.HeaderClassName
{
color: #2E7ECE;
}
.AnyTagClassName
{
color: #2E7ECE;
}
</style>
background-color css
<style>
a { background-color: #2E7ECE; }
a { background-color: rgb(46,126,206); }
div.DivClassName
{
background-color: #2E7ECE;
}
.BgClassName
{
background-color: #2E7ECE;
}
</style>
border-color css
<style>
span { border-color: #2E7ECE; }
span { border-color: rgb(46,126,206); }
td.TdClassName
{
border-color: #2E7ECE;
}
.TagClassName
{
border-color: #2E7ECE;
}
</style>