Shades of Curious Blue #3291BA
Tints of Curious Blue #3291BA
RGB
CMYK
RGB Variations
Color information
#3291BA (or 0x3291BA) is known color: Curious Blue. HEX triplet: 32, 91 and BA. RGB value is (50,145,186). Sum of RGB (Red+Green+Blue) = 50+145+186=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #3291BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3291BA is #CD6E45. Grayscale: #797979. Windows color (decimal): -13463110 or 12226866. OLE color: 12226866.
HSL color Cylindrical-coordinate representation of color #3291BA: hue angle of 198.09º 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 #3291BA is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 145 | 186 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.27 |
| HSL | 198.09º | 0.58% | 0.46% | - |
| HSV(B) | 198.09º | 0.73% | 0.73% | - |
| XYZ | 20.3 | 24.47 | 50.11 | - |
| YUV | 121.27 | 164.53 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 186 | 0.73 | 0.22 | 0 | 0.27 | 198.09 | 0.58 | 0.46 |
| Hex | 32 | 91 | BA | 49 | 16 | 0 | 1B | C6 | 3A | 2E |
| Octal | 62 | 221 | 272 | 111 | 26 | 0 | 33 | 306 | 72 | 56 |
| Binary | 110010 | 10010001 | 10111010 | 1001001 | 10110 | 0 | 11011 | 11000110 | 111010 | 101110 |
Color Harmonies of #3291BA
Complementary color
Monochromatic Colors of #3291BA
Black with #3291BA
Text Example
Text Example
White with #3291BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3291BA; }
p { color: rgb(50,145,186); }
H1.HeaderClassName
{
color: #3291BA;
}
.AnyTagClassName
{
color: #3291BA;
}
</style>
background-color css
<style>
a { background-color: #3291BA; }
a { background-color: rgb(50,145,186); }
div.DivClassName
{
background-color: #3291BA;
}
.BgClassName
{
background-color: #3291BA;
}
</style>
border-color css
<style>
span { border-color: #3291BA; }
span { border-color: rgb(50,145,186); }
td.TdClassName
{
border-color: #3291BA;
}
.TagClassName
{
border-color: #3291BA;
}
</style>