Shades of Curious Blue #3286BF
Tints of Curious Blue #3286BF
RGB
CMYK
RGB Variations
Color information
#3286BF (or 0x3286BF) is known color: Curious Blue. HEX triplet: 32, 86 and BF. RGB value is (50,134,191). Sum of RGB (Red+Green+Blue) = 50+134+191=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #3286BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3286BF is #CD7940. Grayscale: #737373. Windows color (decimal): -13465921 or 12551730. OLE color: 12551730.
HSL color Cylindrical-coordinate representation of color #3286BF: hue angle of 204.26º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3286BF is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 134 | 191 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.25 |
| HSL | 204.26º | 0.59% | 0.47% | - |
| HSV(B) | 204.26º | 0.74% | 0.75% | - |
| XYZ | 19.24 | 21.49 | 52.42 | - |
| YUV | 115.38 | 170.67 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 191 | 0.74 | 0.30 | 0 | 0.25 | 204.26 | 0.59 | 0.47 |
| Hex | 32 | 86 | BF | 4A | 1E | 0 | 19 | CC | 3B | 2F |
| Octal | 62 | 206 | 277 | 112 | 36 | 0 | 31 | 314 | 73 | 57 |
| Binary | 110010 | 10000110 | 10111111 | 1001010 | 11110 | 0 | 11001 | 11001100 | 111011 | 101111 |
Color Harmonies of #3286BF
Complementary color
Monochromatic Colors of #3286BF
Black with #3286BF
Text Example
Text Example
White with #3286BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3286BF; }
p { color: rgb(50,134,191); }
H1.HeaderClassName
{
color: #3286BF;
}
.AnyTagClassName
{
color: #3286BF;
}
</style>
background-color css
<style>
a { background-color: #3286BF; }
a { background-color: rgb(50,134,191); }
div.DivClassName
{
background-color: #3286BF;
}
.BgClassName
{
background-color: #3286BF;
}
</style>
border-color css
<style>
span { border-color: #3286BF; }
span { border-color: rgb(50,134,191); }
td.TdClassName
{
border-color: #3286BF;
}
.TagClassName
{
border-color: #3286BF;
}
</style>