Shades of Curious Blue #3174BB
Tints of Curious Blue #3174BB
RGB
CMYK
RGB Variations
Color information
#3174BB (or 0x3174BB) is known color: Curious Blue. HEX triplet: 31, 74 and BB. RGB value is (49,116,187). Sum of RGB (Red+Green+Blue) = 49+116+187=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #3174BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174BB is #CE8B44. Grayscale: #676767. Windows color (decimal): -13536069 or 12284977. OLE color: 12284977.
HSL color Cylindrical-coordinate representation of color #3174BB: hue angle of 210.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3174BB is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 116 | 187 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.27 |
| HSL | 210.87º | 0.58% | 0.46% | - |
| HSV(B) | 210.87º | 0.74% | 0.73% | - |
| XYZ | 16.48 | 16.73 | 49.37 | - |
| YUV | 104.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 187 | 0.74 | 0.38 | 0 | 0.27 | 210.87 | 0.58 | 0.46 |
| Hex | 31 | 74 | BB | 4A | 26 | 0 | 1B | D3 | 3A | 2E |
| Octal | 61 | 164 | 273 | 112 | 46 | 0 | 33 | 323 | 72 | 56 |
| Binary | 110001 | 1110100 | 10111011 | 1001010 | 100110 | 0 | 11011 | 11010011 | 111010 | 101110 |
Color Harmonies of #3174BB
Complementary color
Monochromatic Colors of #3174BB
Black with #3174BB
Text Example
Text Example
White with #3174BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3174BB; }
p { color: rgb(49,116,187); }
H1.HeaderClassName
{
color: #3174BB;
}
.AnyTagClassName
{
color: #3174BB;
}
</style>
background-color css
<style>
a { background-color: #3174BB; }
a { background-color: rgb(49,116,187); }
div.DivClassName
{
background-color: #3174BB;
}
.BgClassName
{
background-color: #3174BB;
}
</style>
border-color css
<style>
span { border-color: #3174BB; }
span { border-color: rgb(49,116,187); }
td.TdClassName
{
border-color: #3174BB;
}
.TagClassName
{
border-color: #3174BB;
}
</style>