Shades of Curious Blue #2E8ABC
Tints of Curious Blue #2E8ABC
RGB
CMYK
RGB Variations
Color information
#2E8ABC (or 0x2E8ABC) is known color: Curious Blue. HEX triplet: 2E, 8A and BC. RGB value is (46,138,188). Sum of RGB (Red+Green+Blue) = 46+138+188=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8ABC is #D17543. Grayscale: #737373. Windows color (decimal): -13727044 or 12356142. OLE color: 12356142.
HSL color Cylindrical-coordinate representation of color #2E8ABC: hue angle of 201.13º 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 #2E8ABC is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 138 | 188 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.26 |
| HSL | 201.13º | 0.61% | 0.46% | - |
| HSV(B) | 201.13º | 0.76% | 0.74% | - |
| XYZ | 19.29 | 22.39 | 50.88 | - |
| YUV | 116.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 188 | 0.76 | 0.27 | 0 | 0.26 | 201.13 | 0.61 | 0.46 |
| Hex | 2E | 8A | BC | 4C | 1B | 0 | 1A | C9 | 3D | 2E |
| Octal | 56 | 212 | 274 | 114 | 33 | 0 | 32 | 311 | 75 | 56 |
| Binary | 101110 | 10001010 | 10111100 | 1001100 | 11011 | 0 | 11010 | 11001001 | 111101 | 101110 |
Color Harmonies of #2E8ABC
Complementary color
Monochromatic Colors of #2E8ABC
Black with #2E8ABC
Text Example
Text Example
White with #2E8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8ABC; }
p { color: rgb(46,138,188); }
H1.HeaderClassName
{
color: #2E8ABC;
}
.AnyTagClassName
{
color: #2E8ABC;
}
</style>
background-color css
<style>
a { background-color: #2E8ABC; }
a { background-color: rgb(46,138,188); }
div.DivClassName
{
background-color: #2E8ABC;
}
.BgClassName
{
background-color: #2E8ABC;
}
</style>
border-color css
<style>
span { border-color: #2E8ABC; }
span { border-color: rgb(46,138,188); }
td.TdClassName
{
border-color: #2E8ABC;
}
.TagClassName
{
border-color: #2E8ABC;
}
</style>