Shades of Curious Blue #2C88CE
Tints of Curious Blue #2C88CE
RGB
CMYK
RGB Variations
Color information
#2C88CE (or 0x2C88CE) is known color: Curious Blue. HEX triplet: 2C, 88 and CE. RGB value is (44,136,206). Sum of RGB (Red+Green+Blue) = 44+136+206=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C88CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C88CE is #D37731. Grayscale: #747474. Windows color (decimal): -13858610 or 13535276. OLE color: 13535276.
HSL color Cylindrical-coordinate representation of color #2C88CE: hue angle of 205.93º 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 #2C88CE is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 136 | 206 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.19 |
| HSL | 205.93º | 0.65% | 0.49% | - |
| HSV(B) | 205.93º | 0.79% | 0.81% | - |
| XYZ | 20.98 | 22.6 | 61.65 | - |
| YUV | 116.47 | 178.52 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 206 | 0.79 | 0.34 | 0 | 0.19 | 205.93 | 0.65 | 0.49 |
| Hex | 2C | 88 | CE | 4F | 22 | 0 | 13 | CE | 41 | 31 |
| Octal | 54 | 210 | 316 | 117 | 42 | 0 | 23 | 316 | 101 | 61 |
| Binary | 101100 | 10001000 | 11001110 | 1001111 | 100010 | 0 | 10011 | 11001110 | 1000001 | 110001 |
Color Harmonies of #2C88CE
Complementary color
Monochromatic Colors of #2C88CE
Black with #2C88CE
Text Example
Text Example
White with #2C88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C88CE; }
p { color: rgb(44,136,206); }
H1.HeaderClassName
{
color: #2C88CE;
}
.AnyTagClassName
{
color: #2C88CE;
}
</style>
background-color css
<style>
a { background-color: #2C88CE; }
a { background-color: rgb(44,136,206); }
div.DivClassName
{
background-color: #2C88CE;
}
.BgClassName
{
background-color: #2C88CE;
}
</style>
border-color css
<style>
span { border-color: #2C88CE; }
span { border-color: rgb(44,136,206); }
td.TdClassName
{
border-color: #2C88CE;
}
.TagClassName
{
border-color: #2C88CE;
}
</style>