Shades of Curious Blue #2B7DB9
Tints of Curious Blue #2B7DB9
RGB
CMYK
RGB Variations
Color information
#2B7DB9 (or 0x2B7DB9) is known color: Curious Blue. HEX triplet: 2B, 7D and B9. RGB value is (43,125,185). Sum of RGB (Red+Green+Blue) = 43+125+185=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B7DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7DB9 is #D48246. Grayscale: #6B6B6B. Windows color (decimal): -13926983 or 12156203. OLE color: 12156203.
HSL color Cylindrical-coordinate representation of color #2B7DB9: hue angle of 205.35º 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 #2B7DB9 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 125 | 185 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.27 |
| HSL | 205.35º | 0.62% | 0.45% | - |
| HSV(B) | 205.35º | 0.77% | 0.73% | - |
| XYZ | 17.09 | 18.68 | 48.6 | - |
| YUV | 107.32 | 171.83 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 185 | 0.77 | 0.32 | 0 | 0.27 | 205.35 | 0.62 | 0.45 |
| Hex | 2B | 7D | B9 | 4D | 20 | 0 | 1B | CD | 3E | 2D |
| Octal | 53 | 175 | 271 | 115 | 40 | 0 | 33 | 315 | 76 | 55 |
| Binary | 101011 | 1111101 | 10111001 | 1001101 | 100000 | 0 | 11011 | 11001101 | 111110 | 101101 |
Color Harmonies of #2B7DB9
Complementary color
Monochromatic Colors of #2B7DB9
Black with #2B7DB9
Text Example
Text Example
White with #2B7DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7DB9; }
p { color: rgb(43,125,185); }
H1.HeaderClassName
{
color: #2B7DB9;
}
.AnyTagClassName
{
color: #2B7DB9;
}
</style>
background-color css
<style>
a { background-color: #2B7DB9; }
a { background-color: rgb(43,125,185); }
div.DivClassName
{
background-color: #2B7DB9;
}
.BgClassName
{
background-color: #2B7DB9;
}
</style>
border-color css
<style>
span { border-color: #2B7DB9; }
span { border-color: rgb(43,125,185); }
td.TdClassName
{
border-color: #2B7DB9;
}
.TagClassName
{
border-color: #2B7DB9;
}
</style>