Shades of Curious Blue #3170BA
Tints of Curious Blue #3170BA
RGB
CMYK
RGB Variations
Color information
#3170BA (or 0x3170BA) is known color: Curious Blue. HEX triplet: 31, 70 and BA. RGB value is (49,112,186). Sum of RGB (Red+Green+Blue) = 49+112+186=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #3170BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170BA is #CE8F45. Grayscale: #656565. Windows color (decimal): -13537094 or 12218417. OLE color: 12218417.
HSL color Cylindrical-coordinate representation of color #3170BA: hue angle of 212.41º 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 #3170BA is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 112 | 186 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.27 |
| HSL | 212.41º | 0.58% | 0.46% | - |
| HSV(B) | 212.41º | 0.74% | 0.73% | - |
| XYZ | 15.92 | 15.79 | 48.66 | - |
| YUV | 101.6 | 175.63 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 186 | 0.74 | 0.40 | 0 | 0.27 | 212.41 | 0.58 | 0.46 |
| Hex | 31 | 70 | BA | 4A | 28 | 0 | 1B | D4 | 3A | 2E |
| Octal | 61 | 160 | 272 | 112 | 50 | 0 | 33 | 324 | 72 | 56 |
| Binary | 110001 | 1110000 | 10111010 | 1001010 | 101000 | 0 | 11011 | 11010100 | 111010 | 101110 |
Color Harmonies of #3170BA
Complementary color
Monochromatic Colors of #3170BA
Black with #3170BA
Text Example
Text Example
White with #3170BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3170BA; }
p { color: rgb(49,112,186); }
H1.HeaderClassName
{
color: #3170BA;
}
.AnyTagClassName
{
color: #3170BA;
}
</style>
background-color css
<style>
a { background-color: #3170BA; }
a { background-color: rgb(49,112,186); }
div.DivClassName
{
background-color: #3170BA;
}
.BgClassName
{
background-color: #3170BA;
}
</style>
border-color css
<style>
span { border-color: #3170BA; }
span { border-color: rgb(49,112,186); }
td.TdClassName
{
border-color: #3170BA;
}
.TagClassName
{
border-color: #3170BA;
}
</style>