Shades of Curious Blue #3186CF
Tints of Curious Blue #3186CF
RGB
CMYK
RGB Variations
Color information
#3186CF (or 0x3186CF) is known color: Curious Blue. HEX triplet: 31, 86 and CF. RGB value is (49,134,207). Sum of RGB (Red+Green+Blue) = 49+134+207=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #3186CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3186CF is #CE7930. Grayscale: #747474. Windows color (decimal): -13531441 or 13600305. OLE color: 13600305.
HSL color Cylindrical-coordinate representation of color #3186CF: hue angle of 207.72º 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 #3186CF is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 134 | 207 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.19 |
| HSL | 207.72º | 0.62% | 0.5% | - |
| HSV(B) | 207.72º | 0.76% | 0.81% | - |
| XYZ | 21.05 | 22.21 | 62.21 | - |
| YUV | 116.91 | 178.84 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 134 | 207 | 0.76 | 0.35 | 0 | 0.19 | 207.72 | 0.62 | 0.5 |
| Hex | 31 | 86 | CF | 4C | 23 | 0 | 13 | D0 | 3E | 32 |
| Octal | 61 | 206 | 317 | 114 | 43 | 0 | 23 | 320 | 76 | 62 |
| Binary | 110001 | 10000110 | 11001111 | 1001100 | 100011 | 0 | 10011 | 11010000 | 111110 | 110010 |
Color Harmonies of #3186CF
Complementary color
Monochromatic Colors of #3186CF
Black with #3186CF
Text Example
Text Example
White with #3186CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3186CF; }
p { color: rgb(49,134,207); }
H1.HeaderClassName
{
color: #3186CF;
}
.AnyTagClassName
{
color: #3186CF;
}
</style>
background-color css
<style>
a { background-color: #3186CF; }
a { background-color: rgb(49,134,207); }
div.DivClassName
{
background-color: #3186CF;
}
.BgClassName
{
background-color: #3186CF;
}
</style>
border-color css
<style>
span { border-color: #3186CF; }
span { border-color: rgb(49,134,207); }
td.TdClassName
{
border-color: #3186CF;
}
.TagClassName
{
border-color: #3186CF;
}
</style>