Shades of Curious Blue #2B72BC
Tints of Curious Blue #2B72BC
RGB
CMYK
RGB Variations
Color information
#2B72BC (or 0x2B72BC) is known color: Curious Blue. HEX triplet: 2B, 72 and BC. RGB value is (43,114,188). Sum of RGB (Red+Green+Blue) = 43+114+188=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B72BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B72BC is #D48D43. Grayscale: #646464. Windows color (decimal): -13929796 or 12349995. OLE color: 12349995.
HSL color Cylindrical-coordinate representation of color #2B72BC: hue angle of 210.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B72BC is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 114 | 188 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.26 |
| HSL | 210.62º | 0.63% | 0.45% | - |
| HSV(B) | 210.62º | 0.77% | 0.74% | - |
| XYZ | 16.09 | 16.18 | 49.85 | - |
| YUV | 101.21 | 176.98 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 188 | 0.77 | 0.39 | 0 | 0.26 | 210.62 | 0.63 | 0.45 |
| Hex | 2B | 72 | BC | 4D | 27 | 0 | 1A | D3 | 3F | 2D |
| Octal | 53 | 162 | 274 | 115 | 47 | 0 | 32 | 323 | 77 | 55 |
| Binary | 101011 | 1110010 | 10111100 | 1001101 | 100111 | 0 | 11010 | 11010011 | 111111 | 101101 |
Color Harmonies of #2B72BC
Complementary color
Monochromatic Colors of #2B72BC
Black with #2B72BC
Text Example
Text Example
White with #2B72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B72BC; }
p { color: rgb(43,114,188); }
H1.HeaderClassName
{
color: #2B72BC;
}
.AnyTagClassName
{
color: #2B72BC;
}
</style>
background-color css
<style>
a { background-color: #2B72BC; }
a { background-color: rgb(43,114,188); }
div.DivClassName
{
background-color: #2B72BC;
}
.BgClassName
{
background-color: #2B72BC;
}
</style>
border-color css
<style>
span { border-color: #2B72BC; }
span { border-color: rgb(43,114,188); }
td.TdClassName
{
border-color: #2B72BC;
}
.TagClassName
{
border-color: #2B72BC;
}
</style>