Shades of Curious Blue #2C7ECC
Tints of Curious Blue #2C7ECC
RGB
CMYK
RGB Variations
Color information
#2C7ECC (or 0x2C7ECC) is known color: Curious Blue. HEX triplet: 2C, 7E and CC. RGB value is (44,126,204). Sum of RGB (Red+Green+Blue) = 44+126+204=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C7ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7ECC is #D38133. Grayscale: #6D6D6D. Windows color (decimal): -13861172 or 13401644. OLE color: 13401644.
HSL color Cylindrical-coordinate representation of color #2C7ECC: hue angle of 209.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C7ECC is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 126 | 204 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.2 |
| HSL | 209.25º | 0.65% | 0.49% | - |
| HSV(B) | 209.25º | 0.78% | 0.8% | - |
| XYZ | 19.4 | 19.82 | 59.93 | - |
| YUV | 110.37 | 180.83 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 126 | 204 | 0.78 | 0.38 | 0 | 0.2 | 209.25 | 0.65 | 0.49 |
| Hex | 2C | 7E | CC | 4E | 26 | 0 | 14 | D1 | 41 | 31 |
| Octal | 54 | 176 | 314 | 116 | 46 | 0 | 24 | 321 | 101 | 61 |
| Binary | 101100 | 1111110 | 11001100 | 1001110 | 100110 | 0 | 10100 | 11010001 | 1000001 | 110001 |
Color Harmonies of #2C7ECC
Complementary color
Monochromatic Colors of #2C7ECC
Black with #2C7ECC
Text Example
Text Example
White with #2C7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7ECC; }
p { color: rgb(44,126,204); }
H1.HeaderClassName
{
color: #2C7ECC;
}
.AnyTagClassName
{
color: #2C7ECC;
}
</style>
background-color css
<style>
a { background-color: #2C7ECC; }
a { background-color: rgb(44,126,204); }
div.DivClassName
{
background-color: #2C7ECC;
}
.BgClassName
{
background-color: #2C7ECC;
}
</style>
border-color css
<style>
span { border-color: #2C7ECC; }
span { border-color: rgb(44,126,204); }
td.TdClassName
{
border-color: #2C7ECC;
}
.TagClassName
{
border-color: #2C7ECC;
}
</style>