Shades of Curious Blue #2881C3
Tints of Curious Blue #2881C3
RGB
CMYK
RGB Variations
Color information
#2881C3 (or 0x2881C3) is known color: Curious Blue. HEX triplet: 28, 81 and C3. RGB value is (40,129,195). Sum of RGB (Red+Green+Blue) = 40+129+195=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 195 (76.56% from 255 or 53.57% from 364); Max value from RGB is 195 - color contains mainly: blue. Hex color #2881C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2881C3 is #D77E3C. Grayscale: #6D6D6D. Windows color (decimal): -14122557 or 12812584. OLE color: 12812584.
HSL color Cylindrical-coordinate representation of color #2881C3: hue angle of 205.55º 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 #2881C3 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 129 | 195 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.24 |
| HSL | 205.55º | 0.66% | 0.46% | - |
| HSV(B) | 205.55º | 0.79% | 0.76% | - |
| XYZ | 18.58 | 20.09 | 54.53 | - |
| YUV | 109.91 | 176.01 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 195 | 0.79 | 0.34 | 0 | 0.24 | 205.55 | 0.66 | 0.46 |
| Hex | 28 | 81 | C3 | 4F | 22 | 0 | 18 | CE | 42 | 2E |
| Octal | 50 | 201 | 303 | 117 | 42 | 0 | 30 | 316 | 102 | 56 |
| Binary | 101000 | 10000001 | 11000011 | 1001111 | 100010 | 0 | 11000 | 11001110 | 1000010 | 101110 |
Color Harmonies of #2881C3
Complementary color
Monochromatic Colors of #2881C3
Black with #2881C3
Text Example
Text Example
White with #2881C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2881C3; }
p { color: rgb(40,129,195); }
H1.HeaderClassName
{
color: #2881C3;
}
.AnyTagClassName
{
color: #2881C3;
}
</style>
background-color css
<style>
a { background-color: #2881C3; }
a { background-color: rgb(40,129,195); }
div.DivClassName
{
background-color: #2881C3;
}
.BgClassName
{
background-color: #2881C3;
}
</style>
border-color css
<style>
span { border-color: #2881C3; }
span { border-color: rgb(40,129,195); }
td.TdClassName
{
border-color: #2881C3;
}
.TagClassName
{
border-color: #2881C3;
}
</style>