Shades of Curious Blue #2B7DBB
Tints of Curious Blue #2B7DBB
RGB
CMYK
RGB Variations
Color information
#2B7DBB (or 0x2B7DBB) is known color: Curious Blue. HEX triplet: 2B, 7D and BB. RGB value is (43,125,187). Sum of RGB (Red+Green+Blue) = 43+125+187=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B7DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7DBB is #D48244. Grayscale: #6B6B6B. Windows color (decimal): -13926981 or 12287275. OLE color: 12287275.
HSL color Cylindrical-coordinate representation of color #2B7DBB: hue angle of 205.83º degrees, saturation: 0.63, 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 #2B7DBB is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 125 | 187 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.27 |
| HSL | 205.83º | 0.63% | 0.45% | - |
| HSV(B) | 205.83º | 0.77% | 0.73% | - |
| XYZ | 17.3 | 18.77 | 49.72 | - |
| YUV | 107.55 | 172.83 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 187 | 0.77 | 0.33 | 0 | 0.27 | 205.83 | 0.63 | 0.45 |
| Hex | 2B | 7D | BB | 4D | 21 | 0 | 1B | CE | 3F | 2D |
| Octal | 53 | 175 | 273 | 115 | 41 | 0 | 33 | 316 | 77 | 55 |
| Binary | 101011 | 1111101 | 10111011 | 1001101 | 100001 | 0 | 11011 | 11001110 | 111111 | 101101 |
Color Harmonies of #2B7DBB
Complementary color
Monochromatic Colors of #2B7DBB
Black with #2B7DBB
Text Example
Text Example
White with #2B7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7DBB; }
p { color: rgb(43,125,187); }
H1.HeaderClassName
{
color: #2B7DBB;
}
.AnyTagClassName
{
color: #2B7DBB;
}
</style>
background-color css
<style>
a { background-color: #2B7DBB; }
a { background-color: rgb(43,125,187); }
div.DivClassName
{
background-color: #2B7DBB;
}
.BgClassName
{
background-color: #2B7DBB;
}
</style>
border-color css
<style>
span { border-color: #2B7DBB; }
span { border-color: rgb(43,125,187); }
td.TdClassName
{
border-color: #2B7DBB;
}
.TagClassName
{
border-color: #2B7DBB;
}
</style>