Shades of Curious Blue #3189DB
Tints of Curious Blue #3189DB
RGB
CMYK
RGB Variations
Color information
#3189DB (or 0x3189DB) is known color: Curious Blue. HEX triplet: 31, 89 and DB. RGB value is (49,137,219). Sum of RGB (Red+Green+Blue) = 49+137+219=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #3189DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3189DB is #CE7624. Grayscale: #777777. Windows color (decimal): -13530661 or 14387505. OLE color: 14387505.
HSL color Cylindrical-coordinate representation of color #3189DB: hue angle of 208.94º 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 #3189DB is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 137 | 219 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.14 |
| HSL | 208.94º | 0.7% | 0.53% | - |
| HSV(B) | 208.94º | 0.78% | 0.86% | - |
| XYZ | 23 | 23.66 | 70.37 | - |
| YUV | 120.04 | 183.85 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 219 | 0.78 | 0.37 | 0 | 0.14 | 208.94 | 0.7 | 0.53 |
| Hex | 31 | 89 | DB | 4E | 25 | 0 | E | D1 | 46 | 35 |
| Octal | 61 | 211 | 333 | 116 | 45 | 0 | 16 | 321 | 106 | 65 |
| Binary | 110001 | 10001001 | 11011011 | 1001110 | 100101 | 0 | 1110 | 11010001 | 1000110 | 110101 |
Color Harmonies of #3189DB
Complementary color
Monochromatic Colors of #3189DB
Black with #3189DB
Text Example
Text Example
White with #3189DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3189DB; }
p { color: rgb(49,137,219); }
H1.HeaderClassName
{
color: #3189DB;
}
.AnyTagClassName
{
color: #3189DB;
}
</style>
background-color css
<style>
a { background-color: #3189DB; }
a { background-color: rgb(49,137,219); }
div.DivClassName
{
background-color: #3189DB;
}
.BgClassName
{
background-color: #3189DB;
}
</style>
border-color css
<style>
span { border-color: #3189DB; }
span { border-color: rgb(49,137,219); }
td.TdClassName
{
border-color: #3189DB;
}
.TagClassName
{
border-color: #3189DB;
}
</style>