Shades of Curious Blue #2E8ACB
Tints of Curious Blue #2E8ACB
RGB
CMYK
RGB Variations
Color information
#2E8ACB (or 0x2E8ACB) is known color: Curious Blue. HEX triplet: 2E, 8A and CB. RGB value is (46,138,203). Sum of RGB (Red+Green+Blue) = 46+138+203=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E8ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8ACB is #D17534. Grayscale: #757575. Windows color (decimal): -13727029 or 13339182. OLE color: 13339182.
HSL color Cylindrical-coordinate representation of color #2E8ACB: hue angle of 204.84º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E8ACB is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 138 | 203 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.20 |
| HSL | 204.84º | 0.63% | 0.49% | - |
| HSV(B) | 204.84º | 0.77% | 0.8% | - |
| XYZ | 20.99 | 23.07 | 59.85 | - |
| YUV | 117.9 | 176.02 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 203 | 0.77 | 0.32 | 0 | 0.20 | 204.84 | 0.63 | 0.49 |
| Hex | 2E | 8A | CB | 4D | 20 | 0 | 14 | CD | 3F | 31 |
| Octal | 56 | 212 | 313 | 115 | 40 | 0 | 24 | 315 | 77 | 61 |
| Binary | 101110 | 10001010 | 11001011 | 1001101 | 100000 | 0 | 10100 | 11001101 | 111111 | 110001 |
Color Harmonies of #2E8ACB
Complementary color
Monochromatic Colors of #2E8ACB
Black with #2E8ACB
Text Example
Text Example
White with #2E8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8ACB; }
p { color: rgb(46,138,203); }
H1.HeaderClassName
{
color: #2E8ACB;
}
.AnyTagClassName
{
color: #2E8ACB;
}
</style>
background-color css
<style>
a { background-color: #2E8ACB; }
a { background-color: rgb(46,138,203); }
div.DivClassName
{
background-color: #2E8ACB;
}
.BgClassName
{
background-color: #2E8ACB;
}
</style>
border-color css
<style>
span { border-color: #2E8ACB; }
span { border-color: rgb(46,138,203); }
td.TdClassName
{
border-color: #2E8ACB;
}
.TagClassName
{
border-color: #2E8ACB;
}
</style>