Shades of Curious Blue #288CCC
Tints of Curious Blue #288CCC
RGB
CMYK
RGB Variations
Color information
#288CCC (or 0x288CCC) is known color: Curious Blue. HEX triplet: 28, 8C and CC. RGB value is (40,140,204). Sum of RGB (Red+Green+Blue) = 40+140+204=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #288CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CCC is #D77333. Grayscale: #757575. Windows color (decimal): -14119732 or 13405224. OLE color: 13405224.
HSL color Cylindrical-coordinate representation of color #288CCC: hue angle of 203.41º 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 #288CCC is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 140 | 204 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.2 |
| HSL | 203.41º | 0.67% | 0.48% | - |
| HSV(B) | 203.41º | 0.8% | 0.8% | - |
| XYZ | 21.15 | 23.57 | 60.56 | - |
| YUV | 117.4 | 176.87 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 204 | 0.80 | 0.31 | 0 | 0.2 | 203.41 | 0.67 | 0.48 |
| Hex | 28 | 8C | CC | 50 | 1F | 0 | 14 | CB | 43 | 30 |
| Octal | 50 | 214 | 314 | 120 | 37 | 0 | 24 | 313 | 103 | 60 |
| Binary | 101000 | 10001100 | 11001100 | 1010000 | 11111 | 0 | 10100 | 11001011 | 1000011 | 110000 |
Color Harmonies of #288CCC
Complementary color
Monochromatic Colors of #288CCC
Black with #288CCC
Text Example
Text Example
White with #288CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CCC; }
p { color: rgb(40,140,204); }
H1.HeaderClassName
{
color: #288CCC;
}
.AnyTagClassName
{
color: #288CCC;
}
</style>
background-color css
<style>
a { background-color: #288CCC; }
a { background-color: rgb(40,140,204); }
div.DivClassName
{
background-color: #288CCC;
}
.BgClassName
{
background-color: #288CCC;
}
</style>
border-color css
<style>
span { border-color: #288CCC; }
span { border-color: rgb(40,140,204); }
td.TdClassName
{
border-color: #288CCC;
}
.TagClassName
{
border-color: #288CCC;
}
</style>