Shades of Curious Blue #287CC0
Tints of Curious Blue #287CC0
RGB
CMYK
RGB Variations
Color information
#287CC0 (or 0x287CC0) is known color: Curious Blue. HEX triplet: 28, 7C and C0. RGB value is (40,124,192). Sum of RGB (Red+Green+Blue) = 40+124+192=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #287CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287CC0 is #D7833F. Grayscale: #6A6A6A. Windows color (decimal): -14123840 or 12614696. OLE color: 12614696.
HSL color Cylindrical-coordinate representation of color #287CC0: hue angle of 206.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #287CC0 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 124 | 192 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.25 |
| HSL | 206.84º | 0.66% | 0.45% | - |
| HSV(B) | 206.84º | 0.79% | 0.75% | - |
| XYZ | 17.6 | 18.67 | 52.55 | - |
| YUV | 106.64 | 176.17 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 192 | 0.79 | 0.35 | 0 | 0.25 | 206.84 | 0.66 | 0.45 |
| Hex | 28 | 7C | C0 | 4F | 23 | 0 | 19 | CF | 42 | 2D |
| Octal | 50 | 174 | 300 | 117 | 43 | 0 | 31 | 317 | 102 | 55 |
| Binary | 101000 | 1111100 | 11000000 | 1001111 | 100011 | 0 | 11001 | 11001111 | 1000010 | 101101 |
Color Harmonies of #287CC0
Complementary color
Monochromatic Colors of #287CC0
Black with #287CC0
Text Example
Text Example
White with #287CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CC0; }
p { color: rgb(40,124,192); }
H1.HeaderClassName
{
color: #287CC0;
}
.AnyTagClassName
{
color: #287CC0;
}
</style>
background-color css
<style>
a { background-color: #287CC0; }
a { background-color: rgb(40,124,192); }
div.DivClassName
{
background-color: #287CC0;
}
.BgClassName
{
background-color: #287CC0;
}
</style>
border-color css
<style>
span { border-color: #287CC0; }
span { border-color: rgb(40,124,192); }
td.TdClassName
{
border-color: #287CC0;
}
.TagClassName
{
border-color: #287CC0;
}
</style>