Shades of Curious Blue #2C7ABF
Tints of Curious Blue #2C7ABF
RGB
CMYK
RGB Variations
Color information
#2C7ABF (or 0x2C7ABF) is known color: Curious Blue. HEX triplet: 2C, 7A and BF. RGB value is (44,122,191). Sum of RGB (Red+Green+Blue) = 44+122+191=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C7ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7ABF is #D38540. Grayscale: #6A6A6A. Windows color (decimal): -13862209 or 12548652. OLE color: 12548652.
HSL color Cylindrical-coordinate representation of color #2C7ABF: hue angle of 208.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C7ABF is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 122 | 191 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.25 |
| HSL | 208.16º | 0.63% | 0.46% | - |
| HSV(B) | 208.16º | 0.77% | 0.75% | - |
| XYZ | 17.4 | 18.22 | 51.89 | - |
| YUV | 106.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 122 | 191 | 0.77 | 0.36 | 0 | 0.25 | 208.16 | 0.63 | 0.46 |
| Hex | 2C | 7A | BF | 4D | 24 | 0 | 19 | D0 | 3F | 2E |
| Octal | 54 | 172 | 277 | 115 | 44 | 0 | 31 | 320 | 77 | 56 |
| Binary | 101100 | 1111010 | 10111111 | 1001101 | 100100 | 0 | 11001 | 11010000 | 111111 | 101110 |
Color Harmonies of #2C7ABF
Complementary color
Monochromatic Colors of #2C7ABF
Black with #2C7ABF
Text Example
Text Example
White with #2C7ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7ABF; }
p { color: rgb(44,122,191); }
H1.HeaderClassName
{
color: #2C7ABF;
}
.AnyTagClassName
{
color: #2C7ABF;
}
</style>
background-color css
<style>
a { background-color: #2C7ABF; }
a { background-color: rgb(44,122,191); }
div.DivClassName
{
background-color: #2C7ABF;
}
.BgClassName
{
background-color: #2C7ABF;
}
</style>
border-color css
<style>
span { border-color: #2C7ABF; }
span { border-color: rgb(44,122,191); }
td.TdClassName
{
border-color: #2C7ABF;
}
.TagClassName
{
border-color: #2C7ABF;
}
</style>