Shades of Curious Blue #2B73B9
Tints of Curious Blue #2B73B9
RGB
CMYK
RGB Variations
Color information
#2B73B9 (or 0x2B73B9) is known color: Curious Blue. HEX triplet: 2B, 73 and B9. RGB value is (43,115,185). Sum of RGB (Red+Green+Blue) = 43+115+185=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B73B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B73B9 is #D48C46. Grayscale: #656565. Windows color (decimal): -13929543 or 12153643. OLE color: 12153643.
HSL color Cylindrical-coordinate representation of color #2B73B9: hue angle of 209.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B73B9 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 115 | 185 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.27 |
| HSL | 209.58º | 0.62% | 0.45% | - |
| HSV(B) | 209.58º | 0.77% | 0.73% | - |
| XYZ | 15.88 | 16.28 | 48.2 | - |
| YUV | 101.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 185 | 0.77 | 0.38 | 0 | 0.27 | 209.58 | 0.62 | 0.45 |
| Hex | 2B | 73 | B9 | 4D | 26 | 0 | 1B | D2 | 3E | 2D |
| Octal | 53 | 163 | 271 | 115 | 46 | 0 | 33 | 322 | 76 | 55 |
| Binary | 101011 | 1110011 | 10111001 | 1001101 | 100110 | 0 | 11011 | 11010010 | 111110 | 101101 |
Color Harmonies of #2B73B9
Complementary color
Monochromatic Colors of #2B73B9
Black with #2B73B9
Text Example
Text Example
White with #2B73B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B73B9; }
p { color: rgb(43,115,185); }
H1.HeaderClassName
{
color: #2B73B9;
}
.AnyTagClassName
{
color: #2B73B9;
}
</style>
background-color css
<style>
a { background-color: #2B73B9; }
a { background-color: rgb(43,115,185); }
div.DivClassName
{
background-color: #2B73B9;
}
.BgClassName
{
background-color: #2B73B9;
}
</style>
border-color css
<style>
span { border-color: #2B73B9; }
span { border-color: rgb(43,115,185); }
td.TdClassName
{
border-color: #2B73B9;
}
.TagClassName
{
border-color: #2B73B9;
}
</style>