Shades of Curious Blue #2B83BA
Tints of Curious Blue #2B83BA
RGB
CMYK
RGB Variations
Color information
#2B83BA (or 0x2B83BA) is known color: Curious Blue. HEX triplet: 2B, 83 and BA. RGB value is (43,131,186). Sum of RGB (Red+Green+Blue) = 43+131+186=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B83BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B83BA is #D47C45. Grayscale: #6E6E6E. Windows color (decimal): -13925446 or 12223275. OLE color: 12223275.
HSL color Cylindrical-coordinate representation of color #2B83BA: hue angle of 203.08º 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 #2B83BA is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 131 | 186 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.27 |
| HSL | 203.08º | 0.62% | 0.45% | - |
| HSV(B) | 203.08º | 0.77% | 0.73% | - |
| XYZ | 17.98 | 20.29 | 49.42 | - |
| YUV | 110.96 | 170.35 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 186 | 0.77 | 0.30 | 0 | 0.27 | 203.08 | 0.62 | 0.45 |
| Hex | 2B | 83 | BA | 4D | 1E | 0 | 1B | CB | 3E | 2D |
| Octal | 53 | 203 | 272 | 115 | 36 | 0 | 33 | 313 | 76 | 55 |
| Binary | 101011 | 10000011 | 10111010 | 1001101 | 11110 | 0 | 11011 | 11001011 | 111110 | 101101 |
Color Harmonies of #2B83BA
Complementary color
Monochromatic Colors of #2B83BA
Black with #2B83BA
Text Example
Text Example
White with #2B83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B83BA; }
p { color: rgb(43,131,186); }
H1.HeaderClassName
{
color: #2B83BA;
}
.AnyTagClassName
{
color: #2B83BA;
}
</style>
background-color css
<style>
a { background-color: #2B83BA; }
a { background-color: rgb(43,131,186); }
div.DivClassName
{
background-color: #2B83BA;
}
.BgClassName
{
background-color: #2B83BA;
}
</style>
border-color css
<style>
span { border-color: #2B83BA; }
span { border-color: rgb(43,131,186); }
td.TdClassName
{
border-color: #2B83BA;
}
.TagClassName
{
border-color: #2B83BA;
}
</style>