Shades of Curious Blue #2686BD
Tints of Curious Blue #2686BD
RGB
CMYK
RGB Variations
Color information
#2686BD (or 0x2686BD) is known color: Curious Blue. HEX triplet: 26, 86 and BD. RGB value is (38,134,189). Sum of RGB (Red+Green+Blue) = 38+134+189=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #2686BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2686BD is #D97942. Grayscale: #6F6F6F. Windows color (decimal): -14252355 or 12420646. OLE color: 12420646.
HSL color Cylindrical-coordinate representation of color #2686BD: hue angle of 201.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2686BD is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 134 | 189 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.26 |
| HSL | 201.85º | 0.67% | 0.45% | - |
| HSV(B) | 201.85º | 0.8% | 0.74% | - |
| XYZ | 18.51 | 21.14 | 51.25 | - |
| YUV | 111.57 | 171.7 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 189 | 0.80 | 0.29 | 0 | 0.26 | 201.85 | 0.67 | 0.45 |
| Hex | 26 | 86 | BD | 50 | 1D | 0 | 1A | CA | 43 | 2D |
| Octal | 46 | 206 | 275 | 120 | 35 | 0 | 32 | 312 | 103 | 55 |
| Binary | 100110 | 10000110 | 10111101 | 1010000 | 11101 | 0 | 11010 | 11001010 | 1000011 | 101101 |
Color Harmonies of #2686BD
Complementary color
Monochromatic Colors of #2686BD
Black with #2686BD
Text Example
Text Example
White with #2686BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2686BD; }
p { color: rgb(38,134,189); }
H1.HeaderClassName
{
color: #2686BD;
}
.AnyTagClassName
{
color: #2686BD;
}
</style>
background-color css
<style>
a { background-color: #2686BD; }
a { background-color: rgb(38,134,189); }
div.DivClassName
{
background-color: #2686BD;
}
.BgClassName
{
background-color: #2686BD;
}
</style>
border-color css
<style>
span { border-color: #2686BD; }
span { border-color: rgb(38,134,189); }
td.TdClassName
{
border-color: #2686BD;
}
.TagClassName
{
border-color: #2686BD;
}
</style>