Shades of Curious Blue #2B7DBA
Tints of Curious Blue #2B7DBA
RGB
CMYK
RGB Variations
Color information
#2B7DBA (or 0x2B7DBA) is known color: Curious Blue. HEX triplet: 2B, 7D and BA. RGB value is (43,125,186). Sum of RGB (Red+Green+Blue) = 43+125+186=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B7DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7DBA is #D48245. Grayscale: #6B6B6B. Windows color (decimal): -13926982 or 12221739. OLE color: 12221739.
HSL color Cylindrical-coordinate representation of color #2B7DBA: hue angle of 205.59º 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 #2B7DBA is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 125 | 186 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.27 |
| HSL | 205.59º | 0.62% | 0.45% | - |
| HSV(B) | 205.59º | 0.77% | 0.73% | - |
| XYZ | 17.19 | 18.73 | 49.16 | - |
| YUV | 107.44 | 172.33 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 186 | 0.77 | 0.33 | 0 | 0.27 | 205.59 | 0.62 | 0.45 |
| Hex | 2B | 7D | BA | 4D | 21 | 0 | 1B | CE | 3E | 2D |
| Octal | 53 | 175 | 272 | 115 | 41 | 0 | 33 | 316 | 76 | 55 |
| Binary | 101011 | 1111101 | 10111010 | 1001101 | 100001 | 0 | 11011 | 11001110 | 111110 | 101101 |
Color Harmonies of #2B7DBA
Complementary color
Monochromatic Colors of #2B7DBA
Black with #2B7DBA
Text Example
Text Example
White with #2B7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7DBA; }
p { color: rgb(43,125,186); }
H1.HeaderClassName
{
color: #2B7DBA;
}
.AnyTagClassName
{
color: #2B7DBA;
}
</style>
background-color css
<style>
a { background-color: #2B7DBA; }
a { background-color: rgb(43,125,186); }
div.DivClassName
{
background-color: #2B7DBA;
}
.BgClassName
{
background-color: #2B7DBA;
}
</style>
border-color css
<style>
span { border-color: #2B7DBA; }
span { border-color: rgb(43,125,186); }
td.TdClassName
{
border-color: #2B7DBA;
}
.TagClassName
{
border-color: #2B7DBA;
}
</style>