Shades of Curious Blue #2E8ABD
Tints of Curious Blue #2E8ABD
RGB
CMYK
RGB Variations
Color information
#2E8ABD (or 0x2E8ABD) is known color: Curious Blue. HEX triplet: 2E, 8A and BD. RGB value is (46,138,189). Sum of RGB (Red+Green+Blue) = 46+138+189=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E8ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8ABD is #D17542. Grayscale: #747474. Windows color (decimal): -13727043 or 12421678. OLE color: 12421678.
HSL color Cylindrical-coordinate representation of color #2E8ABD: hue angle of 201.4º 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 #2E8ABD is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 138 | 189 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.26 |
| HSL | 201.4º | 0.61% | 0.46% | - |
| HSV(B) | 201.4º | 0.76% | 0.74% | - |
| XYZ | 19.4 | 22.43 | 51.45 | - |
| YUV | 116.31 | 169.02 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 189 | 0.76 | 0.27 | 0 | 0.26 | 201.4 | 0.61 | 0.46 |
| Hex | 2E | 8A | BD | 4C | 1B | 0 | 1A | C9 | 3D | 2E |
| Octal | 56 | 212 | 275 | 114 | 33 | 0 | 32 | 311 | 75 | 56 |
| Binary | 101110 | 10001010 | 10111101 | 1001100 | 11011 | 0 | 11010 | 11001001 | 111101 | 101110 |
Color Harmonies of #2E8ABD
Complementary color
Monochromatic Colors of #2E8ABD
Black with #2E8ABD
Text Example
Text Example
White with #2E8ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8ABD; }
p { color: rgb(46,138,189); }
H1.HeaderClassName
{
color: #2E8ABD;
}
.AnyTagClassName
{
color: #2E8ABD;
}
</style>
background-color css
<style>
a { background-color: #2E8ABD; }
a { background-color: rgb(46,138,189); }
div.DivClassName
{
background-color: #2E8ABD;
}
.BgClassName
{
background-color: #2E8ABD;
}
</style>
border-color css
<style>
span { border-color: #2E8ABD; }
span { border-color: rgb(46,138,189); }
td.TdClassName
{
border-color: #2E8ABD;
}
.TagClassName
{
border-color: #2E8ABD;
}
</style>