Shades of Curious Blue #2B7BBF
Tints of Curious Blue #2B7BBF
RGB
CMYK
RGB Variations
Color information
#2B7BBF (or 0x2B7BBF) is known color: Curious Blue. HEX triplet: 2B, 7B and BF. RGB value is (43,123,191). Sum of RGB (Red+Green+Blue) = 43+123+191=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B7BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7BBF is #D48440. Grayscale: #6A6A6A. Windows color (decimal): -13927489 or 12548907. OLE color: 12548907.
HSL color Cylindrical-coordinate representation of color #2B7BBF: hue angle of 207.57º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B7BBF is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 123 | 191 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.25 |
| HSL | 207.57º | 0.63% | 0.46% | - |
| HSV(B) | 207.57º | 0.77% | 0.75% | - |
| XYZ | 17.48 | 18.44 | 51.93 | - |
| YUV | 106.83 | 175.5 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 191 | 0.77 | 0.36 | 0 | 0.25 | 207.57 | 0.63 | 0.46 |
| Hex | 2B | 7B | BF | 4D | 24 | 0 | 19 | D0 | 3F | 2E |
| Octal | 53 | 173 | 277 | 115 | 44 | 0 | 31 | 320 | 77 | 56 |
| Binary | 101011 | 1111011 | 10111111 | 1001101 | 100100 | 0 | 11001 | 11010000 | 111111 | 101110 |
Color Harmonies of #2B7BBF
Complementary color
Monochromatic Colors of #2B7BBF
Black with #2B7BBF
Text Example
Text Example
White with #2B7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7BBF; }
p { color: rgb(43,123,191); }
H1.HeaderClassName
{
color: #2B7BBF;
}
.AnyTagClassName
{
color: #2B7BBF;
}
</style>
background-color css
<style>
a { background-color: #2B7BBF; }
a { background-color: rgb(43,123,191); }
div.DivClassName
{
background-color: #2B7BBF;
}
.BgClassName
{
background-color: #2B7BBF;
}
</style>
border-color css
<style>
span { border-color: #2B7BBF; }
span { border-color: rgb(43,123,191); }
td.TdClassName
{
border-color: #2B7BBF;
}
.TagClassName
{
border-color: #2B7BBF;
}
</style>