Shades of Curious Blue #2888C5
Tints of Curious Blue #2888C5
RGB
CMYK
RGB Variations
Color information
#2888C5 (or 0x2888C5) is known color: Curious Blue. HEX triplet: 28, 88 and C5. RGB value is (40,136,197). Sum of RGB (Red+Green+Blue) = 40+136+197=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #2888C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2888C5 is #D7773A. Grayscale: #717171. Windows color (decimal): -14120763 or 12945448. OLE color: 12945448.
HSL color Cylindrical-coordinate representation of color #2888C5: hue angle of 203.31º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2888C5 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 136 | 197 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.23 |
| HSL | 203.31º | 0.66% | 0.46% | - |
| HSV(B) | 203.31º | 0.8% | 0.77% | - |
| XYZ | 19.76 | 22.09 | 56.05 | - |
| YUV | 114.25 | 174.7 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 197 | 0.80 | 0.31 | 0 | 0.23 | 203.31 | 0.66 | 0.46 |
| Hex | 28 | 88 | C5 | 50 | 1F | 0 | 17 | CB | 42 | 2E |
| Octal | 50 | 210 | 305 | 120 | 37 | 0 | 27 | 313 | 102 | 56 |
| Binary | 101000 | 10001000 | 11000101 | 1010000 | 11111 | 0 | 10111 | 11001011 | 1000010 | 101110 |
Color Harmonies of #2888C5
Complementary color
Monochromatic Colors of #2888C5
Black with #2888C5
Text Example
Text Example
White with #2888C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888C5; }
p { color: rgb(40,136,197); }
H1.HeaderClassName
{
color: #2888C5;
}
.AnyTagClassName
{
color: #2888C5;
}
</style>
background-color css
<style>
a { background-color: #2888C5; }
a { background-color: rgb(40,136,197); }
div.DivClassName
{
background-color: #2888C5;
}
.BgClassName
{
background-color: #2888C5;
}
</style>
border-color css
<style>
span { border-color: #2888C5; }
span { border-color: rgb(40,136,197); }
td.TdClassName
{
border-color: #2888C5;
}
.TagClassName
{
border-color: #2888C5;
}
</style>