Shades of Curious Blue #2680BA
Tints of Curious Blue #2680BA
RGB
CMYK
RGB Variations
Color information
#2680BA (or 0x2680BA) is known color: Curious Blue. HEX triplet: 26, 80 and BA. RGB value is (38,128,186). Sum of RGB (Red+Green+Blue) = 38+128+186=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #2680BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2680BA is #D97F45. Grayscale: #6B6B6B. Windows color (decimal): -14253894 or 12222502. OLE color: 12222502.
HSL color Cylindrical-coordinate representation of color #2680BA: hue angle of 203.51º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2680BA is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 128 | 186 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.27 |
| HSL | 203.51º | 0.66% | 0.44% | - |
| HSV(B) | 203.51º | 0.8% | 0.73% | - |
| XYZ | 17.38 | 19.4 | 49.28 | - |
| YUV | 107.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 186 | 0.80 | 0.31 | 0 | 0.27 | 203.51 | 0.66 | 0.44 |
| Hex | 26 | 80 | BA | 50 | 1F | 0 | 1B | CC | 42 | 2C |
| Octal | 46 | 200 | 272 | 120 | 37 | 0 | 33 | 314 | 102 | 54 |
| Binary | 100110 | 10000000 | 10111010 | 1010000 | 11111 | 0 | 11011 | 11001100 | 1000010 | 101100 |
Color Harmonies of #2680BA
Complementary color
Monochromatic Colors of #2680BA
Black with #2680BA
Text Example
Text Example
White with #2680BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2680BA; }
p { color: rgb(38,128,186); }
H1.HeaderClassName
{
color: #2680BA;
}
.AnyTagClassName
{
color: #2680BA;
}
</style>
background-color css
<style>
a { background-color: #2680BA; }
a { background-color: rgb(38,128,186); }
div.DivClassName
{
background-color: #2680BA;
}
.BgClassName
{
background-color: #2680BA;
}
</style>
border-color css
<style>
span { border-color: #2680BA; }
span { border-color: rgb(38,128,186); }
td.TdClassName
{
border-color: #2680BA;
}
.TagClassName
{
border-color: #2680BA;
}
</style>