Shades of Curious Blue #3187DD
Tints of Curious Blue #3187DD
RGB
CMYK
RGB Variations
Color information
#3187DD (or 0x3187DD) is known color: Curious Blue. HEX triplet: 31, 87 and DD. RGB value is (49,135,221). Sum of RGB (Red+Green+Blue) = 49+135+221=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #3187DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3187DD is #CE7822. Grayscale: #767676. Windows color (decimal): -13531171 or 14518065. OLE color: 14518065.
HSL color Cylindrical-coordinate representation of color #3187DD: hue angle of 210º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3187DD is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 135 | 221 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.13 |
| HSL | 210º | 0.72% | 0.53% | - |
| HSV(B) | 210º | 0.78% | 0.87% | - |
| XYZ | 22.98 | 23.2 | 71.67 | - |
| YUV | 119.09 | 185.51 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 221 | 0.78 | 0.39 | 0 | 0.13 | 210 | 0.72 | 0.53 |
| Hex | 31 | 87 | DD | 4E | 27 | 0 | D | D2 | 48 | 35 |
| Octal | 61 | 207 | 335 | 116 | 47 | 0 | 15 | 322 | 110 | 65 |
| Binary | 110001 | 10000111 | 11011101 | 1001110 | 100111 | 0 | 1101 | 11010010 | 1001000 | 110101 |
Color Harmonies of #3187DD
Complementary color
Monochromatic Colors of #3187DD
Black with #3187DD
Text Example
Text Example
White with #3187DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3187DD; }
p { color: rgb(49,135,221); }
H1.HeaderClassName
{
color: #3187DD;
}
.AnyTagClassName
{
color: #3187DD;
}
</style>
background-color css
<style>
a { background-color: #3187DD; }
a { background-color: rgb(49,135,221); }
div.DivClassName
{
background-color: #3187DD;
}
.BgClassName
{
background-color: #3187DD;
}
</style>
border-color css
<style>
span { border-color: #3187DD; }
span { border-color: rgb(49,135,221); }
td.TdClassName
{
border-color: #3187DD;
}
.TagClassName
{
border-color: #3187DD;
}
</style>