Shades of Curious Blue #3282BB
Tints of Curious Blue #3282BB
RGB
CMYK
RGB Variations
Color information
#3282BB (or 0x3282BB) is known color: Curious Blue. HEX triplet: 32, 82 and BB. RGB value is (50,130,187). Sum of RGB (Red+Green+Blue) = 50+130+187=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #3282BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3282BB is #CD7D44. Grayscale: #707070. Windows color (decimal): -13466949 or 12288562. OLE color: 12288562.
HSL color Cylindrical-coordinate representation of color #3282BB: hue angle of 204.96º 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 #3282BB is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 130 | 187 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.27 |
| HSL | 204.96º | 0.58% | 0.46% | - |
| HSV(B) | 204.96º | 0.73% | 0.73% | - |
| XYZ | 18.27 | 20.23 | 49.96 | - |
| YUV | 112.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 187 | 0.73 | 0.30 | 0 | 0.27 | 204.96 | 0.58 | 0.46 |
| Hex | 32 | 82 | BB | 49 | 1E | 0 | 1B | CD | 3A | 2E |
| Octal | 62 | 202 | 273 | 111 | 36 | 0 | 33 | 315 | 72 | 56 |
| Binary | 110010 | 10000010 | 10111011 | 1001001 | 11110 | 0 | 11011 | 11001101 | 111010 | 101110 |
Color Harmonies of #3282BB
Complementary color
Monochromatic Colors of #3282BB
Black with #3282BB
Text Example
Text Example
White with #3282BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3282BB; }
p { color: rgb(50,130,187); }
H1.HeaderClassName
{
color: #3282BB;
}
.AnyTagClassName
{
color: #3282BB;
}
</style>
background-color css
<style>
a { background-color: #3282BB; }
a { background-color: rgb(50,130,187); }
div.DivClassName
{
background-color: #3282BB;
}
.BgClassName
{
background-color: #3282BB;
}
</style>
border-color css
<style>
span { border-color: #3282BB; }
span { border-color: rgb(50,130,187); }
td.TdClassName
{
border-color: #3282BB;
}
.TagClassName
{
border-color: #3282BB;
}
</style>