Shades of Curious Blue #3188DB
Tints of Curious Blue #3188DB
RGB
CMYK
RGB Variations
Color information
#3188DB (or 0x3188DB) is known color: Curious Blue. HEX triplet: 31, 88 and DB. RGB value is (49,136,219). Sum of RGB (Red+Green+Blue) = 49+136+219=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #3188DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3188DB is #CE7724. Grayscale: #777777. Windows color (decimal): -13530917 or 14387249. OLE color: 14387249.
HSL color Cylindrical-coordinate representation of color #3188DB: hue angle of 209.29º 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 #3188DB is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 136 | 219 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.14 |
| HSL | 209.29º | 0.7% | 0.53% | - |
| HSV(B) | 209.29º | 0.78% | 0.86% | - |
| XYZ | 22.86 | 23.38 | 70.33 | - |
| YUV | 119.45 | 184.18 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 219 | 0.78 | 0.38 | 0 | 0.14 | 209.29 | 0.7 | 0.53 |
| Hex | 31 | 88 | DB | 4E | 26 | 0 | E | D1 | 46 | 35 |
| Octal | 61 | 210 | 333 | 116 | 46 | 0 | 16 | 321 | 106 | 65 |
| Binary | 110001 | 10001000 | 11011011 | 1001110 | 100110 | 0 | 1110 | 11010001 | 1000110 | 110101 |
Color Harmonies of #3188DB
Complementary color
Monochromatic Colors of #3188DB
Black with #3188DB
Text Example
Text Example
White with #3188DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3188DB; }
p { color: rgb(49,136,219); }
H1.HeaderClassName
{
color: #3188DB;
}
.AnyTagClassName
{
color: #3188DB;
}
</style>
background-color css
<style>
a { background-color: #3188DB; }
a { background-color: rgb(49,136,219); }
div.DivClassName
{
background-color: #3188DB;
}
.BgClassName
{
background-color: #3188DB;
}
</style>
border-color css
<style>
span { border-color: #3188DB; }
span { border-color: rgb(49,136,219); }
td.TdClassName
{
border-color: #3188DB;
}
.TagClassName
{
border-color: #3188DB;
}
</style>