Shades of Curious Blue #287AB9
Tints of Curious Blue #287AB9
RGB
CMYK
RGB Variations
Color information
#287AB9 (or 0x287AB9) is known color: Curious Blue. HEX triplet: 28, 7A and B9. RGB value is (40,122,185). Sum of RGB (Red+Green+Blue) = 40+122+185=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #287AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287AB9 is #D78546. Grayscale: #686868. Windows color (decimal): -14124359 or 12155432. OLE color: 12155432.
HSL color Cylindrical-coordinate representation of color #287AB9: hue angle of 206.07º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #287AB9 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 122 | 185 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.27 |
| HSL | 206.07º | 0.64% | 0.44% | - |
| HSV(B) | 206.07º | 0.78% | 0.73% | - |
| XYZ | 16.59 | 17.87 | 48.47 | - |
| YUV | 104.66 | 173.33 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 185 | 0.78 | 0.34 | 0 | 0.27 | 206.07 | 0.64 | 0.44 |
| Hex | 28 | 7A | B9 | 4E | 22 | 0 | 1B | CE | 40 | 2C |
| Octal | 50 | 172 | 271 | 116 | 42 | 0 | 33 | 316 | 100 | 54 |
| Binary | 101000 | 1111010 | 10111001 | 1001110 | 100010 | 0 | 11011 | 11001110 | 1000000 | 101100 |
Color Harmonies of #287AB9
Complementary color
Monochromatic Colors of #287AB9
Black with #287AB9
Text Example
Text Example
White with #287AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287AB9; }
p { color: rgb(40,122,185); }
H1.HeaderClassName
{
color: #287AB9;
}
.AnyTagClassName
{
color: #287AB9;
}
</style>
background-color css
<style>
a { background-color: #287AB9; }
a { background-color: rgb(40,122,185); }
div.DivClassName
{
background-color: #287AB9;
}
.BgClassName
{
background-color: #287AB9;
}
</style>
border-color css
<style>
span { border-color: #287AB9; }
span { border-color: rgb(40,122,185); }
td.TdClassName
{
border-color: #287AB9;
}
.TagClassName
{
border-color: #287AB9;
}
</style>