Shades of Curious Blue #2E82AB
Tints of Curious Blue #2E82AB
RGB
CMYK
RGB Variations
Color information
#2E82AB (or 0x2E82AB) is known color: Curious Blue. HEX triplet: 2E, 82 and AB. RGB value is (46,130,171). Sum of RGB (Red+Green+Blue) = 46+130+171=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E82AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E82AB is #D17D54. Grayscale: #6D6D6D. Windows color (decimal): -13729109 or 11239982. OLE color: 11239982.
HSL color Cylindrical-coordinate representation of color #2E82AB: hue angle of 199.68º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E82AB is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 130 | 171 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.33 |
| HSL | 199.68º | 0.58% | 0.43% | - |
| HSV(B) | 199.68º | 0.73% | 0.67% | - |
| XYZ | 16.46 | 19.49 | 41.42 | - |
| YUV | 109.56 | 162.67 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 130 | 171 | 0.73 | 0.24 | 0 | 0.33 | 199.68 | 0.58 | 0.43 |
| Hex | 2E | 82 | AB | 49 | 18 | 0 | 21 | C8 | 3A | 2B |
| Octal | 56 | 202 | 253 | 111 | 30 | 0 | 41 | 310 | 72 | 53 |
| Binary | 101110 | 10000010 | 10101011 | 1001001 | 11000 | 0 | 100001 | 11001000 | 111010 | 101011 |
Color Harmonies of #2E82AB
Complementary color
Monochromatic Colors of #2E82AB
Black with #2E82AB
Text Example
Text Example
White with #2E82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E82AB; }
p { color: rgb(46,130,171); }
H1.HeaderClassName
{
color: #2E82AB;
}
.AnyTagClassName
{
color: #2E82AB;
}
</style>
background-color css
<style>
a { background-color: #2E82AB; }
a { background-color: rgb(46,130,171); }
div.DivClassName
{
background-color: #2E82AB;
}
.BgClassName
{
background-color: #2E82AB;
}
</style>
border-color css
<style>
span { border-color: #2E82AB; }
span { border-color: rgb(46,130,171); }
td.TdClassName
{
border-color: #2E82AB;
}
.TagClassName
{
border-color: #2E82AB;
}
</style>