Shades of Curious Blue #2B80AC
Tints of Curious Blue #2B80AC
RGB
CMYK
RGB Variations
Color information
#2B80AC (or 0x2B80AC) is known color: Curious Blue. HEX triplet: 2B, 80 and AC. RGB value is (43,128,172). Sum of RGB (Red+Green+Blue) = 43+128+172=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B80AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B80AC is #D47F53. Grayscale: #6B6B6B. Windows color (decimal): -13926228 or 11305003. OLE color: 11305003.
HSL color Cylindrical-coordinate representation of color #2B80AC: hue angle of 200.47º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B80AC is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 128 | 172 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.33 |
| HSL | 200.47º | 0.6% | 0.42% | - |
| HSV(B) | 200.47º | 0.75% | 0.67% | - |
| XYZ | 16.16 | 18.93 | 41.83 | - |
| YUV | 107.6 | 164.34 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 172 | 0.75 | 0.26 | 0 | 0.33 | 200.47 | 0.6 | 0.42 |
| Hex | 2B | 80 | AC | 4B | 1A | 0 | 21 | C8 | 3C | 2A |
| Octal | 53 | 200 | 254 | 113 | 32 | 0 | 41 | 310 | 74 | 52 |
| Binary | 101011 | 10000000 | 10101100 | 1001011 | 11010 | 0 | 100001 | 11001000 | 111100 | 101010 |
Color Harmonies of #2B80AC
Complementary color
Monochromatic Colors of #2B80AC
Black with #2B80AC
Text Example
Text Example
White with #2B80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B80AC; }
p { color: rgb(43,128,172); }
H1.HeaderClassName
{
color: #2B80AC;
}
.AnyTagClassName
{
color: #2B80AC;
}
</style>
background-color css
<style>
a { background-color: #2B80AC; }
a { background-color: rgb(43,128,172); }
div.DivClassName
{
background-color: #2B80AC;
}
.BgClassName
{
background-color: #2B80AC;
}
</style>
border-color css
<style>
span { border-color: #2B80AC; }
span { border-color: rgb(43,128,172); }
td.TdClassName
{
border-color: #2B80AC;
}
.TagClassName
{
border-color: #2B80AC;
}
</style>