Shades of Curious Blue #288DC4
Tints of Curious Blue #288DC4
RGB
CMYK
RGB Variations
Color information
#288DC4 (or 0x288DC4) is known color: Curious Blue. HEX triplet: 28, 8D and C4. RGB value is (40,141,196). Sum of RGB (Red+Green+Blue) = 40+141+196=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #288DC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DC4 is #D7723B. Grayscale: #747474. Windows color (decimal): -14119484 or 12881192. OLE color: 12881192.
HSL color Cylindrical-coordinate representation of color #288DC4: hue angle of 201.15º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288DC4 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 141 | 196 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.23 |
| HSL | 201.15º | 0.66% | 0.46% | - |
| HSV(B) | 201.15º | 0.8% | 0.77% | - |
| XYZ | 20.36 | 23.49 | 55.68 | - |
| YUV | 117.07 | 172.54 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 196 | 0.80 | 0.28 | 0 | 0.23 | 201.15 | 0.66 | 0.46 |
| Hex | 28 | 8D | C4 | 50 | 1C | 0 | 17 | C9 | 42 | 2E |
| Octal | 50 | 215 | 304 | 120 | 34 | 0 | 27 | 311 | 102 | 56 |
| Binary | 101000 | 10001101 | 11000100 | 1010000 | 11100 | 0 | 10111 | 11001001 | 1000010 | 101110 |
Color Harmonies of #288DC4
Complementary color
Monochromatic Colors of #288DC4
Black with #288DC4
Text Example
Text Example
White with #288DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DC4; }
p { color: rgb(40,141,196); }
H1.HeaderClassName
{
color: #288DC4;
}
.AnyTagClassName
{
color: #288DC4;
}
</style>
background-color css
<style>
a { background-color: #288DC4; }
a { background-color: rgb(40,141,196); }
div.DivClassName
{
background-color: #288DC4;
}
.BgClassName
{
background-color: #288DC4;
}
</style>
border-color css
<style>
span { border-color: #288DC4; }
span { border-color: rgb(40,141,196); }
td.TdClassName
{
border-color: #288DC4;
}
.TagClassName
{
border-color: #288DC4;
}
</style>