Shades of Curious Blue #2C81CC
Tints of Curious Blue #2C81CC
RGB
CMYK
RGB Variations
Color information
#2C81CC (or 0x2C81CC) is known color: Curious Blue. HEX triplet: 2C, 81 and CC. RGB value is (44,129,204). Sum of RGB (Red+Green+Blue) = 44+129+204=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C81CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C81CC is #D37E33. Grayscale: #6F6F6F. Windows color (decimal): -13860404 or 13402412. OLE color: 13402412.
HSL color Cylindrical-coordinate representation of color #2C81CC: hue angle of 208.12º 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 #2C81CC is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 129 | 204 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.2 |
| HSL | 208.13º | 0.65% | 0.49% | - |
| HSV(B) | 208.13º | 0.78% | 0.8% | - |
| XYZ | 19.79 | 20.6 | 60.06 | - |
| YUV | 112.14 | 179.84 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 129 | 204 | 0.78 | 0.37 | 0 | 0.2 | 208.13 | 0.65 | 0.49 |
| Hex | 2C | 81 | CC | 4E | 25 | 0 | 14 | D0 | 41 | 31 |
| Octal | 54 | 201 | 314 | 116 | 45 | 0 | 24 | 320 | 101 | 61 |
| Binary | 101100 | 10000001 | 11001100 | 1001110 | 100101 | 0 | 10100 | 11010000 | 1000001 | 110001 |
Color Harmonies of #2C81CC
Complementary color
Monochromatic Colors of #2C81CC
Black with #2C81CC
Text Example
Text Example
White with #2C81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C81CC; }
p { color: rgb(44,129,204); }
H1.HeaderClassName
{
color: #2C81CC;
}
.AnyTagClassName
{
color: #2C81CC;
}
</style>
background-color css
<style>
a { background-color: #2C81CC; }
a { background-color: rgb(44,129,204); }
div.DivClassName
{
background-color: #2C81CC;
}
.BgClassName
{
background-color: #2C81CC;
}
</style>
border-color css
<style>
span { border-color: #2C81CC; }
span { border-color: rgb(44,129,204); }
td.TdClassName
{
border-color: #2C81CC;
}
.TagClassName
{
border-color: #2C81CC;
}
</style>