Shades of Curious Blue #3188BC
Tints of Curious Blue #3188BC
RGB
CMYK
RGB Variations
Color information
#3188BC (or 0x3188BC) is known color: Curious Blue. HEX triplet: 31, 88 and BC. RGB value is (49,136,188). Sum of RGB (Red+Green+Blue) = 49+136+188=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #3188BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3188BC is #CE7743. Grayscale: #737373. Windows color (decimal): -13530948 or 12355633. OLE color: 12355633.
HSL color Cylindrical-coordinate representation of color #3188BC: hue angle of 202.45º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3188BC is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 136 | 188 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.26 |
| HSL | 202.45º | 0.59% | 0.46% | - |
| HSV(B) | 202.45º | 0.74% | 0.74% | - |
| XYZ | 19.15 | 21.89 | 50.79 | - |
| YUV | 115.92 | 168.68 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 188 | 0.74 | 0.28 | 0 | 0.26 | 202.45 | 0.59 | 0.46 |
| Hex | 31 | 88 | BC | 4A | 1C | 0 | 1A | CA | 3B | 2E |
| Octal | 61 | 210 | 274 | 112 | 34 | 0 | 32 | 312 | 73 | 56 |
| Binary | 110001 | 10001000 | 10111100 | 1001010 | 11100 | 0 | 11010 | 11001010 | 111011 | 101110 |
Color Harmonies of #3188BC
Complementary color
Monochromatic Colors of #3188BC
Black with #3188BC
Text Example
Text Example
White with #3188BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3188BC; }
p { color: rgb(49,136,188); }
H1.HeaderClassName
{
color: #3188BC;
}
.AnyTagClassName
{
color: #3188BC;
}
</style>
background-color css
<style>
a { background-color: #3188BC; }
a { background-color: rgb(49,136,188); }
div.DivClassName
{
background-color: #3188BC;
}
.BgClassName
{
background-color: #3188BC;
}
</style>
border-color css
<style>
span { border-color: #3188BC; }
span { border-color: rgb(49,136,188); }
td.TdClassName
{
border-color: #3188BC;
}
.TagClassName
{
border-color: #3188BC;
}
</style>