Shades of Curious Blue #3187CF
Tints of Curious Blue #3187CF
RGB
CMYK
RGB Variations
Color information
#3187CF (or 0x3187CF) is known color: Curious Blue. HEX triplet: 31, 87 and CF. RGB value is (49,135,207). Sum of RGB (Red+Green+Blue) = 49+135+207=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #3187CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3187CF is #CE7830. Grayscale: #757575. Windows color (decimal): -13531185 or 13600561. OLE color: 13600561.
HSL color Cylindrical-coordinate representation of color #3187CF: hue angle of 207.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3187CF is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 135 | 207 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.19 |
| HSL | 207.34º | 0.62% | 0.5% | - |
| HSV(B) | 207.34º | 0.76% | 0.81% | - |
| XYZ | 21.19 | 22.49 | 62.25 | - |
| YUV | 117.49 | 178.51 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 207 | 0.76 | 0.35 | 0 | 0.19 | 207.34 | 0.62 | 0.5 |
| Hex | 31 | 87 | CF | 4C | 23 | 0 | 13 | CF | 3E | 32 |
| Octal | 61 | 207 | 317 | 114 | 43 | 0 | 23 | 317 | 76 | 62 |
| Binary | 110001 | 10000111 | 11001111 | 1001100 | 100011 | 0 | 10011 | 11001111 | 111110 | 110010 |
Color Harmonies of #3187CF
Complementary color
Monochromatic Colors of #3187CF
Black with #3187CF
Text Example
Text Example
White with #3187CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3187CF; }
p { color: rgb(49,135,207); }
H1.HeaderClassName
{
color: #3187CF;
}
.AnyTagClassName
{
color: #3187CF;
}
</style>
background-color css
<style>
a { background-color: #3187CF; }
a { background-color: rgb(49,135,207); }
div.DivClassName
{
background-color: #3187CF;
}
.BgClassName
{
background-color: #3187CF;
}
</style>
border-color css
<style>
span { border-color: #3187CF; }
span { border-color: rgb(49,135,207); }
td.TdClassName
{
border-color: #3187CF;
}
.TagClassName
{
border-color: #3187CF;
}
</style>