Shades of Curious Blue #287FC3
Tints of Curious Blue #287FC3
RGB
CMYK
RGB Variations
Color information
#287FC3 (or 0x287FC3) is known color: Curious Blue. HEX triplet: 28, 7F and C3. RGB value is (40,127,195). Sum of RGB (Red+Green+Blue) = 40+127+195=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 195 (76.56% from 255 or 53.87% from 362); Max value from RGB is 195 - color contains mainly: blue. Hex color #287FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287FC3 is #D7803C. Grayscale: #6C6C6C. Windows color (decimal): -14123069 or 12812072. OLE color: 12812072.
HSL color Cylindrical-coordinate representation of color #287FC3: hue angle of 206.32º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #287FC3 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 127 | 195 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.24 |
| HSL | 206.32º | 0.66% | 0.46% | - |
| HSV(B) | 206.32º | 0.79% | 0.76% | - |
| XYZ | 18.31 | 19.57 | 54.44 | - |
| YUV | 108.74 | 176.68 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 195 | 0.79 | 0.35 | 0 | 0.24 | 206.32 | 0.66 | 0.46 |
| Hex | 28 | 7F | C3 | 4F | 23 | 0 | 18 | CE | 42 | 2E |
| Octal | 50 | 177 | 303 | 117 | 43 | 0 | 30 | 316 | 102 | 56 |
| Binary | 101000 | 1111111 | 11000011 | 1001111 | 100011 | 0 | 11000 | 11001110 | 1000010 | 101110 |
Color Harmonies of #287FC3
Complementary color
Monochromatic Colors of #287FC3
Black with #287FC3
Text Example
Text Example
White with #287FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FC3; }
p { color: rgb(40,127,195); }
H1.HeaderClassName
{
color: #287FC3;
}
.AnyTagClassName
{
color: #287FC3;
}
</style>
background-color css
<style>
a { background-color: #287FC3; }
a { background-color: rgb(40,127,195); }
div.DivClassName
{
background-color: #287FC3;
}
.BgClassName
{
background-color: #287FC3;
}
</style>
border-color css
<style>
span { border-color: #287FC3; }
span { border-color: rgb(40,127,195); }
td.TdClassName
{
border-color: #287FC3;
}
.TagClassName
{
border-color: #287FC3;
}
</style>