Shades of Curious Blue #288ECC
Tints of Curious Blue #288ECC
RGB
CMYK
RGB Variations
Color information
#288ECC (or 0x288ECC) is known color: Curious Blue. HEX triplet: 28, 8E and CC. RGB value is (40,142,204). Sum of RGB (Red+Green+Blue) = 40+142+204=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #288ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ECC is #D77133. Grayscale: #767676. Windows color (decimal): -14119220 or 13405736. OLE color: 13405736.
HSL color Cylindrical-coordinate representation of color #288ECC: hue angle of 202.68º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288ECC is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 142 | 204 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.2 |
| HSL | 202.68º | 0.67% | 0.48% | - |
| HSV(B) | 202.68º | 0.8% | 0.8% | - |
| XYZ | 21.45 | 24.16 | 60.66 | - |
| YUV | 118.57 | 176.21 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 204 | 0.80 | 0.30 | 0 | 0.2 | 202.68 | 0.67 | 0.48 |
| Hex | 28 | 8E | CC | 50 | 1E | 0 | 14 | CB | 43 | 30 |
| Octal | 50 | 216 | 314 | 120 | 36 | 0 | 24 | 313 | 103 | 60 |
| Binary | 101000 | 10001110 | 11001100 | 1010000 | 11110 | 0 | 10100 | 11001011 | 1000011 | 110000 |
Color Harmonies of #288ECC
Complementary color
Monochromatic Colors of #288ECC
Black with #288ECC
Text Example
Text Example
White with #288ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288ECC; }
p { color: rgb(40,142,204); }
H1.HeaderClassName
{
color: #288ECC;
}
.AnyTagClassName
{
color: #288ECC;
}
</style>
background-color css
<style>
a { background-color: #288ECC; }
a { background-color: rgb(40,142,204); }
div.DivClassName
{
background-color: #288ECC;
}
.BgClassName
{
background-color: #288ECC;
}
</style>
border-color css
<style>
span { border-color: #288ECC; }
span { border-color: rgb(40,142,204); }
td.TdClassName
{
border-color: #288ECC;
}
.TagClassName
{
border-color: #288ECC;
}
</style>