Shades of Curious Blue #2880C1
Tints of Curious Blue #2880C1
RGB
CMYK
RGB Variations
Color information
#2880C1 (or 0x2880C1) is known color: Curious Blue. HEX triplet: 28, 80 and C1. RGB value is (40,128,193). Sum of RGB (Red+Green+Blue) = 40+128+193=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #2880C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2880C1 is #D77F3E. Grayscale: #6C6C6C. Windows color (decimal): -14122815 or 12681256. OLE color: 12681256.
HSL color Cylindrical-coordinate representation of color #2880C1: hue angle of 205.49º 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 #2880C1 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 128 | 193 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.24 |
| HSL | 205.49º | 0.66% | 0.46% | - |
| HSV(B) | 205.49º | 0.79% | 0.76% | - |
| XYZ | 18.22 | 19.74 | 53.3 | - |
| YUV | 109.1 | 175.35 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 193 | 0.79 | 0.34 | 0 | 0.24 | 205.49 | 0.66 | 0.46 |
| Hex | 28 | 80 | C1 | 4F | 22 | 0 | 18 | CD | 42 | 2E |
| Octal | 50 | 200 | 301 | 117 | 42 | 0 | 30 | 315 | 102 | 56 |
| Binary | 101000 | 10000000 | 11000001 | 1001111 | 100010 | 0 | 11000 | 11001101 | 1000010 | 101110 |
Color Harmonies of #2880C1
Complementary color
Monochromatic Colors of #2880C1
Black with #2880C1
Text Example
Text Example
White with #2880C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2880C1; }
p { color: rgb(40,128,193); }
H1.HeaderClassName
{
color: #2880C1;
}
.AnyTagClassName
{
color: #2880C1;
}
</style>
background-color css
<style>
a { background-color: #2880C1; }
a { background-color: rgb(40,128,193); }
div.DivClassName
{
background-color: #2880C1;
}
.BgClassName
{
background-color: #2880C1;
}
</style>
border-color css
<style>
span { border-color: #2880C1; }
span { border-color: rgb(40,128,193); }
td.TdClassName
{
border-color: #2880C1;
}
.TagClassName
{
border-color: #2880C1;
}
</style>