Shades of Curious Blue #2E77B4
Tints of Curious Blue #2E77B4
RGB
CMYK
RGB Variations
Color information
#2E77B4 (or 0x2E77B4) is known color: Curious Blue. HEX triplet: 2E, 77 and B4. RGB value is (46,119,180). Sum of RGB (Red+Green+Blue) = 46+119+180=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #2E77B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E77B4 is #D1884B. Grayscale: #676767. Windows color (decimal): -13731916 or 11826990. OLE color: 11826990.
HSL color Cylindrical-coordinate representation of color #2E77B4: hue angle of 207.31º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E77B4 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 119 | 180 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.29 |
| HSL | 207.31º | 0.59% | 0.44% | - |
| HSV(B) | 207.31º | 0.74% | 0.71% | - |
| XYZ | 15.96 | 17.07 | 45.63 | - |
| YUV | 104.13 | 170.82 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 180 | 0.74 | 0.34 | 0 | 0.29 | 207.31 | 0.59 | 0.44 |
| Hex | 2E | 77 | B4 | 4A | 22 | 0 | 1D | CF | 3B | 2C |
| Octal | 56 | 167 | 264 | 112 | 42 | 0 | 35 | 317 | 73 | 54 |
| Binary | 101110 | 1110111 | 10110100 | 1001010 | 100010 | 0 | 11101 | 11001111 | 111011 | 101100 |
Color Harmonies of #2E77B4
Complementary color
Monochromatic Colors of #2E77B4
Black with #2E77B4
Text Example
Text Example
White with #2E77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E77B4; }
p { color: rgb(46,119,180); }
H1.HeaderClassName
{
color: #2E77B4;
}
.AnyTagClassName
{
color: #2E77B4;
}
</style>
background-color css
<style>
a { background-color: #2E77B4; }
a { background-color: rgb(46,119,180); }
div.DivClassName
{
background-color: #2E77B4;
}
.BgClassName
{
background-color: #2E77B4;
}
</style>
border-color css
<style>
span { border-color: #2E77B4; }
span { border-color: rgb(46,119,180); }
td.TdClassName
{
border-color: #2E77B4;
}
.TagClassName
{
border-color: #2E77B4;
}
</style>