Shades of Curious Blue #2C77CE
Tints of Curious Blue #2C77CE
RGB
CMYK
RGB Variations
Color information
#2C77CE (or 0x2C77CE) is known color: Curious Blue. HEX triplet: 2C, 77 and CE. RGB value is (44,119,206). Sum of RGB (Red+Green+Blue) = 44+119+206=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C77CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C77CE is #D38831. Grayscale: #6A6A6A. Windows color (decimal): -13862962 or 13530924. OLE color: 13530924.
HSL color Cylindrical-coordinate representation of color #2C77CE: hue angle of 212.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C77CE is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 119 | 206 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.19 |
| HSL | 212.22º | 0.65% | 0.49% | - |
| HSV(B) | 212.22º | 0.79% | 0.81% | - |
| XYZ | 18.78 | 18.19 | 60.91 | - |
| YUV | 106.49 | 184.15 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 206 | 0.79 | 0.42 | 0 | 0.19 | 212.22 | 0.65 | 0.49 |
| Hex | 2C | 77 | CE | 4F | 2A | 0 | 13 | D4 | 41 | 31 |
| Octal | 54 | 167 | 316 | 117 | 52 | 0 | 23 | 324 | 101 | 61 |
| Binary | 101100 | 1110111 | 11001110 | 1001111 | 101010 | 0 | 10011 | 11010100 | 1000001 | 110001 |
Color Harmonies of #2C77CE
Complementary color
Monochromatic Colors of #2C77CE
Black with #2C77CE
Text Example
Text Example
White with #2C77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C77CE; }
p { color: rgb(44,119,206); }
H1.HeaderClassName
{
color: #2C77CE;
}
.AnyTagClassName
{
color: #2C77CE;
}
</style>
background-color css
<style>
a { background-color: #2C77CE; }
a { background-color: rgb(44,119,206); }
div.DivClassName
{
background-color: #2C77CE;
}
.BgClassName
{
background-color: #2C77CE;
}
</style>
border-color css
<style>
span { border-color: #2C77CE; }
span { border-color: rgb(44,119,206); }
td.TdClassName
{
border-color: #2C77CE;
}
.TagClassName
{
border-color: #2C77CE;
}
</style>