Shades of Curious Blue #3290BB
Tints of Curious Blue #3290BB
RGB
CMYK
RGB Variations
Color information
#3290BB (or 0x3290BB) is known color: Curious Blue. HEX triplet: 32, 90 and BB. RGB value is (50,144,187). Sum of RGB (Red+Green+Blue) = 50+144+187=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #3290BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3290BB is #CD6F44. Grayscale: #787878. Windows color (decimal): -13463365 or 12292146. OLE color: 12292146.
HSL color Cylindrical-coordinate representation of color #3290BB: hue angle of 198.83º 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 #3290BB is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 144 | 187 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.27 |
| HSL | 198.83º | 0.58% | 0.46% | - |
| HSV(B) | 198.83º | 0.73% | 0.73% | - |
| XYZ | 20.26 | 24.21 | 50.62 | - |
| YUV | 120.8 | 165.36 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 187 | 0.73 | 0.23 | 0 | 0.27 | 198.83 | 0.58 | 0.46 |
| Hex | 32 | 90 | BB | 49 | 17 | 0 | 1B | C7 | 3A | 2E |
| Octal | 62 | 220 | 273 | 111 | 27 | 0 | 33 | 307 | 72 | 56 |
| Binary | 110010 | 10010000 | 10111011 | 1001001 | 10111 | 0 | 11011 | 11000111 | 111010 | 101110 |
Color Harmonies of #3290BB
Complementary color
Monochromatic Colors of #3290BB
Black with #3290BB
Text Example
Text Example
White with #3290BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3290BB; }
p { color: rgb(50,144,187); }
H1.HeaderClassName
{
color: #3290BB;
}
.AnyTagClassName
{
color: #3290BB;
}
</style>
background-color css
<style>
a { background-color: #3290BB; }
a { background-color: rgb(50,144,187); }
div.DivClassName
{
background-color: #3290BB;
}
.BgClassName
{
background-color: #3290BB;
}
</style>
border-color css
<style>
span { border-color: #3290BB; }
span { border-color: rgb(50,144,187); }
td.TdClassName
{
border-color: #3290BB;
}
.TagClassName
{
border-color: #3290BB;
}
</style>