Shades of Curious Blue #3181BA
Tints of Curious Blue #3181BA
RGB
CMYK
RGB Variations
Color information
#3181BA (or 0x3181BA) is known color: Curious Blue. HEX triplet: 31, 81 and BA. RGB value is (49,129,186). Sum of RGB (Red+Green+Blue) = 49+129+186=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #3181BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3181BA is #CE7E45. Grayscale: #6F6F6F. Windows color (decimal): -13532742 or 12222769. OLE color: 12222769.
HSL color Cylindrical-coordinate representation of color #3181BA: hue angle of 204.96º 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 #3181BA is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 129 | 186 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.27 |
| HSL | 204.96º | 0.58% | 0.46% | - |
| HSV(B) | 204.96º | 0.74% | 0.73% | - |
| XYZ | 17.98 | 19.9 | 49.35 | - |
| YUV | 111.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 186 | 0.74 | 0.31 | 0 | 0.27 | 204.96 | 0.58 | 0.46 |
| Hex | 31 | 81 | BA | 4A | 1F | 0 | 1B | CD | 3A | 2E |
| Octal | 61 | 201 | 272 | 112 | 37 | 0 | 33 | 315 | 72 | 56 |
| Binary | 110001 | 10000001 | 10111010 | 1001010 | 11111 | 0 | 11011 | 11001101 | 111010 | 101110 |
Color Harmonies of #3181BA
Complementary color
Monochromatic Colors of #3181BA
Black with #3181BA
Text Example
Text Example
White with #3181BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3181BA; }
p { color: rgb(49,129,186); }
H1.HeaderClassName
{
color: #3181BA;
}
.AnyTagClassName
{
color: #3181BA;
}
</style>
background-color css
<style>
a { background-color: #3181BA; }
a { background-color: rgb(49,129,186); }
div.DivClassName
{
background-color: #3181BA;
}
.BgClassName
{
background-color: #3181BA;
}
</style>
border-color css
<style>
span { border-color: #3181BA; }
span { border-color: rgb(49,129,186); }
td.TdClassName
{
border-color: #3181BA;
}
.TagClassName
{
border-color: #3181BA;
}
</style>