Shades of Curious Blue #2E80AA
Tints of Curious Blue #2E80AA
RGB
CMYK
RGB Variations
Color information
#2E80AA (or 0x2E80AA) is known color: Curious Blue. HEX triplet: 2E, 80 and AA. RGB value is (46,128,170). Sum of RGB (Red+Green+Blue) = 46+128+170=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E80AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E80AA is #D17F55. Grayscale: #6C6C6C. Windows color (decimal): -13729622 or 11173934. OLE color: 11173934.
HSL color Cylindrical-coordinate representation of color #2E80AA: hue angle of 200.32º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E80AA is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 128 | 170 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.33 |
| HSL | 200.32º | 0.57% | 0.42% | - |
| HSV(B) | 200.32º | 0.73% | 0.67% | - |
| XYZ | 16.1 | 18.92 | 40.83 | - |
| YUV | 108.27 | 162.83 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 170 | 0.73 | 0.25 | 0 | 0.33 | 200.32 | 0.57 | 0.42 |
| Hex | 2E | 80 | AA | 49 | 19 | 0 | 21 | C8 | 39 | 2A |
| Octal | 56 | 200 | 252 | 111 | 31 | 0 | 41 | 310 | 71 | 52 |
| Binary | 101110 | 10000000 | 10101010 | 1001001 | 11001 | 0 | 100001 | 11001000 | 111001 | 101010 |
Color Harmonies of #2E80AA
Complementary color
Monochromatic Colors of #2E80AA
Black with #2E80AA
Text Example
Text Example
White with #2E80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E80AA; }
p { color: rgb(46,128,170); }
H1.HeaderClassName
{
color: #2E80AA;
}
.AnyTagClassName
{
color: #2E80AA;
}
</style>
background-color css
<style>
a { background-color: #2E80AA; }
a { background-color: rgb(46,128,170); }
div.DivClassName
{
background-color: #2E80AA;
}
.BgClassName
{
background-color: #2E80AA;
}
</style>
border-color css
<style>
span { border-color: #2E80AA; }
span { border-color: rgb(46,128,170); }
td.TdClassName
{
border-color: #2E80AA;
}
.TagClassName
{
border-color: #2E80AA;
}
</style>