Shades of Curious Blue #3271C1
Tints of Curious Blue #3271C1
RGB
CMYK
RGB Variations
Color information
#3271C1 (or 0x3271C1) is known color: Curious Blue. HEX triplet: 32, 71 and C1. RGB value is (50,113,193). Sum of RGB (Red+Green+Blue) = 50+113+193=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #3271C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271C1 is #CD8E3E. Grayscale: #666666. Windows color (decimal): -13471295 or 12677426. OLE color: 12677426.
HSL color Cylindrical-coordinate representation of color #3271C1: hue angle of 213.57º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3271C1 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 113 | 193 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.24 |
| HSL | 213.57º | 0.59% | 0.48% | - |
| HSV(B) | 213.57º | 0.74% | 0.76% | - |
| XYZ | 16.85 | 16.34 | 52.72 | - |
| YUV | 103.28 | 178.63 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 193 | 0.74 | 0.41 | 0 | 0.24 | 213.57 | 0.59 | 0.48 |
| Hex | 32 | 71 | C1 | 4A | 29 | 0 | 18 | D6 | 3B | 30 |
| Octal | 62 | 161 | 301 | 112 | 51 | 0 | 30 | 326 | 73 | 60 |
| Binary | 110010 | 1110001 | 11000001 | 1001010 | 101001 | 0 | 11000 | 11010110 | 111011 | 110000 |
Color Harmonies of #3271C1
Complementary color
Monochromatic Colors of #3271C1
Black with #3271C1
Text Example
Text Example
White with #3271C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3271C1; }
p { color: rgb(50,113,193); }
H1.HeaderClassName
{
color: #3271C1;
}
.AnyTagClassName
{
color: #3271C1;
}
</style>
background-color css
<style>
a { background-color: #3271C1; }
a { background-color: rgb(50,113,193); }
div.DivClassName
{
background-color: #3271C1;
}
.BgClassName
{
background-color: #3271C1;
}
</style>
border-color css
<style>
span { border-color: #3271C1; }
span { border-color: rgb(50,113,193); }
td.TdClassName
{
border-color: #3271C1;
}
.TagClassName
{
border-color: #3271C1;
}
</style>