Shades of Curious Blue #3171C1
Tints of Curious Blue #3171C1
RGB
CMYK
RGB Variations
Color information
#3171C1 (or 0x3171C1) is known color: Curious Blue. HEX triplet: 31, 71 and C1. RGB value is (49,113,193). Sum of RGB (Red+Green+Blue) = 49+113+193=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #3171C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3171C1 is #CE8E3E. Grayscale: #666666. Windows color (decimal): -13536831 or 12677425. OLE color: 12677425.
HSL color Cylindrical-coordinate representation of color #3171C1: hue angle of 213.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3171C1 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 113 | 193 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.24 |
| HSL | 213.33º | 0.6% | 0.47% | - |
| HSV(B) | 213.33º | 0.75% | 0.76% | - |
| XYZ | 16.8 | 16.31 | 52.72 | - |
| YUV | 102.98 | 178.8 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 193 | 0.75 | 0.41 | 0 | 0.24 | 213.33 | 0.6 | 0.47 |
| Hex | 31 | 71 | C1 | 4B | 29 | 0 | 18 | D5 | 3C | 2F |
| Octal | 61 | 161 | 301 | 113 | 51 | 0 | 30 | 325 | 74 | 57 |
| Binary | 110001 | 1110001 | 11000001 | 1001011 | 101001 | 0 | 11000 | 11010101 | 111100 | 101111 |
Color Harmonies of #3171C1
Complementary color
Monochromatic Colors of #3171C1
Black with #3171C1
Text Example
Text Example
White with #3171C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3171C1; }
p { color: rgb(49,113,193); }
H1.HeaderClassName
{
color: #3171C1;
}
.AnyTagClassName
{
color: #3171C1;
}
</style>
background-color css
<style>
a { background-color: #3171C1; }
a { background-color: rgb(49,113,193); }
div.DivClassName
{
background-color: #3171C1;
}
.BgClassName
{
background-color: #3171C1;
}
</style>
border-color css
<style>
span { border-color: #3171C1; }
span { border-color: rgb(49,113,193); }
td.TdClassName
{
border-color: #3171C1;
}
.TagClassName
{
border-color: #3171C1;
}
</style>