Shades of Curious Blue #2888BC
Tints of Curious Blue #2888BC
RGB
CMYK
RGB Variations
Color information
#2888BC (or 0x2888BC) is known color: Curious Blue. HEX triplet: 28, 88 and BC. RGB value is (40,136,188). Sum of RGB (Red+Green+Blue) = 40+136+188=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #2888BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2888BC is #D77743. Grayscale: #707070. Windows color (decimal): -14120772 or 12355624. OLE color: 12355624.
HSL color Cylindrical-coordinate representation of color #2888BC: hue angle of 201.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2888BC is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 136 | 188 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.26 |
| HSL | 201.08º | 0.65% | 0.45% | - |
| HSV(B) | 201.08º | 0.79% | 0.74% | - |
| XYZ | 18.76 | 21.69 | 50.78 | - |
| YUV | 113.22 | 170.2 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 188 | 0.79 | 0.28 | 0 | 0.26 | 201.08 | 0.65 | 0.45 |
| Hex | 28 | 88 | BC | 4F | 1C | 0 | 1A | C9 | 41 | 2D |
| Octal | 50 | 210 | 274 | 117 | 34 | 0 | 32 | 311 | 101 | 55 |
| Binary | 101000 | 10001000 | 10111100 | 1001111 | 11100 | 0 | 11010 | 11001001 | 1000001 | 101101 |
Color Harmonies of #2888BC
Complementary color
Monochromatic Colors of #2888BC
Black with #2888BC
Text Example
Text Example
White with #2888BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888BC; }
p { color: rgb(40,136,188); }
H1.HeaderClassName
{
color: #2888BC;
}
.AnyTagClassName
{
color: #2888BC;
}
</style>
background-color css
<style>
a { background-color: #2888BC; }
a { background-color: rgb(40,136,188); }
div.DivClassName
{
background-color: #2888BC;
}
.BgClassName
{
background-color: #2888BC;
}
</style>
border-color css
<style>
span { border-color: #2888BC; }
span { border-color: rgb(40,136,188); }
td.TdClassName
{
border-color: #2888BC;
}
.TagClassName
{
border-color: #2888BC;
}
</style>