Shades of Curious Blue #3172BB
Tints of Curious Blue #3172BB
RGB
CMYK
RGB Variations
Color information
#3172BB (or 0x3172BB) is known color: Curious Blue. HEX triplet: 31, 72 and BB. RGB value is (49,114,187). Sum of RGB (Red+Green+Blue) = 49+114+187=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #3172BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3172BB is #CE8D44. Grayscale: #666666. Windows color (decimal): -13536581 or 12284465. OLE color: 12284465.
HSL color Cylindrical-coordinate representation of color #3172BB: hue angle of 211.74º 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 #3172BB is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 114 | 187 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.27 |
| HSL | 211.74º | 0.58% | 0.46% | - |
| HSV(B) | 211.74º | 0.74% | 0.73% | - |
| XYZ | 16.25 | 16.28 | 49.3 | - |
| YUV | 102.89 | 175.47 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 187 | 0.74 | 0.39 | 0 | 0.27 | 211.74 | 0.58 | 0.46 |
| Hex | 31 | 72 | BB | 4A | 27 | 0 | 1B | D4 | 3A | 2E |
| Octal | 61 | 162 | 273 | 112 | 47 | 0 | 33 | 324 | 72 | 56 |
| Binary | 110001 | 1110010 | 10111011 | 1001010 | 100111 | 0 | 11011 | 11010100 | 111010 | 101110 |
Color Harmonies of #3172BB
Complementary color
Monochromatic Colors of #3172BB
Black with #3172BB
Text Example
Text Example
White with #3172BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3172BB; }
p { color: rgb(49,114,187); }
H1.HeaderClassName
{
color: #3172BB;
}
.AnyTagClassName
{
color: #3172BB;
}
</style>
background-color css
<style>
a { background-color: #3172BB; }
a { background-color: rgb(49,114,187); }
div.DivClassName
{
background-color: #3172BB;
}
.BgClassName
{
background-color: #3172BB;
}
</style>
border-color css
<style>
span { border-color: #3172BB; }
span { border-color: rgb(49,114,187); }
td.TdClassName
{
border-color: #3172BB;
}
.TagClassName
{
border-color: #3172BB;
}
</style>