Shades of Curious Blue #287AB3
Tints of Curious Blue #287AB3
RGB
CMYK
RGB Variations
Color information
#287AB3 (or 0x287AB3) is known color: Curious Blue. HEX triplet: 28, 7A and B3. RGB value is (40,122,179). Sum of RGB (Red+Green+Blue) = 40+122+179=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #287AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287AB3 is #D7854C. Grayscale: #676767. Windows color (decimal): -14124365 or 11762216. OLE color: 11762216.
HSL color Cylindrical-coordinate representation of color #287AB3: hue angle of 204.6º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #287AB3 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 122 | 179 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.30 |
| HSL | 204.6º | 0.63% | 0.43% | - |
| HSV(B) | 204.6º | 0.78% | 0.7% | - |
| XYZ | 15.97 | 17.62 | 45.21 | - |
| YUV | 103.98 | 170.33 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 179 | 0.78 | 0.32 | 0 | 0.30 | 204.6 | 0.63 | 0.43 |
| Hex | 28 | 7A | B3 | 4E | 20 | 0 | 1E | CD | 3F | 2B |
| Octal | 50 | 172 | 263 | 116 | 40 | 0 | 36 | 315 | 77 | 53 |
| Binary | 101000 | 1111010 | 10110011 | 1001110 | 100000 | 0 | 11110 | 11001101 | 111111 | 101011 |
Color Harmonies of #287AB3
Complementary color
Monochromatic Colors of #287AB3
Black with #287AB3
Text Example
Text Example
White with #287AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287AB3; }
p { color: rgb(40,122,179); }
H1.HeaderClassName
{
color: #287AB3;
}
.AnyTagClassName
{
color: #287AB3;
}
</style>
background-color css
<style>
a { background-color: #287AB3; }
a { background-color: rgb(40,122,179); }
div.DivClassName
{
background-color: #287AB3;
}
.BgClassName
{
background-color: #287AB3;
}
</style>
border-color css
<style>
span { border-color: #287AB3; }
span { border-color: rgb(40,122,179); }
td.TdClassName
{
border-color: #287AB3;
}
.TagClassName
{
border-color: #287AB3;
}
</style>