Shades of Curious Blue #3184BA
Tints of Curious Blue #3184BA
RGB
CMYK
RGB Variations
Color information
#3184BA (or 0x3184BA) is known color: Curious Blue. HEX triplet: 31, 84 and BA. RGB value is (49,132,186). Sum of RGB (Red+Green+Blue) = 49+132+186=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #3184BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184BA is #CE7B45. Grayscale: #717171. Windows color (decimal): -13531974 or 12223537. OLE color: 12223537.
HSL color Cylindrical-coordinate representation of color #3184BA: hue angle of 203.65º 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 #3184BA is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 132 | 186 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.27 |
| HSL | 203.65º | 0.58% | 0.46% | - |
| HSV(B) | 203.65º | 0.74% | 0.73% | - |
| XYZ | 18.38 | 20.7 | 49.48 | - |
| YUV | 113.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 186 | 0.74 | 0.29 | 0 | 0.27 | 203.65 | 0.58 | 0.46 |
| Hex | 31 | 84 | BA | 4A | 1D | 0 | 1B | CC | 3A | 2E |
| Octal | 61 | 204 | 272 | 112 | 35 | 0 | 33 | 314 | 72 | 56 |
| Binary | 110001 | 10000100 | 10111010 | 1001010 | 11101 | 0 | 11011 | 11001100 | 111010 | 101110 |
Color Harmonies of #3184BA
Complementary color
Monochromatic Colors of #3184BA
Black with #3184BA
Text Example
Text Example
White with #3184BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184BA; }
p { color: rgb(49,132,186); }
H1.HeaderClassName
{
color: #3184BA;
}
.AnyTagClassName
{
color: #3184BA;
}
</style>
background-color css
<style>
a { background-color: #3184BA; }
a { background-color: rgb(49,132,186); }
div.DivClassName
{
background-color: #3184BA;
}
.BgClassName
{
background-color: #3184BA;
}
</style>
border-color css
<style>
span { border-color: #3184BA; }
span { border-color: rgb(49,132,186); }
td.TdClassName
{
border-color: #3184BA;
}
.TagClassName
{
border-color: #3184BA;
}
</style>