Shades of Curious Blue #2C7FBA
Tints of Curious Blue #2C7FBA
RGB
CMYK
RGB Variations
Color information
#2C7FBA (or 0x2C7FBA) is known color: Curious Blue. HEX triplet: 2C, 7F and BA. RGB value is (44,127,186). Sum of RGB (Red+Green+Blue) = 44+127+186=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 127 (50% from 255 or 35.57% 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 #2C7FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7FBA is #D38045. Grayscale: #6C6C6C. Windows color (decimal): -13860934 or 12222252. OLE color: 12222252.
HSL color Cylindrical-coordinate representation of color #2C7FBA: hue angle of 204.93º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C7FBA is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 127 | 186 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.27 |
| HSL | 204.93º | 0.62% | 0.45% | - |
| HSV(B) | 204.93º | 0.76% | 0.73% | - |
| XYZ | 17.49 | 19.26 | 49.25 | - |
| YUV | 108.91 | 171.5 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 127 | 186 | 0.76 | 0.32 | 0 | 0.27 | 204.93 | 0.62 | 0.45 |
| Hex | 2C | 7F | BA | 4C | 20 | 0 | 1B | CD | 3E | 2D |
| Octal | 54 | 177 | 272 | 114 | 40 | 0 | 33 | 315 | 76 | 55 |
| Binary | 101100 | 1111111 | 10111010 | 1001100 | 100000 | 0 | 11011 | 11001101 | 111110 | 101101 |
Color Harmonies of #2C7FBA
Complementary color
Monochromatic Colors of #2C7FBA
Black with #2C7FBA
Text Example
Text Example
White with #2C7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7FBA; }
p { color: rgb(44,127,186); }
H1.HeaderClassName
{
color: #2C7FBA;
}
.AnyTagClassName
{
color: #2C7FBA;
}
</style>
background-color css
<style>
a { background-color: #2C7FBA; }
a { background-color: rgb(44,127,186); }
div.DivClassName
{
background-color: #2C7FBA;
}
.BgClassName
{
background-color: #2C7FBA;
}
</style>
border-color css
<style>
span { border-color: #2C7FBA; }
span { border-color: rgb(44,127,186); }
td.TdClassName
{
border-color: #2C7FBA;
}
.TagClassName
{
border-color: #2C7FBA;
}
</style>