Shades of Curious Blue #3192BE
Tints of Curious Blue #3192BE
RGB
CMYK
RGB Variations
Color information
#3192BE (or 0x3192BE) is known color: Curious Blue. HEX triplet: 31, 92 and BE. RGB value is (49,146,190). Sum of RGB (Red+Green+Blue) = 49+146+190=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #3192BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3192BE is #CE6D41. Grayscale: #797979. Windows color (decimal): -13528386 or 12489265. OLE color: 12489265.
HSL color Cylindrical-coordinate representation of color #3192BE: hue angle of 198.72º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3192BE is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 146 | 190 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.25 |
| HSL | 198.72º | 0.59% | 0.47% | - |
| HSV(B) | 198.72º | 0.74% | 0.75% | - |
| XYZ | 20.84 | 24.93 | 52.43 | - |
| YUV | 122.01 | 166.36 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 190 | 0.74 | 0.23 | 0 | 0.25 | 198.72 | 0.59 | 0.47 |
| Hex | 31 | 92 | BE | 4A | 17 | 0 | 19 | C7 | 3B | 2F |
| Octal | 61 | 222 | 276 | 112 | 27 | 0 | 31 | 307 | 73 | 57 |
| Binary | 110001 | 10010010 | 10111110 | 1001010 | 10111 | 0 | 11001 | 11000111 | 111011 | 101111 |
Color Harmonies of #3192BE
Complementary color
Monochromatic Colors of #3192BE
Black with #3192BE
Text Example
Text Example
White with #3192BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3192BE; }
p { color: rgb(49,146,190); }
H1.HeaderClassName
{
color: #3192BE;
}
.AnyTagClassName
{
color: #3192BE;
}
</style>
background-color css
<style>
a { background-color: #3192BE; }
a { background-color: rgb(49,146,190); }
div.DivClassName
{
background-color: #3192BE;
}
.BgClassName
{
background-color: #3192BE;
}
</style>
border-color css
<style>
span { border-color: #3192BE; }
span { border-color: rgb(49,146,190); }
td.TdClassName
{
border-color: #3192BE;
}
.TagClassName
{
border-color: #3192BE;
}
</style>