Shades of Curious Blue #287AC0
Tints of Curious Blue #287AC0
RGB
CMYK
RGB Variations
Color information
#287AC0 (or 0x287AC0) is known color: Curious Blue. HEX triplet: 28, 7A and C0. RGB value is (40,122,192). Sum of RGB (Red+Green+Blue) = 40+122+192=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #287AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287AC0 is #D7853F. Grayscale: #696969. Windows color (decimal): -14124352 or 12614184. OLE color: 12614184.
HSL color Cylindrical-coordinate representation of color #287AC0: hue angle of 207.63º 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 #287AC0 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 122 | 192 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.25 |
| HSL | 207.63º | 0.66% | 0.45% | - |
| HSV(B) | 207.63º | 0.79% | 0.75% | - |
| XYZ | 17.35 | 18.18 | 52.46 | - |
| YUV | 105.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 192 | 0.79 | 0.36 | 0 | 0.25 | 207.63 | 0.66 | 0.45 |
| Hex | 28 | 7A | C0 | 4F | 24 | 0 | 19 | D0 | 42 | 2D |
| Octal | 50 | 172 | 300 | 117 | 44 | 0 | 31 | 320 | 102 | 55 |
| Binary | 101000 | 1111010 | 11000000 | 1001111 | 100100 | 0 | 11001 | 11010000 | 1000010 | 101101 |
Color Harmonies of #287AC0
Complementary color
Monochromatic Colors of #287AC0
Black with #287AC0
Text Example
Text Example
White with #287AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287AC0; }
p { color: rgb(40,122,192); }
H1.HeaderClassName
{
color: #287AC0;
}
.AnyTagClassName
{
color: #287AC0;
}
</style>
background-color css
<style>
a { background-color: #287AC0; }
a { background-color: rgb(40,122,192); }
div.DivClassName
{
background-color: #287AC0;
}
.BgClassName
{
background-color: #287AC0;
}
</style>
border-color css
<style>
span { border-color: #287AC0; }
span { border-color: rgb(40,122,192); }
td.TdClassName
{
border-color: #287AC0;
}
.TagClassName
{
border-color: #287AC0;
}
</style>