Shades of Curious Blue #3291BC
Tints of Curious Blue #3291BC
RGB
CMYK
RGB Variations
Color information
#3291BC (or 0x3291BC) is known color: Curious Blue. HEX triplet: 32, 91 and BC. RGB value is (50,145,188). Sum of RGB (Red+Green+Blue) = 50+145+188=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #3291BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3291BC is #CD6E43. Grayscale: #797979. Windows color (decimal): -13463108 or 12357938. OLE color: 12357938.
HSL color Cylindrical-coordinate representation of color #3291BC: hue angle of 198.7º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3291BC is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 145 | 188 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.26 |
| HSL | 198.7º | 0.58% | 0.47% | - |
| HSV(B) | 198.7º | 0.73% | 0.74% | - |
| XYZ | 20.52 | 24.56 | 51.24 | - |
| YUV | 121.5 | 165.53 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 188 | 0.73 | 0.23 | 0 | 0.26 | 198.7 | 0.58 | 0.47 |
| Hex | 32 | 91 | BC | 49 | 17 | 0 | 1A | C7 | 3A | 2F |
| Octal | 62 | 221 | 274 | 111 | 27 | 0 | 32 | 307 | 72 | 57 |
| Binary | 110010 | 10010001 | 10111100 | 1001001 | 10111 | 0 | 11010 | 11000111 | 111010 | 101111 |
Color Harmonies of #3291BC
Complementary color
Monochromatic Colors of #3291BC
Black with #3291BC
Text Example
Text Example
White with #3291BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3291BC; }
p { color: rgb(50,145,188); }
H1.HeaderClassName
{
color: #3291BC;
}
.AnyTagClassName
{
color: #3291BC;
}
</style>
background-color css
<style>
a { background-color: #3291BC; }
a { background-color: rgb(50,145,188); }
div.DivClassName
{
background-color: #3291BC;
}
.BgClassName
{
background-color: #3291BC;
}
</style>
border-color css
<style>
span { border-color: #3291BC; }
span { border-color: rgb(50,145,188); }
td.TdClassName
{
border-color: #3291BC;
}
.TagClassName
{
border-color: #3291BC;
}
</style>