Shades of Curious Blue #3192CC
Tints of Curious Blue #3192CC
RGB
CMYK
RGB Variations
Color information
#3192CC (or 0x3192CC) is known color: Curious Blue. HEX triplet: 31, 92 and CC. RGB value is (49,146,204). Sum of RGB (Red+Green+Blue) = 49+146+204=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #3192CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3192CC is #CE6D33. Grayscale: #7B7B7B. Windows color (decimal): -13528372 or 13406769. OLE color: 13406769.
HSL color Cylindrical-coordinate representation of color #3192CC: hue angle of 202.45º 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 #3192CC is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 146 | 204 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.2 |
| HSL | 202.45º | 0.61% | 0.5% | - |
| HSV(B) | 202.45º | 0.76% | 0.8% | - |
| XYZ | 22.44 | 25.57 | 60.88 | - |
| YUV | 123.61 | 173.36 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 204 | 0.76 | 0.28 | 0 | 0.2 | 202.45 | 0.61 | 0.5 |
| Hex | 31 | 92 | CC | 4C | 1C | 0 | 14 | CA | 3D | 32 |
| Octal | 61 | 222 | 314 | 114 | 34 | 0 | 24 | 312 | 75 | 62 |
| Binary | 110001 | 10010010 | 11001100 | 1001100 | 11100 | 0 | 10100 | 11001010 | 111101 | 110010 |
Color Harmonies of #3192CC
Complementary color
Monochromatic Colors of #3192CC
Black with #3192CC
Text Example
Text Example
White with #3192CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3192CC; }
p { color: rgb(49,146,204); }
H1.HeaderClassName
{
color: #3192CC;
}
.AnyTagClassName
{
color: #3192CC;
}
</style>
background-color css
<style>
a { background-color: #3192CC; }
a { background-color: rgb(49,146,204); }
div.DivClassName
{
background-color: #3192CC;
}
.BgClassName
{
background-color: #3192CC;
}
</style>
border-color css
<style>
span { border-color: #3192CC; }
span { border-color: rgb(49,146,204); }
td.TdClassName
{
border-color: #3192CC;
}
.TagClassName
{
border-color: #3192CC;
}
</style>