Shades of Curious Blue #3172C1
Tints of Curious Blue #3172C1
RGB
CMYK
RGB Variations
Color information
#3172C1 (or 0x3172C1) is known color: Curious Blue. HEX triplet: 31, 72 and C1. RGB value is (49,114,193). Sum of RGB (Red+Green+Blue) = 49+114+193=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 114 (44.92% from 255 or 32.02% 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 #3172C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3172C1 is #CE8D3E. Grayscale: #676767. Windows color (decimal): -13536575 or 12677681. OLE color: 12677681.
HSL color Cylindrical-coordinate representation of color #3172C1: hue angle of 212.92º 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 #3172C1 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 114 | 193 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.24 |
| HSL | 212.92º | 0.6% | 0.47% | - |
| HSV(B) | 212.92º | 0.75% | 0.76% | - |
| XYZ | 16.91 | 16.54 | 52.75 | - |
| YUV | 103.57 | 178.47 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 193 | 0.75 | 0.41 | 0 | 0.24 | 212.92 | 0.6 | 0.47 |
| Hex | 31 | 72 | C1 | 4B | 29 | 0 | 18 | D5 | 3C | 2F |
| Octal | 61 | 162 | 301 | 113 | 51 | 0 | 30 | 325 | 74 | 57 |
| Binary | 110001 | 1110010 | 11000001 | 1001011 | 101001 | 0 | 11000 | 11010101 | 111100 | 101111 |
Color Harmonies of #3172C1
Complementary color
Monochromatic Colors of #3172C1
Black with #3172C1
Text Example
Text Example
White with #3172C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3172C1; }
p { color: rgb(49,114,193); }
H1.HeaderClassName
{
color: #3172C1;
}
.AnyTagClassName
{
color: #3172C1;
}
</style>
background-color css
<style>
a { background-color: #3172C1; }
a { background-color: rgb(49,114,193); }
div.DivClassName
{
background-color: #3172C1;
}
.BgClassName
{
background-color: #3172C1;
}
</style>
border-color css
<style>
span { border-color: #3172C1; }
span { border-color: rgb(49,114,193); }
td.TdClassName
{
border-color: #3172C1;
}
.TagClassName
{
border-color: #3172C1;
}
</style>