Shades of Curious Blue #2E8CBB
Tints of Curious Blue #2E8CBB
RGB
CMYK
RGB Variations
Color information
#2E8CBB (or 0x2E8CBB) is known color: Curious Blue. HEX triplet: 2E, 8C and BB. RGB value is (46,140,187). Sum of RGB (Red+Green+Blue) = 46+140+187=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E8CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8CBB is #D17344. Grayscale: #747474. Windows color (decimal): -13726533 or 12291118. OLE color: 12291118.
HSL color Cylindrical-coordinate representation of color #2E8CBB: hue angle of 200º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E8CBB is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 140 | 187 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.27 |
| HSL | 200º | 0.61% | 0.46% | - |
| HSV(B) | 200º | 0.75% | 0.73% | - |
| XYZ | 19.47 | 22.92 | 50.41 | - |
| YUV | 117.25 | 167.36 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 187 | 0.75 | 0.25 | 0 | 0.27 | 200 | 0.61 | 0.46 |
| Hex | 2E | 8C | BB | 4B | 19 | 0 | 1B | C8 | 3D | 2E |
| Octal | 56 | 214 | 273 | 113 | 31 | 0 | 33 | 310 | 75 | 56 |
| Binary | 101110 | 10001100 | 10111011 | 1001011 | 11001 | 0 | 11011 | 11001000 | 111101 | 101110 |
Color Harmonies of #2E8CBB
Complementary color
Monochromatic Colors of #2E8CBB
Black with #2E8CBB
Text Example
Text Example
White with #2E8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8CBB; }
p { color: rgb(46,140,187); }
H1.HeaderClassName
{
color: #2E8CBB;
}
.AnyTagClassName
{
color: #2E8CBB;
}
</style>
background-color css
<style>
a { background-color: #2E8CBB; }
a { background-color: rgb(46,140,187); }
div.DivClassName
{
background-color: #2E8CBB;
}
.BgClassName
{
background-color: #2E8CBB;
}
</style>
border-color css
<style>
span { border-color: #2E8CBB; }
span { border-color: rgb(46,140,187); }
td.TdClassName
{
border-color: #2E8CBB;
}
.TagClassName
{
border-color: #2E8CBB;
}
</style>