Shades of Curious Blue #3188C2
Tints of Curious Blue #3188C2
RGB
CMYK
RGB Variations
Color information
#3188C2 (or 0x3188C2) is known color: Curious Blue. HEX triplet: 31, 88 and C2. RGB value is (49,136,194). Sum of RGB (Red+Green+Blue) = 49+136+194=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #3188C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3188C2 is #CE773D. Grayscale: #747474. Windows color (decimal): -13530942 or 12748849. OLE color: 12748849.
HSL color Cylindrical-coordinate representation of color #3188C2: hue angle of 204º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3188C2 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 136 | 194 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.24 |
| HSL | 204º | 0.6% | 0.48% | - |
| HSV(B) | 204º | 0.75% | 0.76% | - |
| XYZ | 19.81 | 22.16 | 54.27 | - |
| YUV | 116.6 | 171.68 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 194 | 0.75 | 0.30 | 0 | 0.24 | 204 | 0.6 | 0.48 |
| Hex | 31 | 88 | C2 | 4B | 1E | 0 | 18 | CC | 3C | 30 |
| Octal | 61 | 210 | 302 | 113 | 36 | 0 | 30 | 314 | 74 | 60 |
| Binary | 110001 | 10001000 | 11000010 | 1001011 | 11110 | 0 | 11000 | 11001100 | 111100 | 110000 |
Color Harmonies of #3188C2
Complementary color
Monochromatic Colors of #3188C2
Black with #3188C2
Text Example
Text Example
White with #3188C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3188C2; }
p { color: rgb(49,136,194); }
H1.HeaderClassName
{
color: #3188C2;
}
.AnyTagClassName
{
color: #3188C2;
}
</style>
background-color css
<style>
a { background-color: #3188C2; }
a { background-color: rgb(49,136,194); }
div.DivClassName
{
background-color: #3188C2;
}
.BgClassName
{
background-color: #3188C2;
}
</style>
border-color css
<style>
span { border-color: #3188C2; }
span { border-color: rgb(49,136,194); }
td.TdClassName
{
border-color: #3188C2;
}
.TagClassName
{
border-color: #3188C2;
}
</style>