Shades of Curious Blue #3196CA
Tints of Curious Blue #3196CA
RGB
CMYK
RGB Variations
Color information
#3196CA (or 0x3196CA) is known color: Curious Blue. HEX triplet: 31, 96 and CA. RGB value is (49,150,202). Sum of RGB (Red+Green+Blue) = 49+150+202=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #3196CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3196CA is #CE6935. Grayscale: #7D7D7D. Windows color (decimal): -13527350 or 13276721. OLE color: 13276721.
HSL color Cylindrical-coordinate representation of color #3196CA: hue angle of 200.39º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3196CA is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 150 | 202 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.21 |
| HSL | 200.39º | 0.61% | 0.49% | - |
| HSV(B) | 200.39º | 0.76% | 0.79% | - |
| XYZ | 22.83 | 26.73 | 59.83 | - |
| YUV | 125.73 | 171.04 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 202 | 0.76 | 0.26 | 0 | 0.21 | 200.39 | 0.61 | 0.49 |
| Hex | 31 | 96 | CA | 4C | 1A | 0 | 15 | C8 | 3D | 31 |
| Octal | 61 | 226 | 312 | 114 | 32 | 0 | 25 | 310 | 75 | 61 |
| Binary | 110001 | 10010110 | 11001010 | 1001100 | 11010 | 0 | 10101 | 11001000 | 111101 | 110001 |
Color Harmonies of #3196CA
Complementary color
Monochromatic Colors of #3196CA
Black with #3196CA
Text Example
Text Example
White with #3196CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3196CA; }
p { color: rgb(49,150,202); }
H1.HeaderClassName
{
color: #3196CA;
}
.AnyTagClassName
{
color: #3196CA;
}
</style>
background-color css
<style>
a { background-color: #3196CA; }
a { background-color: rgb(49,150,202); }
div.DivClassName
{
background-color: #3196CA;
}
.BgClassName
{
background-color: #3196CA;
}
</style>
border-color css
<style>
span { border-color: #3196CA; }
span { border-color: rgb(49,150,202); }
td.TdClassName
{
border-color: #3196CA;
}
.TagClassName
{
border-color: #3196CA;
}
</style>