Shades of Curious Blue #2882C1
Tints of Curious Blue #2882C1
RGB
CMYK
RGB Variations
Color information
#2882C1 (or 0x2882C1) is known color: Curious Blue. HEX triplet: 28, 82 and C1. RGB value is (40,130,193). Sum of RGB (Red+Green+Blue) = 40+130+193=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #2882C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2882C1 is #D77D3E. Grayscale: #6D6D6D. Windows color (decimal): -14122303 or 12681768. OLE color: 12681768.
HSL color Cylindrical-coordinate representation of color #2882C1: hue angle of 204.71º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2882C1 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 130 | 193 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.24 |
| HSL | 204.71º | 0.66% | 0.46% | - |
| HSV(B) | 204.71º | 0.79% | 0.76% | - |
| XYZ | 18.48 | 20.27 | 53.39 | - |
| YUV | 110.27 | 174.68 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 193 | 0.79 | 0.33 | 0 | 0.24 | 204.71 | 0.66 | 0.46 |
| Hex | 28 | 82 | C1 | 4F | 21 | 0 | 18 | CD | 42 | 2E |
| Octal | 50 | 202 | 301 | 117 | 41 | 0 | 30 | 315 | 102 | 56 |
| Binary | 101000 | 10000010 | 11000001 | 1001111 | 100001 | 0 | 11000 | 11001101 | 1000010 | 101110 |
Color Harmonies of #2882C1
Complementary color
Monochromatic Colors of #2882C1
Black with #2882C1
Text Example
Text Example
White with #2882C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2882C1; }
p { color: rgb(40,130,193); }
H1.HeaderClassName
{
color: #2882C1;
}
.AnyTagClassName
{
color: #2882C1;
}
</style>
background-color css
<style>
a { background-color: #2882C1; }
a { background-color: rgb(40,130,193); }
div.DivClassName
{
background-color: #2882C1;
}
.BgClassName
{
background-color: #2882C1;
}
</style>
border-color css
<style>
span { border-color: #2882C1; }
span { border-color: rgb(40,130,193); }
td.TdClassName
{
border-color: #2882C1;
}
.TagClassName
{
border-color: #2882C1;
}
</style>