Shades of Curious Blue #3286BB
Tints of Curious Blue #3286BB
RGB
CMYK
RGB Variations
Color information
#3286BB (or 0x3286BB) is known color: Curious Blue. HEX triplet: 32, 86 and BB. RGB value is (50,134,187). Sum of RGB (Red+Green+Blue) = 50+134+187=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #3286BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3286BB is #CD7944. Grayscale: #727272. Windows color (decimal): -13465925 or 12289586. OLE color: 12289586.
HSL color Cylindrical-coordinate representation of color #3286BB: hue angle of 203.21º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3286BB is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 134 | 187 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.27 |
| HSL | 203.21º | 0.58% | 0.46% | - |
| HSV(B) | 203.21º | 0.73% | 0.73% | - |
| XYZ | 18.81 | 21.32 | 50.14 | - |
| YUV | 114.93 | 168.67 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 187 | 0.73 | 0.28 | 0 | 0.27 | 203.21 | 0.58 | 0.46 |
| Hex | 32 | 86 | BB | 49 | 1C | 0 | 1B | CB | 3A | 2E |
| Octal | 62 | 206 | 273 | 111 | 34 | 0 | 33 | 313 | 72 | 56 |
| Binary | 110010 | 10000110 | 10111011 | 1001001 | 11100 | 0 | 11011 | 11001011 | 111010 | 101110 |
Color Harmonies of #3286BB
Complementary color
Monochromatic Colors of #3286BB
Black with #3286BB
Text Example
Text Example
White with #3286BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3286BB; }
p { color: rgb(50,134,187); }
H1.HeaderClassName
{
color: #3286BB;
}
.AnyTagClassName
{
color: #3286BB;
}
</style>
background-color css
<style>
a { background-color: #3286BB; }
a { background-color: rgb(50,134,187); }
div.DivClassName
{
background-color: #3286BB;
}
.BgClassName
{
background-color: #3286BB;
}
</style>
border-color css
<style>
span { border-color: #3286BB; }
span { border-color: rgb(50,134,187); }
td.TdClassName
{
border-color: #3286BB;
}
.TagClassName
{
border-color: #3286BB;
}
</style>