Shades of Curious Blue #3173BC
Tints of Curious Blue #3173BC
RGB
CMYK
RGB Variations
Color information
#3173BC (or 0x3173BC) is known color: Curious Blue. HEX triplet: 31, 73 and BC. RGB value is (49,115,188). Sum of RGB (Red+Green+Blue) = 49+115+188=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #3173BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3173BC is #CE8C43. Grayscale: #676767. Windows color (decimal): -13536324 or 12350257. OLE color: 12350257.
HSL color Cylindrical-coordinate representation of color #3173BC: hue angle of 211.51º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3173BC is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 115 | 188 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.26 |
| HSL | 211.51º | 0.59% | 0.46% | - |
| HSV(B) | 211.51º | 0.74% | 0.74% | - |
| XYZ | 16.47 | 16.55 | 49.9 | - |
| YUV | 103.59 | 175.63 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 188 | 0.74 | 0.39 | 0 | 0.26 | 211.51 | 0.59 | 0.46 |
| Hex | 31 | 73 | BC | 4A | 27 | 0 | 1A | D4 | 3B | 2E |
| Octal | 61 | 163 | 274 | 112 | 47 | 0 | 32 | 324 | 73 | 56 |
| Binary | 110001 | 1110011 | 10111100 | 1001010 | 100111 | 0 | 11010 | 11010100 | 111011 | 101110 |
Color Harmonies of #3173BC
Complementary color
Monochromatic Colors of #3173BC
Black with #3173BC
Text Example
Text Example
White with #3173BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3173BC; }
p { color: rgb(49,115,188); }
H1.HeaderClassName
{
color: #3173BC;
}
.AnyTagClassName
{
color: #3173BC;
}
</style>
background-color css
<style>
a { background-color: #3173BC; }
a { background-color: rgb(49,115,188); }
div.DivClassName
{
background-color: #3173BC;
}
.BgClassName
{
background-color: #3173BC;
}
</style>
border-color css
<style>
span { border-color: #3173BC; }
span { border-color: rgb(49,115,188); }
td.TdClassName
{
border-color: #3173BC;
}
.TagClassName
{
border-color: #3173BC;
}
</style>