Shades of Curious Blue #3288BB
Tints of Curious Blue #3288BB
RGB
CMYK
RGB Variations
Color information
#3288BB (or 0x3288BB) is known color: Curious Blue. HEX triplet: 32, 88 and BB. RGB value is (50,136,187). Sum of RGB (Red+Green+Blue) = 50+136+187=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #3288BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3288BB is #CD7744. Grayscale: #737373. Windows color (decimal): -13465413 or 12290098. OLE color: 12290098.
HSL color Cylindrical-coordinate representation of color #3288BB: hue angle of 202.34º 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 #3288BB is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 136 | 187 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.27 |
| HSL | 202.34º | 0.58% | 0.46% | - |
| HSV(B) | 202.34º | 0.73% | 0.73% | - |
| XYZ | 19.09 | 21.87 | 50.23 | - |
| YUV | 116.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 187 | 0.73 | 0.27 | 0 | 0.27 | 202.34 | 0.58 | 0.46 |
| Hex | 32 | 88 | BB | 49 | 1B | 0 | 1B | CA | 3A | 2E |
| Octal | 62 | 210 | 273 | 111 | 33 | 0 | 33 | 312 | 72 | 56 |
| Binary | 110010 | 10001000 | 10111011 | 1001001 | 11011 | 0 | 11011 | 11001010 | 111010 | 101110 |
Color Harmonies of #3288BB
Complementary color
Monochromatic Colors of #3288BB
Black with #3288BB
Text Example
Text Example
White with #3288BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3288BB; }
p { color: rgb(50,136,187); }
H1.HeaderClassName
{
color: #3288BB;
}
.AnyTagClassName
{
color: #3288BB;
}
</style>
background-color css
<style>
a { background-color: #3288BB; }
a { background-color: rgb(50,136,187); }
div.DivClassName
{
background-color: #3288BB;
}
.BgClassName
{
background-color: #3288BB;
}
</style>
border-color css
<style>
span { border-color: #3288BB; }
span { border-color: rgb(50,136,187); }
td.TdClassName
{
border-color: #3288BB;
}
.TagClassName
{
border-color: #3288BB;
}
</style>