Shades of Curious Blue #2B7BBD
Tints of Curious Blue #2B7BBD
RGB
CMYK
RGB Variations
Color information
#2B7BBD (or 0x2B7BBD) is known color: Curious Blue. HEX triplet: 2B, 7B and BD. RGB value is (43,123,189). Sum of RGB (Red+Green+Blue) = 43+123+189=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B7BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7BBD is #D48442. Grayscale: #6A6A6A. Windows color (decimal): -13927491 or 12417835. OLE color: 12417835.
HSL color Cylindrical-coordinate representation of color #2B7BBD: hue angle of 207.12º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B7BBD is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 123 | 189 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.26 |
| HSL | 207.12º | 0.63% | 0.45% | - |
| HSV(B) | 207.12º | 0.77% | 0.74% | - |
| XYZ | 17.26 | 18.35 | 50.78 | - |
| YUV | 106.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 189 | 0.77 | 0.35 | 0 | 0.26 | 207.12 | 0.63 | 0.45 |
| Hex | 2B | 7B | BD | 4D | 23 | 0 | 1A | CF | 3F | 2D |
| Octal | 53 | 173 | 275 | 115 | 43 | 0 | 32 | 317 | 77 | 55 |
| Binary | 101011 | 1111011 | 10111101 | 1001101 | 100011 | 0 | 11010 | 11001111 | 111111 | 101101 |
Color Harmonies of #2B7BBD
Complementary color
Monochromatic Colors of #2B7BBD
Black with #2B7BBD
Text Example
Text Example
White with #2B7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7BBD; }
p { color: rgb(43,123,189); }
H1.HeaderClassName
{
color: #2B7BBD;
}
.AnyTagClassName
{
color: #2B7BBD;
}
</style>
background-color css
<style>
a { background-color: #2B7BBD; }
a { background-color: rgb(43,123,189); }
div.DivClassName
{
background-color: #2B7BBD;
}
.BgClassName
{
background-color: #2B7BBD;
}
</style>
border-color css
<style>
span { border-color: #2B7BBD; }
span { border-color: rgb(43,123,189); }
td.TdClassName
{
border-color: #2B7BBD;
}
.TagClassName
{
border-color: #2B7BBD;
}
</style>