Shades of Curious Blue #3186DB
Tints of Curious Blue #3186DB
RGB
CMYK
RGB Variations
Color information
#3186DB (or 0x3186DB) is known color: Curious Blue. HEX triplet: 31, 86 and DB. RGB value is (49,134,219). Sum of RGB (Red+Green+Blue) = 49+134+219=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #3186DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3186DB is #CE7924. Grayscale: #757575. Windows color (decimal): -13531429 or 14386737. OLE color: 14386737.
HSL color Cylindrical-coordinate representation of color #3186DB: hue angle of 210º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3186DB is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 134 | 219 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.14 |
| HSL | 210º | 0.7% | 0.53% | - |
| HSV(B) | 210º | 0.78% | 0.86% | - |
| XYZ | 22.58 | 22.82 | 70.23 | - |
| YUV | 118.28 | 184.84 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 134 | 219 | 0.78 | 0.39 | 0 | 0.14 | 210 | 0.7 | 0.53 |
| Hex | 31 | 86 | DB | 4E | 27 | 0 | E | D2 | 46 | 35 |
| Octal | 61 | 206 | 333 | 116 | 47 | 0 | 16 | 322 | 106 | 65 |
| Binary | 110001 | 10000110 | 11011011 | 1001110 | 100111 | 0 | 1110 | 11010010 | 1000110 | 110101 |
Color Harmonies of #3186DB
Complementary color
Monochromatic Colors of #3186DB
Black with #3186DB
Text Example
Text Example
White with #3186DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3186DB; }
p { color: rgb(49,134,219); }
H1.HeaderClassName
{
color: #3186DB;
}
.AnyTagClassName
{
color: #3186DB;
}
</style>
background-color css
<style>
a { background-color: #3186DB; }
a { background-color: rgb(49,134,219); }
div.DivClassName
{
background-color: #3186DB;
}
.BgClassName
{
background-color: #3186DB;
}
</style>
border-color css
<style>
span { border-color: #3186DB; }
span { border-color: rgb(49,134,219); }
td.TdClassName
{
border-color: #3186DB;
}
.TagClassName
{
border-color: #3186DB;
}
</style>