Shades of Curious Blue #3283BB
Tints of Curious Blue #3283BB
RGB
CMYK
RGB Variations
Color information
#3283BB (or 0x3283BB) is known color: Curious Blue. HEX triplet: 32, 83 and BB. RGB value is (50,131,187). Sum of RGB (Red+Green+Blue) = 50+131+187=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #3283BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3283BB is #CD7C44. Grayscale: #707070. Windows color (decimal): -13466693 or 12288818. OLE color: 12288818.
HSL color Cylindrical-coordinate representation of color #3283BB: hue angle of 204.53º 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 #3283BB is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 131 | 187 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.27 |
| HSL | 204.53º | 0.58% | 0.46% | - |
| HSV(B) | 204.53º | 0.73% | 0.73% | - |
| XYZ | 18.4 | 20.5 | 50 | - |
| YUV | 113.17 | 169.66 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 187 | 0.73 | 0.30 | 0 | 0.27 | 204.53 | 0.58 | 0.46 |
| Hex | 32 | 83 | BB | 49 | 1E | 0 | 1B | CD | 3A | 2E |
| Octal | 62 | 203 | 273 | 111 | 36 | 0 | 33 | 315 | 72 | 56 |
| Binary | 110010 | 10000011 | 10111011 | 1001001 | 11110 | 0 | 11011 | 11001101 | 111010 | 101110 |
Color Harmonies of #3283BB
Complementary color
Monochromatic Colors of #3283BB
Black with #3283BB
Text Example
Text Example
White with #3283BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3283BB; }
p { color: rgb(50,131,187); }
H1.HeaderClassName
{
color: #3283BB;
}
.AnyTagClassName
{
color: #3283BB;
}
</style>
background-color css
<style>
a { background-color: #3283BB; }
a { background-color: rgb(50,131,187); }
div.DivClassName
{
background-color: #3283BB;
}
.BgClassName
{
background-color: #3283BB;
}
</style>
border-color css
<style>
span { border-color: #3283BB; }
span { border-color: rgb(50,131,187); }
td.TdClassName
{
border-color: #3283BB;
}
.TagClassName
{
border-color: #3283BB;
}
</style>