Shades of Curious Blue #3187AD
Tints of Curious Blue #3187AD
RGB
CMYK
RGB Variations
Color information
#3187AD (or 0x3187AD) is known color: Curious Blue. HEX triplet: 31, 87 and AD. RGB value is (49,135,173). Sum of RGB (Red+Green+Blue) = 49+135+173=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #3187AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3187AD is #CE7852. Grayscale: #717171. Windows color (decimal): -13531219 or 11372337. OLE color: 11372337.
HSL color Cylindrical-coordinate representation of color #3187AD: hue angle of 198.39º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3187AD is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 135 | 173 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.32 |
| HSL | 198.39º | 0.56% | 0.44% | - |
| HSV(B) | 198.39º | 0.72% | 0.68% | - |
| XYZ | 17.47 | 21 | 42.67 | - |
| YUV | 113.62 | 161.51 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 173 | 0.72 | 0.22 | 0 | 0.32 | 198.39 | 0.56 | 0.44 |
| Hex | 31 | 87 | AD | 48 | 16 | 0 | 20 | C6 | 38 | 2C |
| Octal | 61 | 207 | 255 | 110 | 26 | 0 | 40 | 306 | 70 | 54 |
| Binary | 110001 | 10000111 | 10101101 | 1001000 | 10110 | 0 | 100000 | 11000110 | 111000 | 101100 |
Color Harmonies of #3187AD
Complementary color
Monochromatic Colors of #3187AD
Black with #3187AD
Text Example
Text Example
White with #3187AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3187AD; }
p { color: rgb(49,135,173); }
H1.HeaderClassName
{
color: #3187AD;
}
.AnyTagClassName
{
color: #3187AD;
}
</style>
background-color css
<style>
a { background-color: #3187AD; }
a { background-color: rgb(49,135,173); }
div.DivClassName
{
background-color: #3187AD;
}
.BgClassName
{
background-color: #3187AD;
}
</style>
border-color css
<style>
span { border-color: #3187AD; }
span { border-color: rgb(49,135,173); }
td.TdClassName
{
border-color: #3187AD;
}
.TagClassName
{
border-color: #3187AD;
}
</style>