Shades of Curious Blue #2889C3
Tints of Curious Blue #2889C3
RGB
CMYK
RGB Variations
Color information
#2889C3 (or 0x2889C3) is known color: Curious Blue. HEX triplet: 28, 89 and C3. RGB value is (40,137,195). Sum of RGB (Red+Green+Blue) = 40+137+195=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 195 (76.56% from 255 or 52.42% from 372); Max value from RGB is 195 - color contains mainly: blue. Hex color #2889C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889C3 is #D7763C. Grayscale: #727272. Windows color (decimal): -14120509 or 12814632. OLE color: 12814632.
HSL color Cylindrical-coordinate representation of color #2889C3: hue angle of 202.45º 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 #2889C3 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 137 | 195 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.24 |
| HSL | 202.45º | 0.66% | 0.46% | - |
| HSV(B) | 202.45º | 0.79% | 0.76% | - |
| XYZ | 19.67 | 22.28 | 54.89 | - |
| YUV | 114.61 | 173.36 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 195 | 0.79 | 0.30 | 0 | 0.24 | 202.45 | 0.66 | 0.46 |
| Hex | 28 | 89 | C3 | 4F | 1E | 0 | 18 | CA | 42 | 2E |
| Octal | 50 | 211 | 303 | 117 | 36 | 0 | 30 | 312 | 102 | 56 |
| Binary | 101000 | 10001001 | 11000011 | 1001111 | 11110 | 0 | 11000 | 11001010 | 1000010 | 101110 |
Color Harmonies of #2889C3
Complementary color
Monochromatic Colors of #2889C3
Black with #2889C3
Text Example
Text Example
White with #2889C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2889C3; }
p { color: rgb(40,137,195); }
H1.HeaderClassName
{
color: #2889C3;
}
.AnyTagClassName
{
color: #2889C3;
}
</style>
background-color css
<style>
a { background-color: #2889C3; }
a { background-color: rgb(40,137,195); }
div.DivClassName
{
background-color: #2889C3;
}
.BgClassName
{
background-color: #2889C3;
}
</style>
border-color css
<style>
span { border-color: #2889C3; }
span { border-color: rgb(40,137,195); }
td.TdClassName
{
border-color: #2889C3;
}
.TagClassName
{
border-color: #2889C3;
}
</style>