Shades of Curious Blue #2884B0
Tints of Curious Blue #2884B0
RGB
CMYK
RGB Variations
Color information
#2884B0 (or 0x2884B0) is known color: Curious Blue. HEX triplet: 28, 84 and B0. RGB value is (40,132,176). Sum of RGB (Red+Green+Blue) = 40+132+176=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #2884B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2884B0 is #D77B4F. Grayscale: #6D6D6D. Windows color (decimal): -14121808 or 11568168. OLE color: 11568168.
HSL color Cylindrical-coordinate representation of color #2884B0: hue angle of 199.41º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2884B0 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 132 | 176 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.31 |
| HSL | 199.41º | 0.63% | 0.42% | - |
| HSV(B) | 199.41º | 0.77% | 0.69% | - |
| XYZ | 16.96 | 20.09 | 44.06 | - |
| YUV | 109.51 | 165.52 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 176 | 0.77 | 0.25 | 0 | 0.31 | 199.41 | 0.63 | 0.42 |
| Hex | 28 | 84 | B0 | 4D | 19 | 0 | 1F | C7 | 3F | 2A |
| Octal | 50 | 204 | 260 | 115 | 31 | 0 | 37 | 307 | 77 | 52 |
| Binary | 101000 | 10000100 | 10110000 | 1001101 | 11001 | 0 | 11111 | 11000111 | 111111 | 101010 |
Color Harmonies of #2884B0
Complementary color
Monochromatic Colors of #2884B0
Black with #2884B0
Text Example
Text Example
White with #2884B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2884B0; }
p { color: rgb(40,132,176); }
H1.HeaderClassName
{
color: #2884B0;
}
.AnyTagClassName
{
color: #2884B0;
}
</style>
background-color css
<style>
a { background-color: #2884B0; }
a { background-color: rgb(40,132,176); }
div.DivClassName
{
background-color: #2884B0;
}
.BgClassName
{
background-color: #2884B0;
}
</style>
border-color css
<style>
span { border-color: #2884B0; }
span { border-color: rgb(40,132,176); }
td.TdClassName
{
border-color: #2884B0;
}
.TagClassName
{
border-color: #2884B0;
}
</style>