Shades of Curious Blue #3271C3
Tints of Curious Blue #3271C3
RGB
CMYK
RGB Variations
Color information
#3271C3 (or 0x3271C3) is known color: Curious Blue. HEX triplet: 32, 71 and C3. RGB value is (50,113,195). Sum of RGB (Red+Green+Blue) = 50+113+195=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 195 (76.56% from 255 or 54.47% from 358); Max value from RGB is 195 - color contains mainly: blue. Hex color #3271C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271C3 is #CD8E3C. Grayscale: #676767. Windows color (decimal): -13471293 or 12808498. OLE color: 12808498.
HSL color Cylindrical-coordinate representation of color #3271C3: hue angle of 213.93º 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 #3271C3 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 113 | 195 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.24 |
| HSL | 213.93º | 0.59% | 0.48% | - |
| HSV(B) | 213.93º | 0.74% | 0.76% | - |
| XYZ | 17.07 | 16.43 | 53.9 | - |
| YUV | 103.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 195 | 0.74 | 0.42 | 0 | 0.24 | 213.93 | 0.59 | 0.48 |
| Hex | 32 | 71 | C3 | 4A | 2A | 0 | 18 | D6 | 3B | 30 |
| Octal | 62 | 161 | 303 | 112 | 52 | 0 | 30 | 326 | 73 | 60 |
| Binary | 110010 | 1110001 | 11000011 | 1001010 | 101010 | 0 | 11000 | 11010110 | 111011 | 110000 |
Color Harmonies of #3271C3
Complementary color
Monochromatic Colors of #3271C3
Black with #3271C3
Text Example
Text Example
White with #3271C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3271C3; }
p { color: rgb(50,113,195); }
H1.HeaderClassName
{
color: #3271C3;
}
.AnyTagClassName
{
color: #3271C3;
}
</style>
background-color css
<style>
a { background-color: #3271C3; }
a { background-color: rgb(50,113,195); }
div.DivClassName
{
background-color: #3271C3;
}
.BgClassName
{
background-color: #3271C3;
}
</style>
border-color css
<style>
span { border-color: #3271C3; }
span { border-color: rgb(50,113,195); }
td.TdClassName
{
border-color: #3271C3;
}
.TagClassName
{
border-color: #3271C3;
}
</style>