Shades of Curious Blue #2888D3
Tints of Curious Blue #2888D3
RGB
CMYK
RGB Variations
Color information
#2888D3 (or 0x2888D3) is known color: Curious Blue. HEX triplet: 28, 88 and D3. RGB value is (40,136,211). Sum of RGB (Red+Green+Blue) = 40+136+211=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #2888D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2888D3 is #D7772C. Grayscale: #737373. Windows color (decimal): -14120749 or 13862952. OLE color: 13862952.
HSL color Cylindrical-coordinate representation of color #2888D3: hue angle of 206.32º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2888D3 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 136 | 211 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.17 |
| HSL | 206.32º | 0.68% | 0.49% | - |
| HSV(B) | 206.32º | 0.81% | 0.83% | - |
| XYZ | 21.44 | 22.76 | 64.89 | - |
| YUV | 115.85 | 181.7 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 211 | 0.81 | 0.36 | 0 | 0.17 | 206.32 | 0.68 | 0.49 |
| Hex | 28 | 88 | D3 | 51 | 24 | 0 | 11 | CE | 44 | 31 |
| Octal | 50 | 210 | 323 | 121 | 44 | 0 | 21 | 316 | 104 | 61 |
| Binary | 101000 | 10001000 | 11010011 | 1010001 | 100100 | 0 | 10001 | 11001110 | 1000100 | 110001 |
Color Harmonies of #2888D3
Complementary color
Monochromatic Colors of #2888D3
Black with #2888D3
Text Example
Text Example
White with #2888D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888D3; }
p { color: rgb(40,136,211); }
H1.HeaderClassName
{
color: #2888D3;
}
.AnyTagClassName
{
color: #2888D3;
}
</style>
background-color css
<style>
a { background-color: #2888D3; }
a { background-color: rgb(40,136,211); }
div.DivClassName
{
background-color: #2888D3;
}
.BgClassName
{
background-color: #2888D3;
}
</style>
border-color css
<style>
span { border-color: #2888D3; }
span { border-color: rgb(40,136,211); }
td.TdClassName
{
border-color: #2888D3;
}
.TagClassName
{
border-color: #2888D3;
}
</style>