Shades of Curious Blue #2C80AC
Tints of Curious Blue #2C80AC
RGB
CMYK
RGB Variations
Color information
#2C80AC (or 0x2C80AC) is known color: Curious Blue. HEX triplet: 2C, 80 and AC. RGB value is (44,128,172). Sum of RGB (Red+Green+Blue) = 44+128+172=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C80AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C80AC is #D37F53. Grayscale: #6B6B6B. Windows color (decimal): -13860692 or 11305004. OLE color: 11305004.
HSL color Cylindrical-coordinate representation of color #2C80AC: hue angle of 200.62º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C80AC is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 128 | 172 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.33 |
| HSL | 200.63º | 0.59% | 0.42% | - |
| HSV(B) | 200.63º | 0.74% | 0.67% | - |
| XYZ | 16.2 | 18.95 | 41.83 | - |
| YUV | 107.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 128 | 172 | 0.74 | 0.26 | 0 | 0.33 | 200.63 | 0.59 | 0.42 |
| Hex | 2C | 80 | AC | 4A | 1A | 0 | 21 | C9 | 3B | 2A |
| Octal | 54 | 200 | 254 | 112 | 32 | 0 | 41 | 311 | 73 | 52 |
| Binary | 101100 | 10000000 | 10101100 | 1001010 | 11010 | 0 | 100001 | 11001001 | 111011 | 101010 |
Color Harmonies of #2C80AC
Complementary color
Monochromatic Colors of #2C80AC
Black with #2C80AC
Text Example
Text Example
White with #2C80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C80AC; }
p { color: rgb(44,128,172); }
H1.HeaderClassName
{
color: #2C80AC;
}
.AnyTagClassName
{
color: #2C80AC;
}
</style>
background-color css
<style>
a { background-color: #2C80AC; }
a { background-color: rgb(44,128,172); }
div.DivClassName
{
background-color: #2C80AC;
}
.BgClassName
{
background-color: #2C80AC;
}
</style>
border-color css
<style>
span { border-color: #2C80AC; }
span { border-color: rgb(44,128,172); }
td.TdClassName
{
border-color: #2C80AC;
}
.TagClassName
{
border-color: #2C80AC;
}
</style>