Shades of Curious Blue #2687BC
Tints of Curious Blue #2687BC
RGB
CMYK
RGB Variations
Color information
#2687BC (or 0x2687BC) is known color: Curious Blue. HEX triplet: 26, 87 and BC. RGB value is (38,135,188). Sum of RGB (Red+Green+Blue) = 38+135+188=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #2687BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2687BC is #D97843. Grayscale: #6F6F6F. Windows color (decimal): -14252100 or 12355366. OLE color: 12355366.
HSL color Cylindrical-coordinate representation of color #2687BC: hue angle of 201.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2687BC is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 135 | 188 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.26 |
| HSL | 201.2º | 0.66% | 0.44% | - |
| HSV(B) | 201.2º | 0.8% | 0.74% | - |
| XYZ | 18.54 | 21.37 | 50.72 | - |
| YUV | 112.04 | 170.86 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 188 | 0.80 | 0.28 | 0 | 0.26 | 201.2 | 0.66 | 0.44 |
| Hex | 26 | 87 | BC | 50 | 1C | 0 | 1A | C9 | 42 | 2C |
| Octal | 46 | 207 | 274 | 120 | 34 | 0 | 32 | 311 | 102 | 54 |
| Binary | 100110 | 10000111 | 10111100 | 1010000 | 11100 | 0 | 11010 | 11001001 | 1000010 | 101100 |
Color Harmonies of #2687BC
Complementary color
Monochromatic Colors of #2687BC
Black with #2687BC
Text Example
Text Example
White with #2687BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2687BC; }
p { color: rgb(38,135,188); }
H1.HeaderClassName
{
color: #2687BC;
}
.AnyTagClassName
{
color: #2687BC;
}
</style>
background-color css
<style>
a { background-color: #2687BC; }
a { background-color: rgb(38,135,188); }
div.DivClassName
{
background-color: #2687BC;
}
.BgClassName
{
background-color: #2687BC;
}
</style>
border-color css
<style>
span { border-color: #2687BC; }
span { border-color: rgb(38,135,188); }
td.TdClassName
{
border-color: #2687BC;
}
.TagClassName
{
border-color: #2687BC;
}
</style>