Shades of Curious Blue #2889C5
Tints of Curious Blue #2889C5
RGB
CMYK
RGB Variations
Color information
#2889C5 (or 0x2889C5) is known color: Curious Blue. HEX triplet: 28, 89 and C5. RGB value is (40,137,197). Sum of RGB (Red+Green+Blue) = 40+137+197=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #2889C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889C5 is #D7763A. Grayscale: #727272. Windows color (decimal): -14120507 or 12945704. OLE color: 12945704.
HSL color Cylindrical-coordinate representation of color #2889C5: hue angle of 202.93º 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 #2889C5 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 137 | 197 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.23 |
| HSL | 202.93º | 0.66% | 0.46% | - |
| HSV(B) | 202.93º | 0.8% | 0.77% | - |
| XYZ | 19.9 | 22.37 | 56.09 | - |
| YUV | 114.84 | 174.36 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 197 | 0.80 | 0.30 | 0 | 0.23 | 202.93 | 0.66 | 0.46 |
| Hex | 28 | 89 | C5 | 50 | 1E | 0 | 17 | CB | 42 | 2E |
| Octal | 50 | 211 | 305 | 120 | 36 | 0 | 27 | 313 | 102 | 56 |
| Binary | 101000 | 10001001 | 11000101 | 1010000 | 11110 | 0 | 10111 | 11001011 | 1000010 | 101110 |
Color Harmonies of #2889C5
Complementary color
Monochromatic Colors of #2889C5
Black with #2889C5
Text Example
Text Example
White with #2889C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2889C5; }
p { color: rgb(40,137,197); }
H1.HeaderClassName
{
color: #2889C5;
}
.AnyTagClassName
{
color: #2889C5;
}
</style>
background-color css
<style>
a { background-color: #2889C5; }
a { background-color: rgb(40,137,197); }
div.DivClassName
{
background-color: #2889C5;
}
.BgClassName
{
background-color: #2889C5;
}
</style>
border-color css
<style>
span { border-color: #2889C5; }
span { border-color: rgb(40,137,197); }
td.TdClassName
{
border-color: #2889C5;
}
.TagClassName
{
border-color: #2889C5;
}
</style>