Shades of Curious Blue #3197CC
Tints of Curious Blue #3197CC
RGB
CMYK
RGB Variations
Color information
#3197CC (or 0x3197CC) is known color: Curious Blue. HEX triplet: 31, 97 and CC. RGB value is (49,151,204). Sum of RGB (Red+Green+Blue) = 49+151+204=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #3197CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3197CC is #CE6833. Grayscale: #7E7E7E. Windows color (decimal): -13527092 or 13408049. OLE color: 13408049.
HSL color Cylindrical-coordinate representation of color #3197CC: hue angle of 200.52º 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 #3197CC is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 151 | 204 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.2 |
| HSL | 200.52º | 0.61% | 0.5% | - |
| HSV(B) | 200.52º | 0.76% | 0.8% | - |
| XYZ | 23.23 | 27.15 | 61.14 | - |
| YUV | 126.54 | 171.71 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 204 | 0.76 | 0.26 | 0 | 0.2 | 200.52 | 0.61 | 0.5 |
| Hex | 31 | 97 | CC | 4C | 1A | 0 | 14 | C9 | 3D | 32 |
| Octal | 61 | 227 | 314 | 114 | 32 | 0 | 24 | 311 | 75 | 62 |
| Binary | 110001 | 10010111 | 11001100 | 1001100 | 11010 | 0 | 10100 | 11001001 | 111101 | 110010 |
Color Harmonies of #3197CC
Complementary color
Monochromatic Colors of #3197CC
Black with #3197CC
Text Example
Text Example
White with #3197CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3197CC; }
p { color: rgb(49,151,204); }
H1.HeaderClassName
{
color: #3197CC;
}
.AnyTagClassName
{
color: #3197CC;
}
</style>
background-color css
<style>
a { background-color: #3197CC; }
a { background-color: rgb(49,151,204); }
div.DivClassName
{
background-color: #3197CC;
}
.BgClassName
{
background-color: #3197CC;
}
</style>
border-color css
<style>
span { border-color: #3197CC; }
span { border-color: rgb(49,151,204); }
td.TdClassName
{
border-color: #3197CC;
}
.TagClassName
{
border-color: #3197CC;
}
</style>