Shades of Curious Blue #2882BD
Tints of Curious Blue #2882BD
RGB
CMYK
RGB Variations
Color information
#2882BD (or 0x2882BD) is known color: Curious Blue. HEX triplet: 28, 82 and BD. RGB value is (40,130,189). Sum of RGB (Red+Green+Blue) = 40+130+189=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #2882BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2882BD is #D77D42. Grayscale: #6D6D6D. Windows color (decimal): -14122307 or 12419624. OLE color: 12419624.
HSL color Cylindrical-coordinate representation of color #2882BD: hue angle of 203.76º 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 #2882BD is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 130 | 189 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.26 |
| HSL | 203.76º | 0.65% | 0.45% | - |
| HSV(B) | 203.76º | 0.79% | 0.74% | - |
| XYZ | 18.04 | 20.09 | 51.07 | - |
| YUV | 109.82 | 172.68 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 189 | 0.79 | 0.31 | 0 | 0.26 | 203.76 | 0.65 | 0.45 |
| Hex | 28 | 82 | BD | 4F | 1F | 0 | 1A | CC | 41 | 2D |
| Octal | 50 | 202 | 275 | 117 | 37 | 0 | 32 | 314 | 101 | 55 |
| Binary | 101000 | 10000010 | 10111101 | 1001111 | 11111 | 0 | 11010 | 11001100 | 1000001 | 101101 |
Color Harmonies of #2882BD
Complementary color
Monochromatic Colors of #2882BD
Black with #2882BD
Text Example
Text Example
White with #2882BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2882BD; }
p { color: rgb(40,130,189); }
H1.HeaderClassName
{
color: #2882BD;
}
.AnyTagClassName
{
color: #2882BD;
}
</style>
background-color css
<style>
a { background-color: #2882BD; }
a { background-color: rgb(40,130,189); }
div.DivClassName
{
background-color: #2882BD;
}
.BgClassName
{
background-color: #2882BD;
}
</style>
border-color css
<style>
span { border-color: #2882BD; }
span { border-color: rgb(40,130,189); }
td.TdClassName
{
border-color: #2882BD;
}
.TagClassName
{
border-color: #2882BD;
}
</style>