Shades of Curious Blue #2E76BD
Tints of Curious Blue #2E76BD
RGB
CMYK
RGB Variations
Color information
#2E76BD (or 0x2E76BD) is known color: Curious Blue. HEX triplet: 2E, 76 and BD. RGB value is (46,118,189). Sum of RGB (Red+Green+Blue) = 46+118+189=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E76BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E76BD is #D18942. Grayscale: #686868. Windows color (decimal): -13732163 or 12416558. OLE color: 12416558.
HSL color Cylindrical-coordinate representation of color #2E76BD: hue angle of 209.79º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E76BD is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 118 | 189 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.26 |
| HSL | 209.79º | 0.61% | 0.46% | - |
| HSV(B) | 209.79º | 0.76% | 0.74% | - |
| XYZ | 16.79 | 17.21 | 50.58 | - |
| YUV | 104.57 | 175.65 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 189 | 0.76 | 0.38 | 0 | 0.26 | 209.79 | 0.61 | 0.46 |
| Hex | 2E | 76 | BD | 4C | 26 | 0 | 1A | D2 | 3D | 2E |
| Octal | 56 | 166 | 275 | 114 | 46 | 0 | 32 | 322 | 75 | 56 |
| Binary | 101110 | 1110110 | 10111101 | 1001100 | 100110 | 0 | 11010 | 11010010 | 111101 | 101110 |
Color Harmonies of #2E76BD
Complementary color
Monochromatic Colors of #2E76BD
Black with #2E76BD
Text Example
Text Example
White with #2E76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E76BD; }
p { color: rgb(46,118,189); }
H1.HeaderClassName
{
color: #2E76BD;
}
.AnyTagClassName
{
color: #2E76BD;
}
</style>
background-color css
<style>
a { background-color: #2E76BD; }
a { background-color: rgb(46,118,189); }
div.DivClassName
{
background-color: #2E76BD;
}
.BgClassName
{
background-color: #2E76BD;
}
</style>
border-color css
<style>
span { border-color: #2E76BD; }
span { border-color: rgb(46,118,189); }
td.TdClassName
{
border-color: #2E76BD;
}
.TagClassName
{
border-color: #2E76BD;
}
</style>