Shades of Curious Blue #3184BC
Tints of Curious Blue #3184BC
RGB
CMYK
RGB Variations
Color information
#3184BC (or 0x3184BC) is known color: Curious Blue. HEX triplet: 31, 84 and BC. RGB value is (49,132,188). Sum of RGB (Red+Green+Blue) = 49+132+188=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #3184BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184BC is #CE7B43. Grayscale: #717171. Windows color (decimal): -13531972 or 12354609. OLE color: 12354609.
HSL color Cylindrical-coordinate representation of color #3184BC: hue angle of 204.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3184BC is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 132 | 188 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.26 |
| HSL | 204.17º | 0.59% | 0.46% | - |
| HSV(B) | 204.17º | 0.74% | 0.74% | - |
| XYZ | 18.59 | 20.79 | 50.61 | - |
| YUV | 113.57 | 170 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 188 | 0.74 | 0.30 | 0 | 0.26 | 204.17 | 0.59 | 0.46 |
| Hex | 31 | 84 | BC | 4A | 1E | 0 | 1A | CC | 3B | 2E |
| Octal | 61 | 204 | 274 | 112 | 36 | 0 | 32 | 314 | 73 | 56 |
| Binary | 110001 | 10000100 | 10111100 | 1001010 | 11110 | 0 | 11010 | 11001100 | 111011 | 101110 |
Color Harmonies of #3184BC
Complementary color
Monochromatic Colors of #3184BC
Black with #3184BC
Text Example
Text Example
White with #3184BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184BC; }
p { color: rgb(49,132,188); }
H1.HeaderClassName
{
color: #3184BC;
}
.AnyTagClassName
{
color: #3184BC;
}
</style>
background-color css
<style>
a { background-color: #3184BC; }
a { background-color: rgb(49,132,188); }
div.DivClassName
{
background-color: #3184BC;
}
.BgClassName
{
background-color: #3184BC;
}
</style>
border-color css
<style>
span { border-color: #3184BC; }
span { border-color: rgb(49,132,188); }
td.TdClassName
{
border-color: #3184BC;
}
.TagClassName
{
border-color: #3184BC;
}
</style>