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