Shades of Curious Blue #3190CC
Tints of Curious Blue #3190CC
RGB
CMYK
RGB Variations
Color information
#3190CC (or 0x3190CC) is known color: Curious Blue. HEX triplet: 31, 90 and CC. RGB value is (49,144,204). Sum of RGB (Red+Green+Blue) = 49+144+204=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #3190CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3190CC is #CE6F33. Grayscale: #7A7A7A. Windows color (decimal): -13528884 or 13406257. OLE color: 13406257.
HSL color Cylindrical-coordinate representation of color #3190CC: hue angle of 203.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3190CC is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 144 | 204 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.2 |
| HSL | 203.23º | 0.61% | 0.5% | - |
| HSV(B) | 203.23º | 0.76% | 0.8% | - |
| XYZ | 22.14 | 24.96 | 60.78 | - |
| YUV | 122.44 | 174.03 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 204 | 0.76 | 0.29 | 0 | 0.2 | 203.23 | 0.61 | 0.5 |
| Hex | 31 | 90 | CC | 4C | 1D | 0 | 14 | CB | 3D | 32 |
| Octal | 61 | 220 | 314 | 114 | 35 | 0 | 24 | 313 | 75 | 62 |
| Binary | 110001 | 10010000 | 11001100 | 1001100 | 11101 | 0 | 10100 | 11001011 | 111101 | 110010 |
Color Harmonies of #3190CC
Complementary color
Monochromatic Colors of #3190CC
Black with #3190CC
Text Example
Text Example
White with #3190CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3190CC; }
p { color: rgb(49,144,204); }
H1.HeaderClassName
{
color: #3190CC;
}
.AnyTagClassName
{
color: #3190CC;
}
</style>
background-color css
<style>
a { background-color: #3190CC; }
a { background-color: rgb(49,144,204); }
div.DivClassName
{
background-color: #3190CC;
}
.BgClassName
{
background-color: #3190CC;
}
</style>
border-color css
<style>
span { border-color: #3190CC; }
span { border-color: rgb(49,144,204); }
td.TdClassName
{
border-color: #3190CC;
}
.TagClassName
{
border-color: #3190CC;
}
</style>