Shades of Curious Blue #3174BC
Tints of Curious Blue #3174BC
RGB
CMYK
RGB Variations
Color information
#3174BC (or 0x3174BC) is known color: Curious Blue. HEX triplet: 31, 74 and BC. RGB value is (49,116,188). Sum of RGB (Red+Green+Blue) = 49+116+188=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #3174BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174BC is #CE8B43. Grayscale: #676767. Windows color (decimal): -13536068 or 12350513. OLE color: 12350513.
HSL color Cylindrical-coordinate representation of color #3174BC: hue angle of 211.08º 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 #3174BC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 116 | 188 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.26 |
| HSL | 211.08º | 0.59% | 0.46% | - |
| HSV(B) | 211.08º | 0.74% | 0.74% | - |
| XYZ | 16.59 | 16.77 | 49.94 | - |
| YUV | 104.18 | 175.3 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 188 | 0.74 | 0.38 | 0 | 0.26 | 211.08 | 0.59 | 0.46 |
| Hex | 31 | 74 | BC | 4A | 26 | 0 | 1A | D3 | 3B | 2E |
| Octal | 61 | 164 | 274 | 112 | 46 | 0 | 32 | 323 | 73 | 56 |
| Binary | 110001 | 1110100 | 10111100 | 1001010 | 100110 | 0 | 11010 | 11010011 | 111011 | 101110 |
Color Harmonies of #3174BC
Complementary color
Monochromatic Colors of #3174BC
Black with #3174BC
Text Example
Text Example
White with #3174BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3174BC; }
p { color: rgb(49,116,188); }
H1.HeaderClassName
{
color: #3174BC;
}
.AnyTagClassName
{
color: #3174BC;
}
</style>
background-color css
<style>
a { background-color: #3174BC; }
a { background-color: rgb(49,116,188); }
div.DivClassName
{
background-color: #3174BC;
}
.BgClassName
{
background-color: #3174BC;
}
</style>
border-color css
<style>
span { border-color: #3174BC; }
span { border-color: rgb(49,116,188); }
td.TdClassName
{
border-color: #3174BC;
}
.TagClassName
{
border-color: #3174BC;
}
</style>