Shades of Curious Blue #3193CC
Tints of Curious Blue #3193CC
RGB
CMYK
RGB Variations
Color information
#3193CC (or 0x3193CC) is known color: Curious Blue. HEX triplet: 31, 93 and CC. RGB value is (49,147,204). Sum of RGB (Red+Green+Blue) = 49+147+204=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #3193CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3193CC is #CE6C33. Grayscale: #7B7B7B. Windows color (decimal): -13528116 or 13407025. OLE color: 13407025.
HSL color Cylindrical-coordinate representation of color #3193CC: hue angle of 202.06º 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 #3193CC is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 147 | 204 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.2 |
| HSL | 202.06º | 0.61% | 0.5% | - |
| HSV(B) | 202.06º | 0.76% | 0.8% | - |
| XYZ | 22.6 | 25.88 | 60.93 | - |
| YUV | 124.2 | 173.03 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 204 | 0.76 | 0.28 | 0 | 0.2 | 202.06 | 0.61 | 0.5 |
| Hex | 31 | 93 | CC | 4C | 1C | 0 | 14 | CA | 3D | 32 |
| Octal | 61 | 223 | 314 | 114 | 34 | 0 | 24 | 312 | 75 | 62 |
| Binary | 110001 | 10010011 | 11001100 | 1001100 | 11100 | 0 | 10100 | 11001010 | 111101 | 110010 |
Color Harmonies of #3193CC
Complementary color
Monochromatic Colors of #3193CC
Black with #3193CC
Text Example
Text Example
White with #3193CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3193CC; }
p { color: rgb(49,147,204); }
H1.HeaderClassName
{
color: #3193CC;
}
.AnyTagClassName
{
color: #3193CC;
}
</style>
background-color css
<style>
a { background-color: #3193CC; }
a { background-color: rgb(49,147,204); }
div.DivClassName
{
background-color: #3193CC;
}
.BgClassName
{
background-color: #3193CC;
}
</style>
border-color css
<style>
span { border-color: #3193CC; }
span { border-color: rgb(49,147,204); }
td.TdClassName
{
border-color: #3193CC;
}
.TagClassName
{
border-color: #3193CC;
}
</style>