Shades of Curious Blue #3186CA
Tints of Curious Blue #3186CA
RGB
CMYK
RGB Variations
Color information
#3186CA (or 0x3186CA) is known color: Curious Blue. HEX triplet: 31, 86 and CA. RGB value is (49,134,202). Sum of RGB (Red+Green+Blue) = 49+134+202=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #3186CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3186CA is #CE7935. Grayscale: #737373. Windows color (decimal): -13531446 or 13272625. OLE color: 13272625.
HSL color Cylindrical-coordinate representation of color #3186CA: hue angle of 206.67º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3186CA is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 134 | 202 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.21 |
| HSL | 206.67º | 0.61% | 0.49% | - |
| HSV(B) | 206.67º | 0.76% | 0.79% | - |
| XYZ | 20.45 | 21.97 | 59.04 | - |
| YUV | 116.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 134 | 202 | 0.76 | 0.34 | 0 | 0.21 | 206.67 | 0.61 | 0.49 |
| Hex | 31 | 86 | CA | 4C | 22 | 0 | 15 | CF | 3D | 31 |
| Octal | 61 | 206 | 312 | 114 | 42 | 0 | 25 | 317 | 75 | 61 |
| Binary | 110001 | 10000110 | 11001010 | 1001100 | 100010 | 0 | 10101 | 11001111 | 111101 | 110001 |
Color Harmonies of #3186CA
Complementary color
Monochromatic Colors of #3186CA
Black with #3186CA
Text Example
Text Example
White with #3186CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3186CA; }
p { color: rgb(49,134,202); }
H1.HeaderClassName
{
color: #3186CA;
}
.AnyTagClassName
{
color: #3186CA;
}
</style>
background-color css
<style>
a { background-color: #3186CA; }
a { background-color: rgb(49,134,202); }
div.DivClassName
{
background-color: #3186CA;
}
.BgClassName
{
background-color: #3186CA;
}
</style>
border-color css
<style>
span { border-color: #3186CA; }
span { border-color: rgb(49,134,202); }
td.TdClassName
{
border-color: #3186CA;
}
.TagClassName
{
border-color: #3186CA;
}
</style>