Shades of Curious Blue #2E77BF
Tints of Curious Blue #2E77BF
RGB
CMYK
RGB Variations
Color information
#2E77BF (or 0x2E77BF) is known color: Curious Blue. HEX triplet: 2E, 77 and BF. RGB value is (46,119,191). Sum of RGB (Red+Green+Blue) = 46+119+191=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E77BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E77BF is #D18840. Grayscale: #696969. Windows color (decimal): -13731905 or 12547886. OLE color: 12547886.
HSL color Cylindrical-coordinate representation of color #2E77BF: hue angle of 209.79º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E77BF is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 119 | 191 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.25 |
| HSL | 209.79º | 0.61% | 0.46% | - |
| HSV(B) | 209.79º | 0.76% | 0.75% | - |
| XYZ | 17.13 | 17.54 | 51.77 | - |
| YUV | 105.38 | 176.32 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 191 | 0.76 | 0.38 | 0 | 0.25 | 209.79 | 0.61 | 0.46 |
| Hex | 2E | 77 | BF | 4C | 26 | 0 | 19 | D2 | 3D | 2E |
| Octal | 56 | 167 | 277 | 114 | 46 | 0 | 31 | 322 | 75 | 56 |
| Binary | 101110 | 1110111 | 10111111 | 1001100 | 100110 | 0 | 11001 | 11010010 | 111101 | 101110 |
Color Harmonies of #2E77BF
Complementary color
Monochromatic Colors of #2E77BF
Black with #2E77BF
Text Example
Text Example
White with #2E77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E77BF; }
p { color: rgb(46,119,191); }
H1.HeaderClassName
{
color: #2E77BF;
}
.AnyTagClassName
{
color: #2E77BF;
}
</style>
background-color css
<style>
a { background-color: #2E77BF; }
a { background-color: rgb(46,119,191); }
div.DivClassName
{
background-color: #2E77BF;
}
.BgClassName
{
background-color: #2E77BF;
}
</style>
border-color css
<style>
span { border-color: #2E77BF; }
span { border-color: rgb(46,119,191); }
td.TdClassName
{
border-color: #2E77BF;
}
.TagClassName
{
border-color: #2E77BF;
}
</style>