Shades of Curious Blue #3271B9
Tints of Curious Blue #3271B9
RGB
CMYK
RGB Variations
Color information
#3271B9 (or 0x3271B9) is known color: Curious Blue. HEX triplet: 32, 71 and B9. RGB value is (50,113,185). Sum of RGB (Red+Green+Blue) = 50+113+185=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #3271B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271B9 is #CD8E46. Grayscale: #666666. Windows color (decimal): -13471303 or 12153138. OLE color: 12153138.
HSL color Cylindrical-coordinate representation of color #3271B9: hue angle of 212º degrees, saturation: 0.57, 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 #3271B9 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 113 | 185 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.27 |
| HSL | 212º | 0.57% | 0.46% | - |
| HSV(B) | 212º | 0.73% | 0.73% | - |
| XYZ | 15.98 | 15.99 | 48.14 | - |
| YUV | 102.37 | 174.63 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 185 | 0.73 | 0.39 | 0 | 0.27 | 212 | 0.57 | 0.46 |
| Hex | 32 | 71 | B9 | 49 | 27 | 0 | 1B | D4 | 39 | 2E |
| Octal | 62 | 161 | 271 | 111 | 47 | 0 | 33 | 324 | 71 | 56 |
| Binary | 110010 | 1110001 | 10111001 | 1001001 | 100111 | 0 | 11011 | 11010100 | 111001 | 101110 |
Color Harmonies of #3271B9
Complementary color
Monochromatic Colors of #3271B9
Black with #3271B9
Text Example
Text Example
White with #3271B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3271B9; }
p { color: rgb(50,113,185); }
H1.HeaderClassName
{
color: #3271B9;
}
.AnyTagClassName
{
color: #3271B9;
}
</style>
background-color css
<style>
a { background-color: #3271B9; }
a { background-color: rgb(50,113,185); }
div.DivClassName
{
background-color: #3271B9;
}
.BgClassName
{
background-color: #3271B9;
}
</style>
border-color css
<style>
span { border-color: #3271B9; }
span { border-color: rgb(50,113,185); }
td.TdClassName
{
border-color: #3271B9;
}
.TagClassName
{
border-color: #3271B9;
}
</style>