Shades of Curious Blue #3285BB
Tints of Curious Blue #3285BB
RGB
CMYK
RGB Variations
Color information
#3285BB (or 0x3285BB) is known color: Curious Blue. HEX triplet: 32, 85 and BB. RGB value is (50,133,187). Sum of RGB (Red+Green+Blue) = 50+133+187=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #3285BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3285BB is #CD7A44. Grayscale: #727272. Windows color (decimal): -13466181 or 12289330. OLE color: 12289330.
HSL color Cylindrical-coordinate representation of color #3285BB: hue angle of 203.65º 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 #3285BB is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 133 | 187 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.27 |
| HSL | 203.65º | 0.58% | 0.46% | - |
| HSV(B) | 203.65º | 0.73% | 0.73% | - |
| XYZ | 18.67 | 21.04 | 50.09 | - |
| YUV | 114.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 187 | 0.73 | 0.29 | 0 | 0.27 | 203.65 | 0.58 | 0.46 |
| Hex | 32 | 85 | BB | 49 | 1D | 0 | 1B | CC | 3A | 2E |
| Octal | 62 | 205 | 273 | 111 | 35 | 0 | 33 | 314 | 72 | 56 |
| Binary | 110010 | 10000101 | 10111011 | 1001001 | 11101 | 0 | 11011 | 11001100 | 111010 | 101110 |
Color Harmonies of #3285BB
Complementary color
Monochromatic Colors of #3285BB
Black with #3285BB
Text Example
Text Example
White with #3285BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3285BB; }
p { color: rgb(50,133,187); }
H1.HeaderClassName
{
color: #3285BB;
}
.AnyTagClassName
{
color: #3285BB;
}
</style>
background-color css
<style>
a { background-color: #3285BB; }
a { background-color: rgb(50,133,187); }
div.DivClassName
{
background-color: #3285BB;
}
.BgClassName
{
background-color: #3285BB;
}
</style>
border-color css
<style>
span { border-color: #3285BB; }
span { border-color: rgb(50,133,187); }
td.TdClassName
{
border-color: #3285BB;
}
.TagClassName
{
border-color: #3285BB;
}
</style>