Shades of Curious Blue #287CBC
Tints of Curious Blue #287CBC
RGB
CMYK
RGB Variations
Color information
#287CBC (or 0x287CBC) is known color: Curious Blue. HEX triplet: 28, 7C and BC. RGB value is (40,124,188). Sum of RGB (Red+Green+Blue) = 40+124+188=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #287CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287CBC is #D78343. Grayscale: #696969. Windows color (decimal): -14123844 or 12352552. OLE color: 12352552.
HSL color Cylindrical-coordinate representation of color #287CBC: hue angle of 205.95º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #287CBC is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 124 | 188 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.26 |
| HSL | 205.95º | 0.65% | 0.45% | - |
| HSV(B) | 205.95º | 0.79% | 0.74% | - |
| XYZ | 17.16 | 18.5 | 50.24 | - |
| YUV | 106.18 | 174.17 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 188 | 0.79 | 0.34 | 0 | 0.26 | 205.95 | 0.65 | 0.45 |
| Hex | 28 | 7C | BC | 4F | 22 | 0 | 1A | CE | 41 | 2D |
| Octal | 50 | 174 | 274 | 117 | 42 | 0 | 32 | 316 | 101 | 55 |
| Binary | 101000 | 1111100 | 10111100 | 1001111 | 100010 | 0 | 11010 | 11001110 | 1000001 | 101101 |
Color Harmonies of #287CBC
Complementary color
Monochromatic Colors of #287CBC
Black with #287CBC
Text Example
Text Example
White with #287CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CBC; }
p { color: rgb(40,124,188); }
H1.HeaderClassName
{
color: #287CBC;
}
.AnyTagClassName
{
color: #287CBC;
}
</style>
background-color css
<style>
a { background-color: #287CBC; }
a { background-color: rgb(40,124,188); }
div.DivClassName
{
background-color: #287CBC;
}
.BgClassName
{
background-color: #287CBC;
}
</style>
border-color css
<style>
span { border-color: #287CBC; }
span { border-color: rgb(40,124,188); }
td.TdClassName
{
border-color: #287CBC;
}
.TagClassName
{
border-color: #287CBC;
}
</style>