Shades of Curious Blue #3289BB
Tints of Curious Blue #3289BB
RGB
CMYK
RGB Variations
Color information
#3289BB (or 0x3289BB) is known color: Curious Blue. HEX triplet: 32, 89 and BB. RGB value is (50,137,187). Sum of RGB (Red+Green+Blue) = 50+137+187=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #3289BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3289BB is #CD7644. Grayscale: #747474. Windows color (decimal): -13465157 or 12290354. OLE color: 12290354.
HSL color Cylindrical-coordinate representation of color #3289BB: hue angle of 201.9º 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 #3289BB is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 137 | 187 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.27 |
| HSL | 201.9º | 0.58% | 0.46% | - |
| HSV(B) | 201.9º | 0.73% | 0.73% | - |
| XYZ | 19.23 | 22.16 | 50.28 | - |
| YUV | 116.69 | 167.68 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 187 | 0.73 | 0.27 | 0 | 0.27 | 201.9 | 0.58 | 0.46 |
| Hex | 32 | 89 | BB | 49 | 1B | 0 | 1B | CA | 3A | 2E |
| Octal | 62 | 211 | 273 | 111 | 33 | 0 | 33 | 312 | 72 | 56 |
| Binary | 110010 | 10001001 | 10111011 | 1001001 | 11011 | 0 | 11011 | 11001010 | 111010 | 101110 |
Color Harmonies of #3289BB
Complementary color
Monochromatic Colors of #3289BB
Black with #3289BB
Text Example
Text Example
White with #3289BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3289BB; }
p { color: rgb(50,137,187); }
H1.HeaderClassName
{
color: #3289BB;
}
.AnyTagClassName
{
color: #3289BB;
}
</style>
background-color css
<style>
a { background-color: #3289BB; }
a { background-color: rgb(50,137,187); }
div.DivClassName
{
background-color: #3289BB;
}
.BgClassName
{
background-color: #3289BB;
}
</style>
border-color css
<style>
span { border-color: #3289BB; }
span { border-color: rgb(50,137,187); }
td.TdClassName
{
border-color: #3289BB;
}
.TagClassName
{
border-color: #3289BB;
}
</style>