Shades of Curious Blue #3271BC
Tints of Curious Blue #3271BC
RGB
CMYK
RGB Variations
Color information
#3271BC (or 0x3271BC) is known color: Curious Blue. HEX triplet: 32, 71 and BC. RGB value is (50,113,188). Sum of RGB (Red+Green+Blue) = 50+113+188=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #3271BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271BC is #CD8E43. Grayscale: #666666. Windows color (decimal): -13471300 or 12349746. OLE color: 12349746.
HSL color Cylindrical-coordinate representation of color #3271BC: hue angle of 212.61º 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 #3271BC is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 113 | 188 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.26 |
| HSL | 212.61º | 0.58% | 0.47% | - |
| HSV(B) | 212.61º | 0.73% | 0.74% | - |
| XYZ | 16.3 | 16.12 | 49.83 | - |
| YUV | 102.71 | 176.13 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 188 | 0.73 | 0.40 | 0 | 0.26 | 212.61 | 0.58 | 0.47 |
| Hex | 32 | 71 | BC | 49 | 28 | 0 | 1A | D5 | 3A | 2F |
| Octal | 62 | 161 | 274 | 111 | 50 | 0 | 32 | 325 | 72 | 57 |
| Binary | 110010 | 1110001 | 10111100 | 1001001 | 101000 | 0 | 11010 | 11010101 | 111010 | 101111 |
Color Harmonies of #3271BC
Complementary color
Monochromatic Colors of #3271BC
Black with #3271BC
Text Example
Text Example
White with #3271BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3271BC; }
p { color: rgb(50,113,188); }
H1.HeaderClassName
{
color: #3271BC;
}
.AnyTagClassName
{
color: #3271BC;
}
</style>
background-color css
<style>
a { background-color: #3271BC; }
a { background-color: rgb(50,113,188); }
div.DivClassName
{
background-color: #3271BC;
}
.BgClassName
{
background-color: #3271BC;
}
</style>
border-color css
<style>
span { border-color: #3271BC; }
span { border-color: rgb(50,113,188); }
td.TdClassName
{
border-color: #3271BC;
}
.TagClassName
{
border-color: #3271BC;
}
</style>