Shades of Curious Blue #2B80BA
Tints of Curious Blue #2B80BA
RGB
CMYK
RGB Variations
Color information
#2B80BA (or 0x2B80BA) is known color: Curious Blue. HEX triplet: 2B, 80 and BA. RGB value is (43,128,186). Sum of RGB (Red+Green+Blue) = 43+128+186=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B80BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B80BA is #D47F45. Grayscale: #6C6C6C. Windows color (decimal): -13926214 or 12222507. OLE color: 12222507.
HSL color Cylindrical-coordinate representation of color #2B80BA: hue angle of 204.34º 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 #2B80BA is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 128 | 186 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.27 |
| HSL | 204.34º | 0.62% | 0.45% | - |
| HSV(B) | 204.34º | 0.77% | 0.73% | - |
| XYZ | 17.58 | 19.5 | 49.29 | - |
| YUV | 109.2 | 171.34 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 186 | 0.77 | 0.31 | 0 | 0.27 | 204.34 | 0.62 | 0.45 |
| Hex | 2B | 80 | BA | 4D | 1F | 0 | 1B | CC | 3E | 2D |
| Octal | 53 | 200 | 272 | 115 | 37 | 0 | 33 | 314 | 76 | 55 |
| Binary | 101011 | 10000000 | 10111010 | 1001101 | 11111 | 0 | 11011 | 11001100 | 111110 | 101101 |
Color Harmonies of #2B80BA
Complementary color
Monochromatic Colors of #2B80BA
Black with #2B80BA
Text Example
Text Example
White with #2B80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B80BA; }
p { color: rgb(43,128,186); }
H1.HeaderClassName
{
color: #2B80BA;
}
.AnyTagClassName
{
color: #2B80BA;
}
</style>
background-color css
<style>
a { background-color: #2B80BA; }
a { background-color: rgb(43,128,186); }
div.DivClassName
{
background-color: #2B80BA;
}
.BgClassName
{
background-color: #2B80BA;
}
</style>
border-color css
<style>
span { border-color: #2B80BA; }
span { border-color: rgb(43,128,186); }
td.TdClassName
{
border-color: #2B80BA;
}
.TagClassName
{
border-color: #2B80BA;
}
</style>