Shades of Curious Blue #2B7CB0
Tints of Curious Blue #2B7CB0
RGB
CMYK
RGB Variations
Color information
#2B7CB0 (or 0x2B7CB0) is known color: Curious Blue. HEX triplet: 2B, 7C and B0. RGB value is (43,124,176). Sum of RGB (Red+Green+Blue) = 43+124+176=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #2B7CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7CB0 is #D4834F. Grayscale: #696969. Windows color (decimal): -13927248 or 11566123. OLE color: 11566123.
HSL color Cylindrical-coordinate representation of color #2B7CB0: hue angle of 203.46º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B7CB0 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 124 | 176 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.31 |
| HSL | 203.46º | 0.61% | 0.43% | - |
| HSV(B) | 203.46º | 0.76% | 0.69% | - |
| XYZ | 16.04 | 18.06 | 43.72 | - |
| YUV | 105.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 176 | 0.76 | 0.30 | 0 | 0.31 | 203.46 | 0.61 | 0.43 |
| Hex | 2B | 7C | B0 | 4C | 1E | 0 | 1F | CB | 3D | 2B |
| Octal | 53 | 174 | 260 | 114 | 36 | 0 | 37 | 313 | 75 | 53 |
| Binary | 101011 | 1111100 | 10110000 | 1001100 | 11110 | 0 | 11111 | 11001011 | 111101 | 101011 |
Color Harmonies of #2B7CB0
Complementary color
Monochromatic Colors of #2B7CB0
Black with #2B7CB0
Text Example
Text Example
White with #2B7CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7CB0; }
p { color: rgb(43,124,176); }
H1.HeaderClassName
{
color: #2B7CB0;
}
.AnyTagClassName
{
color: #2B7CB0;
}
</style>
background-color css
<style>
a { background-color: #2B7CB0; }
a { background-color: rgb(43,124,176); }
div.DivClassName
{
background-color: #2B7CB0;
}
.BgClassName
{
background-color: #2B7CB0;
}
</style>
border-color css
<style>
span { border-color: #2B7CB0; }
span { border-color: rgb(43,124,176); }
td.TdClassName
{
border-color: #2B7CB0;
}
.TagClassName
{
border-color: #2B7CB0;
}
</style>