Shades of Curious Blue #2B89CA
Tints of Curious Blue #2B89CA
RGB
CMYK
RGB Variations
Color information
#2B89CA (or 0x2B89CA) is known color: Curious Blue. HEX triplet: 2B, 89 and CA. RGB value is (43,137,202). Sum of RGB (Red+Green+Blue) = 43+137+202=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B89CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B89CA is #D47635. Grayscale: #737373. Windows color (decimal): -13923894 or 13273387. OLE color: 13273387.
HSL color Cylindrical-coordinate representation of color #2B89CA: hue angle of 204.53º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B89CA is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 137 | 202 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.21 |
| HSL | 204.53º | 0.65% | 0.48% | - |
| HSV(B) | 204.53º | 0.79% | 0.79% | - |
| XYZ | 20.6 | 22.67 | 59.17 | - |
| YUV | 116.3 | 176.36 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 202 | 0.79 | 0.32 | 0 | 0.21 | 204.53 | 0.65 | 0.48 |
| Hex | 2B | 89 | CA | 4F | 20 | 0 | 15 | CD | 41 | 30 |
| Octal | 53 | 211 | 312 | 117 | 40 | 0 | 25 | 315 | 101 | 60 |
| Binary | 101011 | 10001001 | 11001010 | 1001111 | 100000 | 0 | 10101 | 11001101 | 1000001 | 110000 |
Color Harmonies of #2B89CA
Complementary color
Monochromatic Colors of #2B89CA
Black with #2B89CA
Text Example
Text Example
White with #2B89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B89CA; }
p { color: rgb(43,137,202); }
H1.HeaderClassName
{
color: #2B89CA;
}
.AnyTagClassName
{
color: #2B89CA;
}
</style>
background-color css
<style>
a { background-color: #2B89CA; }
a { background-color: rgb(43,137,202); }
div.DivClassName
{
background-color: #2B89CA;
}
.BgClassName
{
background-color: #2B89CA;
}
</style>
border-color css
<style>
span { border-color: #2B89CA; }
span { border-color: rgb(43,137,202); }
td.TdClassName
{
border-color: #2B89CA;
}
.TagClassName
{
border-color: #2B89CA;
}
</style>