Shades of Curious Blue #3196CE
Tints of Curious Blue #3196CE
RGB
CMYK
RGB Variations
Color information
#3196CE (or 0x3196CE) is known color: Curious Blue. HEX triplet: 31, 96 and CE. RGB value is (49,150,206). Sum of RGB (Red+Green+Blue) = 49+150+206=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #3196CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3196CE is #CE6931. Grayscale: #7D7D7D. Windows color (decimal): -13527346 or 13538865. OLE color: 13538865.
HSL color Cylindrical-coordinate representation of color #3196CE: hue angle of 201.4º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3196CE is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 150 | 206 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.19 |
| HSL | 201.4º | 0.62% | 0.5% | - |
| HSV(B) | 201.4º | 0.76% | 0.81% | - |
| XYZ | 23.31 | 26.92 | 62.36 | - |
| YUV | 126.19 | 173.04 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 206 | 0.76 | 0.27 | 0 | 0.19 | 201.4 | 0.62 | 0.5 |
| Hex | 31 | 96 | CE | 4C | 1B | 0 | 13 | C9 | 3E | 32 |
| Octal | 61 | 226 | 316 | 114 | 33 | 0 | 23 | 311 | 76 | 62 |
| Binary | 110001 | 10010110 | 11001110 | 1001100 | 11011 | 0 | 10011 | 11001001 | 111110 | 110010 |
Color Harmonies of #3196CE
Complementary color
Monochromatic Colors of #3196CE
Black with #3196CE
Text Example
Text Example
White with #3196CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3196CE; }
p { color: rgb(49,150,206); }
H1.HeaderClassName
{
color: #3196CE;
}
.AnyTagClassName
{
color: #3196CE;
}
</style>
background-color css
<style>
a { background-color: #3196CE; }
a { background-color: rgb(49,150,206); }
div.DivClassName
{
background-color: #3196CE;
}
.BgClassName
{
background-color: #3196CE;
}
</style>
border-color css
<style>
span { border-color: #3196CE; }
span { border-color: rgb(49,150,206); }
td.TdClassName
{
border-color: #3196CE;
}
.TagClassName
{
border-color: #3196CE;
}
</style>