Shades of Curious Blue #2E8AC1
Tints of Curious Blue #2E8AC1
RGB
CMYK
RGB Variations
Color information
#2E8AC1 (or 0x2E8AC1) is known color: Curious Blue. HEX triplet: 2E, 8A and C1. RGB value is (46,138,193). Sum of RGB (Red+Green+Blue) = 46+138+193=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E8AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8AC1 is #D1753E. Grayscale: #747474. Windows color (decimal): -13727039 or 12683822. OLE color: 12683822.
HSL color Cylindrical-coordinate representation of color #2E8AC1: hue angle of 202.45º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E8AC1 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 138 | 193 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.24 |
| HSL | 202.45º | 0.62% | 0.47% | - |
| HSV(B) | 202.45º | 0.76% | 0.76% | - |
| XYZ | 19.84 | 22.61 | 53.77 | - |
| YUV | 116.76 | 171.02 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 193 | 0.76 | 0.28 | 0 | 0.24 | 202.45 | 0.62 | 0.47 |
| Hex | 2E | 8A | C1 | 4C | 1C | 0 | 18 | CA | 3E | 2F |
| Octal | 56 | 212 | 301 | 114 | 34 | 0 | 30 | 312 | 76 | 57 |
| Binary | 101110 | 10001010 | 11000001 | 1001100 | 11100 | 0 | 11000 | 11001010 | 111110 | 101111 |
Color Harmonies of #2E8AC1
Complementary color
Monochromatic Colors of #2E8AC1
Black with #2E8AC1
Text Example
Text Example
White with #2E8AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8AC1; }
p { color: rgb(46,138,193); }
H1.HeaderClassName
{
color: #2E8AC1;
}
.AnyTagClassName
{
color: #2E8AC1;
}
</style>
background-color css
<style>
a { background-color: #2E8AC1; }
a { background-color: rgb(46,138,193); }
div.DivClassName
{
background-color: #2E8AC1;
}
.BgClassName
{
background-color: #2E8AC1;
}
</style>
border-color css
<style>
span { border-color: #2E8AC1; }
span { border-color: rgb(46,138,193); }
td.TdClassName
{
border-color: #2E8AC1;
}
.TagClassName
{
border-color: #2E8AC1;
}
</style>