Shades of Curious Blue #3173C6
Tints of Curious Blue #3173C6
RGB
CMYK
RGB Variations
Color information
#3173C6 (or 0x3173C6) is known color: Curious Blue. HEX triplet: 31, 73 and C6. RGB value is (49,115,198). Sum of RGB (Red+Green+Blue) = 49+115+198=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #3173C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3173C6 is #CE8C39. Grayscale: #686868. Windows color (decimal): -13536314 or 13005617. OLE color: 13005617.
HSL color Cylindrical-coordinate representation of color #3173C6: hue angle of 213.42º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3173C6 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 115 | 198 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.22 |
| HSL | 213.42º | 0.6% | 0.48% | - |
| HSV(B) | 213.42º | 0.75% | 0.78% | - |
| XYZ | 17.59 | 16.99 | 55.78 | - |
| YUV | 104.73 | 180.63 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 198 | 0.75 | 0.42 | 0 | 0.22 | 213.42 | 0.6 | 0.48 |
| Hex | 31 | 73 | C6 | 4B | 2A | 0 | 16 | D5 | 3C | 30 |
| Octal | 61 | 163 | 306 | 113 | 52 | 0 | 26 | 325 | 74 | 60 |
| Binary | 110001 | 1110011 | 11000110 | 1001011 | 101010 | 0 | 10110 | 11010101 | 111100 | 110000 |
Color Harmonies of #3173C6
Complementary color
Monochromatic Colors of #3173C6
Black with #3173C6
Text Example
Text Example
White with #3173C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3173C6; }
p { color: rgb(49,115,198); }
H1.HeaderClassName
{
color: #3173C6;
}
.AnyTagClassName
{
color: #3173C6;
}
</style>
background-color css
<style>
a { background-color: #3173C6; }
a { background-color: rgb(49,115,198); }
div.DivClassName
{
background-color: #3173C6;
}
.BgClassName
{
background-color: #3173C6;
}
</style>
border-color css
<style>
span { border-color: #3173C6; }
span { border-color: rgb(49,115,198); }
td.TdClassName
{
border-color: #3173C6;
}
.TagClassName
{
border-color: #3173C6;
}
</style>